Skip to content

Commit

Permalink
Merge pull request #8 from tiobe/dependabot/gradle/com.fasterxml.jack…
Browse files Browse the repository at this point in the history
…son.dataformat-jackson-dataformat-xml-2.15.2

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.15.0 to 2.15.2
  • Loading branch information
janssen-tiobe authored Oct 9, 2023
2 parents 01bec43 + 0669f02 commit 7f497ce
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 @@ -50,7 +50,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("com.tiobe.utility:utility:0.1.1")
implementation("com.tiobe.model:model:0.1.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2")
}
kotlin {
jvmToolchain(17)
Expand Down

0 comments on commit 7f497ce

Please sign in to comment.