Skip to content

Commit

Permalink
Update all patch versions (#3516)
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 d47a7c7 commit e459a3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 <info@camptocamp.com>"

RUN --mount=type=cache,target=/var/cache,sharing=locked \
Expand Down
8 changes: 4 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ dependencies {
'org.springframework:spring-jdbc:5.3.39',
'org.springframework:spring-tx:5.3.39',
'org.springframework:spring-test:5.3.39',
'org.springframework.security:spring-security-config:5.8.15',
'org.springframework.security:spring-security-web:5.8.15',
'org.springframework.security:spring-security-config:5.8.16',
'org.springframework.security:spring-security-web:5.8.16',
'com.thetransactioncompany:cors-filter:2.10',
'org.hibernate:hibernate-core:5.6.15.Final',
'org.postgresql:postgresql:42.7.4',
Expand Down Expand Up @@ -166,7 +166,7 @@ dependencies {
'net.sf.jasperreports:jasperreports:6.21.4',
'net.sf.jasperreports:jasperreports-fonts:6.21.4',
'net.sf.jasperreports:jasperreports-functions:6.21.4',
'org.codehaus.groovy:groovy-all:3.0.22',
'org.codehaus.groovy:groovy-all:3.0.23',
'ar.com.fdvs:DynamicJasper:5.3.9',
'joda-time:joda-time:2.13.0',
)
Expand All @@ -180,7 +180,7 @@ dependencies {
'org.yaml:snakeyaml:2.3',
'com.github.spullara.cli-parser:cli-parser:1.1.6',
'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',
'io.sentry:sentry-logback:7.14.0',
// For JSON logs
'net.logstash.logback:logstash-logback-encoder:8.0',
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation project(':core')
implementation ("org.codehaus.groovy:groovy-all:3.0.22",
implementation ("org.codehaus.groovy:groovy-all:3.0.23",
"org.springframework:spring-test:5.3.39",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.16',
Expand Down

0 comments on commit e459a3f

Please sign in to comment.