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] authored Jan 9, 2024
1 parent dca7cdd commit 7944fcb
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.12/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.14/c2cciutils/schema.json

publish:
pypi:
Expand Down
8 changes: 4 additions & 4 deletions ci/dpkg-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ camptocamp/mapfish_print:latest:
ubuntu_22_04/util-linux: 2.37.2-4ubuntu3
ubuntu_22_04/ca-certificates: 20230311ubuntu0.22.04.1
ubuntu_22_04/coreutils: 8.32-4.1ubuntu1
ubuntu_22_04/curl: 7.81.0-1ubuntu1.14
ubuntu_22_04/curl: 7.81.0-1ubuntu1.15
ubuntu_22_04/dash: 0.5.11+git20210903+057cd650a4ed-3build1
ubuntu_22_04/debconf: 1.5.79ubuntu1
ubuntu_22_04/debianutils: 5.5-1ubuntu2
Expand All @@ -29,7 +29,7 @@ camptocamp/mapfish_print:latest:
ubuntu_22_04/audit: 1:3.0.7-1build1
ubuntu_22_04/brotli: 1.0.9-2build6
ubuntu_22_04/bzip2: 1.0.8-5build1
ubuntu_22_04/glibc: 2.35-0ubuntu3.4
ubuntu_22_04/glibc: 2.35-0ubuntu3.5
ubuntu_22_04/libcap-ng: 0.7.9-2.2build3
ubuntu_22_04/libcap2: 1:2.44-1ubuntu0.22.04.1
ubuntu_22_04/libxcrypt: 1:4.4.27-1
Expand Down Expand Up @@ -65,7 +65,7 @@ camptocamp/mapfish_print:latest:
ubuntu_22_04/libselinux: 3.3-1build2
ubuntu_22_04/libsemanage: 3.3-1build2
ubuntu_22_04/libsepol: 3.3-1build1
ubuntu_22_04/libssh: 0.9.6-2ubuntu0.22.04.1
ubuntu_22_04/libssh: 0.9.6-2ubuntu0.22.04.2
ubuntu_22_04/openssl: 3.0.2-0ubuntu1.12
ubuntu_22_04/systemd: 249.11-0ubuntu3.11
ubuntu_22_04/libtasn1-6: 4.18.0-4build1
Expand All @@ -80,7 +80,7 @@ camptocamp/mapfish_print:latest:
ubuntu_22_04/sed: 4.8-1ubuntu2
ubuntu_22_04/sensible-utils: 0.0.17
ubuntu_22_04/sysvinit: 3.01-1ubuntu1
ubuntu_22_04/tar: 1.34+dfsg-1ubuntu0.1.22.04.1
ubuntu_22_04/tar: 1.34+dfsg-1ubuntu0.1.22.04.2
ubuntu_22_04/tzdata: 2023c-0ubuntu0.22.04.2
ubuntu_22_04/ubuntu-keyring: 2021.03.26
ubuntu_22_04/ucf: '3.0043'
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.12
c2cciutils[checks,publish]==1.6.14
pre-commit==3.5.0
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.83-jdk11-temurin-jammy AS runner
FROM tomcat:9.0.84-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <[email protected]>"

RUN --mount=type=cache,target=/var/cache,sharing=locked \
Expand Down
30 changes: 15 additions & 15 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ dependencies {
"org.springframework:spring-context:5.3.31",
"org.springframework:spring-web:5.3.31",
"org.springframework:spring-webmvc:5.3.31",
"org.springframework.security:spring-security-config:5.8.8",
"org.springframework.security:spring-security-web:5.8.8",
"org.springframework.security:spring-security-config:5.8.9",
"org.springframework.security:spring-security-web:5.8.9",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.15.Final',
Expand All @@ -145,13 +145,13 @@ dependencies {
"javax.media:jai-core:1.1.3"
)
metrics(
"io.dropwizard.metrics:metrics-core:4.2.22",
"io.dropwizard.metrics:metrics-servlet:4.2.22",
"io.dropwizard.metrics:metrics-httpclient:4.2.22",
"io.dropwizard.metrics:metrics-servlets:4.2.22",
"io.dropwizard.metrics:metrics-jvm:4.2.22",
"io.dropwizard.metrics:metrics-jmx:4.2.22",
"io.dropwizard.metrics:metrics-logback:4.2.22",
"io.dropwizard.metrics:metrics-core:4.2.23",
"io.dropwizard.metrics:metrics-servlet:4.2.23",
"io.dropwizard.metrics:metrics-httpclient:4.2.23",
"io.dropwizard.metrics:metrics-servlets:4.2.23",
"io.dropwizard.metrics:metrics-jvm:4.2.23",
"io.dropwizard.metrics:metrics-jmx:4.2.23",
"io.dropwizard.metrics:metrics-logback:4.2.23",
)
geotools(
"org.geotools:gt-epsg-hsql:29.3",
Expand All @@ -165,25 +165,25 @@ dependencies {
)
jasper(
"net.sf.jasperreports:jasperreports:6.20.6",
"org.codehaus.groovy:groovy-all:3.0.19",
"org.codehaus.groovy:groovy-all:3.0.20",
'ar.com.fdvs:DynamicJasper:5.3.9',
"net.sf.jasperreports:jasperreports-fonts:6.20.6",
"net.sf.jasperreports:jasperreports-functions:6.20.6",
'joda-time:joda-time:2.12.5'
'joda-time:joda-time:2.12.6'
)
implementation(
'com.google.guava:guava:33.0.0-jre',
"org.slf4j:slf4j-api:2.0.9",
"org.slf4j:jcl-over-slf4j:2.0.9",
"org.slf4j:jul-to-slf4j:2.0.9",
"org.slf4j:slf4j-api:2.0.11",
"org.slf4j:jcl-over-slf4j:2.0.11",
"org.slf4j:jul-to-slf4j:2.0.11",
"ch.qos.logback:logback-classic:1.4.14",
"ch.qos.logback:logback-access:1.4.14",
'org.json:json:20231013',
'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.605',
'com.amazonaws:aws-java-sdk-s3:1.12.633',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:7.0.0',
'net.logstash.logback:logstash-logback-encoder:7.4',
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.19",
implementation ("org.codehaus.groovy:groovy-all:3.0.20",
"org.springframework:spring-test:5.3.31",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15',
Expand Down

0 comments on commit 7944fcb

Please sign in to comment.