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 4178c15 commit 808c45a
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 808c45a

Please sign in to comment.