Skip to content

Commit

Permalink
Merge pull request #35 from andrew121410/renovate/jacksonversion
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 authored Oct 30, 2024
2 parents e5eb631 + 6c3a6a1 commit dfbbb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccbot-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api("com.github.andrew121410:minecraft-server-ping:2e7159a5ff")

// Jackson -> https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
val jacksonVersion = "2.18.0"
val jacksonVersion = "2.18.1"
api("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
api("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
api("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
Expand Down

0 comments on commit dfbbb43

Please sign in to comment.