Skip to content

Commit

Permalink
Merge pull request #140 from rundeck-plugins/gschueler-patch-2
Browse files Browse the repository at this point in the history
Update jackson databind to 2.17.2
  • Loading branch information
gschueler authored Oct 22, 2024
2 parents 5ffe31b + 1c601d8 commit 33d9ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slf4j = "1.7.36"
rundeckCore = "4.0.0-20220322"
awsSdk = "1.12.770"
jacksonDatabind = "2.10.5.1"
jacksonDatabind = "2.17.2"
commonsBeanutils = "1.9.4"
stax = "1.2.0"
staxApi = "1.0"
Expand All @@ -28,4 +28,4 @@ objenesis = { group = "org.objenesis", name = "objenesis", version.ref = "objene

[bundles]
awsSdk = ["awsSdkCore", "awsSdkSts"]
testLibs = ["groovyAll", "spockCore", "cglibNodep", "objenesis"]
testLibs = ["groovyAll", "spockCore", "cglibNodep", "objenesis"]

0 comments on commit 33d9ebf

Please sign in to comment.