From 9a2b9fe1c1ddd91bd1ffe19f4f3f53c1d47fa1a8 Mon Sep 17 00:00:00 2001 From: "antonio.torre" Date: Thu, 2 Jan 2025 11:11:58 +0100 Subject: [PATCH] P4ADEV-1845 fix CVE --- build.gradle.kts | 6 ++-- gradle.lockfile | 74 ++++++++++++++++++++++++------------------------ 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c52624c..2c1884f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { java - id("org.springframework.boot") version "3.4.0" - id("io.spring.dependency-management") version "1.1.6" + id("org.springframework.boot") version "3.4.1" + id("io.spring.dependency-management") version "1.1.7" jacoco id("org.sonarqube") version "6.0.1.5171" id("com.github.ben-manes.versions") version "0.51.0" @@ -30,7 +30,7 @@ repositories { val springDocOpenApiVersion = "2.7.0" val openApiToolsVersion = "0.2.6" -val micrometerVersion = "1.4.0" +val micrometerVersion = "1.4.1" dependencies { implementation("org.springframework.boot:spring-boot-starter") diff --git a/gradle.lockfile b/gradle.lockfile index b2c9d73..dbe58cc 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -4,21 +4,21 @@ aopalliance:aopalliance:1.0=compileClasspath ch.qos.logback:logback-classic:1.5.12=compileClasspath ch.qos.logback:logback-core:1.5.12=compileClasspath -com.fasterxml.jackson.core:jackson-annotations:2.18.1=compileClasspath -com.fasterxml.jackson.core:jackson-core:2.18.1=compileClasspath -com.fasterxml.jackson.core:jackson-databind:2.18.1=compileClasspath -com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1=compileClasspath -com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1=compileClasspath -com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1=compileClasspath -com.fasterxml.jackson.module:jackson-module-parameter-names:2.18.1=compileClasspath -com.fasterxml.jackson:jackson-bom:2.18.1=compileClasspath +com.fasterxml.jackson.core:jackson-annotations:2.18.2=compileClasspath +com.fasterxml.jackson.core:jackson-core:2.18.2=compileClasspath +com.fasterxml.jackson.core:jackson-databind:2.18.2=compileClasspath +com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2=compileClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2=compileClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2=compileClasspath +com.fasterxml.jackson.module:jackson-module-parameter-names:2.18.2=compileClasspath +com.fasterxml.jackson:jackson-bom:2.18.2=compileClasspath io.micrometer:context-propagation:1.1.2=compileClasspath -io.micrometer:micrometer-commons:1.14.1=compileClasspath -io.micrometer:micrometer-core:1.14.1=compileClasspath -io.micrometer:micrometer-jakarta9:1.14.1=compileClasspath -io.micrometer:micrometer-observation:1.14.1=compileClasspath -io.micrometer:micrometer-tracing-bridge-otel:1.4.0=compileClasspath -io.micrometer:micrometer-tracing:1.4.0=compileClasspath +io.micrometer:micrometer-commons:1.14.2=compileClasspath +io.micrometer:micrometer-core:1.14.2=compileClasspath +io.micrometer:micrometer-jakarta9:1.14.2=compileClasspath +io.micrometer:micrometer-observation:1.14.2=compileClasspath +io.micrometer:micrometer-tracing-bridge-otel:1.4.1=compileClasspath +io.micrometer:micrometer-tracing:1.4.1=compileClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator:2.9.0-alpha=compileClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:2.9.0=compileClasspath io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha=compileClasspath @@ -38,11 +38,11 @@ jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=compileClasspath org.apache.commons:commons-lang3:3.17.0=compileClasspath -org.apache.logging.log4j:log4j-api:2.24.1=compileClasspath -org.apache.logging.log4j:log4j-to-slf4j:2.24.1=compileClasspath -org.apache.tomcat.embed:tomcat-embed-core:10.1.33=compileClasspath -org.apache.tomcat.embed:tomcat-embed-el:10.1.33=compileClasspath -org.apache.tomcat.embed:tomcat-embed-websocket:10.1.33=compileClasspath +org.apache.logging.log4j:log4j-api:2.24.3=compileClasspath +org.apache.logging.log4j:log4j-to-slf4j:2.24.3=compileClasspath +org.apache.tomcat.embed:tomcat-embed-core:10.1.34=compileClasspath +org.apache.tomcat.embed:tomcat-embed-el:10.1.34=compileClasspath +org.apache.tomcat.embed:tomcat-embed-websocket:10.1.34=compileClasspath org.jspecify:jspecify:1.0.0=compileClasspath org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath org.projectlombok:lombok:1.18.36=compileClasspath @@ -51,24 +51,24 @@ org.slf4j:slf4j-api:2.0.16=compileClasspath org.springdoc:springdoc-openapi-starter-common:2.7.0=compileClasspath org.springdoc:springdoc-openapi-starter-webmvc-api:2.7.0=compileClasspath org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0=compileClasspath -org.springframework.boot:spring-boot-actuator-autoconfigure:3.4.0=compileClasspath -org.springframework.boot:spring-boot-actuator:3.4.0=compileClasspath -org.springframework.boot:spring-boot-autoconfigure:3.4.0=compileClasspath -org.springframework.boot:spring-boot-starter-actuator:3.4.0=compileClasspath -org.springframework.boot:spring-boot-starter-json:3.4.0=compileClasspath -org.springframework.boot:spring-boot-starter-logging:3.4.0=compileClasspath -org.springframework.boot:spring-boot-starter-tomcat:3.4.0=compileClasspath -org.springframework.boot:spring-boot-starter-web:3.4.0=compileClasspath -org.springframework.boot:spring-boot-starter:3.4.0=compileClasspath -org.springframework.boot:spring-boot:3.4.0=compileClasspath -org.springframework:spring-aop:6.2.0=compileClasspath -org.springframework:spring-beans:6.2.0=compileClasspath -org.springframework:spring-context:6.2.0=compileClasspath -org.springframework:spring-core:6.2.0=compileClasspath -org.springframework:spring-expression:6.2.0=compileClasspath -org.springframework:spring-jcl:6.2.0=compileClasspath -org.springframework:spring-web:6.2.0=compileClasspath -org.springframework:spring-webmvc:6.2.0=compileClasspath +org.springframework.boot:spring-boot-actuator-autoconfigure:3.4.1=compileClasspath +org.springframework.boot:spring-boot-actuator:3.4.1=compileClasspath +org.springframework.boot:spring-boot-autoconfigure:3.4.1=compileClasspath +org.springframework.boot:spring-boot-starter-actuator:3.4.1=compileClasspath +org.springframework.boot:spring-boot-starter-json:3.4.1=compileClasspath +org.springframework.boot:spring-boot-starter-logging:3.4.1=compileClasspath +org.springframework.boot:spring-boot-starter-tomcat:3.4.1=compileClasspath +org.springframework.boot:spring-boot-starter-web:3.4.1=compileClasspath +org.springframework.boot:spring-boot-starter:3.4.1=compileClasspath +org.springframework.boot:spring-boot:3.4.1=compileClasspath +org.springframework:spring-aop:6.2.1=compileClasspath +org.springframework:spring-beans:6.2.1=compileClasspath +org.springframework:spring-context:6.2.1=compileClasspath +org.springframework:spring-core:6.2.1=compileClasspath +org.springframework:spring-expression:6.2.1=compileClasspath +org.springframework:spring-jcl:6.2.1=compileClasspath +org.springframework:spring-web:6.2.1=compileClasspath +org.springframework:spring-webmvc:6.2.1=compileClasspath org.webjars:swagger-ui:5.18.2=compileClasspath org.webjars:webjars-locator-lite:1.0.1=compileClasspath org.yaml:snakeyaml:2.3=compileClasspath