Skip to content

Commit

Permalink
Merge pull request #114 from mtricht/dependabot/gradle/com.fasterxml.…
Browse files Browse the repository at this point in the history
…jackson.module-jackson-module-kotlin-2.18.0

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.+ to 2.18.0
  • Loading branch information
mtricht authored Oct 1, 2024
2 parents 3d5b540 + 3af3d25 commit e2e3f24
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
@@ -15,7 +15,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+")
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("com.squareup.retrofit2:converter-jackson:2.11.0")
implementation("net.java.dev.jna:jna:5.15.0")

0 comments on commit e2e3f24

Please sign in to comment.