Skip to content

Commit

Permalink
Update all patch versions (#3514)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 4230b38 commit 9784631
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
group = 'org.mapfish.print'
version = '1.0.0'
ext.junitVersion = "4.13.2"
ext.groovyVersion = "3.0.22"
ext.groovyVersion = "3.0.23"
ext.spotbugsVersion = '4.8.6'
ext.jasperreportVersion = "6.20.6"

Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mapfish_print_builder AS builder


FROM tomcat:9.0.96-jdk11-temurin-jammy AS runner
FROM tomcat:9.0.97-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <[email protected]>"

RUN perl -0777 -i -pe 's/(<Valve className="org.apache.catalina.valves.AccessLogValve"[^>]*>)/<Valve className="ch.qos.logback.access.tomcat.LogbackValve" quiet="true"\/>/s' "${CATALINA_HOME}/conf/server.xml" && \
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.springframework:spring-webmvc:$springVersion",
"org.springframework.security:spring-security-config:5.7.13",
"org.springframework.security:spring-security-web:5.7.13",
"org.springframework.security:spring-security-config:5.7.14",
"org.springframework.security:spring-security-web:5.7.14",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.15.Final',
Expand Down Expand Up @@ -188,7 +188,7 @@ dependencies {
'com.github.spullara.cli-parser:cli-parser:1.1.6',
'org.apache.httpcomponents:httpclient:4.5.14',
'com.sun.mail:javax.mail:1.6.2',
'com.amazonaws:aws-java-sdk-s3:1.12.777',
'com.amazonaws:aws-java-sdk-s3:1.12.778',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:6.25.2',
'net.logstash.logback:logstash-logback-encoder:7.1.1',
Expand Down

0 comments on commit 9784631

Please sign in to comment.