Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent a626b05 commit 57e934e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 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.86-jdk11-temurin-jammy AS runner
FROM tomcat:9.0.87-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <info@camptocamp.com>"

RUN --mount=type=cache,target=/var/cache,sharing=locked \
Expand Down
28 changes: 14 additions & 14 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,22 @@ configurations {

dependencies {
implementation(
"org.springframework:spring-context:5.3.32",
"org.springframework:spring-web:5.3.32",
"org.springframework:spring-webmvc:5.3.32",
"org.springframework.security:spring-security-config:5.8.10",
"org.springframework.security:spring-security-web:5.8.10",
"org.springframework:spring-context:5.3.33",
"org.springframework:spring-web:5.3.33",
"org.springframework:spring-webmvc:5.3.33",
"org.springframework.security:spring-security-config:5.8.11",
"org.springframework.security:spring-security-web:5.8.11",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.15.Final',
'org.postgresql:postgresql:42.7.2',
'org.postgresql:postgresql:42.7.3',
'com.vladmihalcea:hibernate-types-52:2.21.1',
'com.mchange:c3p0:0.10.0-pre6',
"org.springframework:spring-aspects:5.3.32",
"org.springframework:spring-orm:5.3.32",
"org.springframework:spring-jdbc:5.3.32",
"org.springframework:spring-tx:5.3.32",
"org.springframework:spring-test:5.3.32",
'com.mchange:c3p0:0.10.0',
"org.springframework:spring-aspects:5.3.33",
"org.springframework:spring-orm:5.3.33",
"org.springframework:spring-jdbc:5.3.33",
"org.springframework:spring-tx:5.3.33",
"org.springframework:spring-test:5.3.33",
"javax.media:jai-core:1.1.3"
)
metrics(
Expand Down Expand Up @@ -176,14 +176,14 @@ dependencies {
"org.slf4j:slf4j-api:2.0.12",
"org.slf4j:jcl-over-slf4j:2.0.12",
"org.slf4j:jul-to-slf4j:2.0.12",
"ch.qos.logback:logback-classic:1.5.1",
"ch.qos.logback:logback-classic:1.5.3",
"ch.qos.logback:logback-access:1.4.14",
'org.json:json:20240205',
'org.yaml:snakeyaml:2.2',
'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.670',
'com.amazonaws:aws-java-sdk-s3:1.12.691',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:7.5.0',
'net.logstash.logback:logstash-logback-encoder:7.4',
Expand Down
8 changes: 4 additions & 4 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repositories {
dependencies {
implementation project(':core')
implementation ("org.codehaus.groovy:groovy-all:3.0.21",
"org.springframework:spring-test:5.3.32",
"org.springframework:spring-test:5.3.33",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.16',
'com.google.guava:guava:33.0.0-jre',
'commons-io:commons-io:2.15.1',
"org.springframework:spring-beans:5.3.32",
"org.springframework:spring-web:5.3.32",
"org.springframework:spring-context:5.3.32",
"org.springframework:spring-beans:5.3.33",
"org.springframework:spring-web:5.3.33",
"org.springframework:spring-context:5.3.33",
'javax.servlet:javax.servlet-api:4.0.1'
)
}
Expand Down

0 comments on commit 57e934e

Please sign in to comment.