Skip to content

Commit

Permalink
P4ADEV-1845 fix CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Jan 2, 2025
1 parent 3588bbe commit 9a2b9fe
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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")
Expand Down
74 changes: 37 additions & 37 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9a2b9fe

Please sign in to comment.