Skip to content

Commit

Permalink
Update jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Jul 25, 2024
1 parent e961488 commit 3d11221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
library("bouncycastle", "org.bouncycastle", "bcprov-jdk18on").version("1.78.1")
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.17.1")
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.17.2")
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("5.0.0")
version("slf4j", "2.0.13")
Expand Down

0 comments on commit 3d11221

Please sign in to comment.