diff --git a/build.gradle b/build.gradle index a78abdaa8b..d9576fe5d4 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ allprojects { ext.junitVersion = "4.13.2" ext.groovyVersion = "3.0.19" ext.spotbugsVersion = '4.8.0' - ext.jasperreportVersion = "6.20.5" + ext.jasperreportVersion = "6.20.6" apply plugin: 'org.owasp.dependencycheck' dependencyCheck { diff --git a/ci/config.yaml b/ci/config.yaml index 8d64962c3b..da9c1e44a8 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.28/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.31/c2cciutils/schema.json checks: versions: false diff --git a/ci/requirements.txt b/ci/requirements.txt index c18292db19..faaae46673 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils==1.1.28 +c2cciutils==1.1.31 pip>=21.1 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/core/build.gradle b/core/build.gradle index 9c131d7fae..39f7c041ad 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -118,7 +118,7 @@ ext { dependencies { def slf4jVersion = '1.7.36' - def metricsVersion = '4.2.20' + def metricsVersion = '4.2.21' def geotoolsVersion = '24.7' def logbackVersion = '1.2.12' @@ -184,7 +184,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.560', + 'com.amazonaws:aws-java-sdk-s3:1.12.578', 'com.adobe.xmp:xmpcore:6.1.11', 'io.sentry:sentry-logback:6.0.0', 'net.logstash.logback:logstash-logback-encoder:7.1.1',