From 3c01aa7be36da894b6e2a4336ace84f67e98a310 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:29:39 +0000 Subject: [PATCH] Update all patch versions --- ci/config.yaml | 2 +- ci/requirements.txt | 2 +- core/build.gradle | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/config.yaml b/ci/config.yaml index da9c1e44a8..b03332d702 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.31/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.32/c2cciutils/schema.json checks: versions: false diff --git a/ci/requirements.txt b/ci/requirements.txt index faaae46673..ab06cf852d 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils==1.1.31 +c2cciutils==1.1.32 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 dc464b93d9..66cf3710c7 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -113,14 +113,14 @@ configurations { } ext { - springVersion = '5.3.30' + springVersion = '5.3.31' } dependencies { def slf4jVersion = '1.7.36' - def metricsVersion = '4.2.21' + def metricsVersion = '4.2.22' def geotoolsVersion = '24.7' - def logbackVersion = '1.4.12' + def logbackVersion = '1.4.13' compile( "org.springframework:spring-context:$springVersion", @@ -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.580', + 'com.amazonaws:aws-java-sdk-s3:1.12.602', 'com.adobe.xmp:xmpcore:6.1.11', 'io.sentry:sentry-logback:6.25.2', 'net.logstash.logback:logstash-logback-encoder:7.1.1',