Skip to content

Commit

Permalink
Merge pull request #560 from Griefed/dependabot-gradle-serverpackcrea…
Browse files Browse the repository at this point in the history
…tor-api-develop-com.fasterxml.jackson.core-jackson-databind-2.18.0

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.18.0 in /serverpackcreator-api
  • Loading branch information
Griefed authored Sep 27, 2024
2 parents 32735cf + a20c66a commit 3e6dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverpackcreator-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
implementation(files("${layout.buildDirectory.asFile.get()}/resources/main"))
api("com.electronwill.night-config:toml:3.7.2")
api("com.fasterxml.jackson.core:jackson-databind:2.17.0")
api("com.fasterxml.jackson.core:jackson-databind:2.18.0")
api("net.lingala.zip4j:zip4j:2.11.5")
api("org.apache.logging.log4j:log4j-api-kotlin:1.4.0")
api("org.apache.logging.log4j:log4j-core:2.23.1")
Expand Down

0 comments on commit 3e6dc46

Please sign in to comment.