Skip to content

Commit

Permalink
Merge pull request #175 from navikt/dependabot/gradle/com.fasterxml.j…
Browse files Browse the repository at this point in the history
…ackson.dataformat-jackson-dataformat-xml-2.18.2

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.18.1 to 2.18.2
  • Loading branch information
antonfofanov authored Dec 4, 2024
2 parents 731086a + bd673b2 commit 3b9563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation ("io.github.oshai", "kotlin-logging-jvm", "5.1.0")
implementation("org.slf4j","slf4j-api", "2.0.12" )
implementation("org.glassfish.jaxb", "jaxb-runtime", "4.0.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")
implementation("org.springframework.boot:spring-boot-starter-tomcat") // Spring Boot manages Tomcat

// Exclude older versions of Tomcat
Expand Down

0 comments on commit 3b9563a

Please sign in to comment.