Skip to content

Commit

Permalink
Bump jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Nov 16, 2024
1 parent 98c6139 commit dc35e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bosk-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compileTestJava {
}

dependencies {
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
api project(":bosk-core")

testImplementation project(":bosk-testing")
Expand Down
2 changes: 1 addition & 1 deletion bosk-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {


// Allows us to annotate status objects so they're handy to serialize with jackson
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.1'

testImplementation project(":bosk-logback")
testImplementation project(":bosk-testing")
Expand Down

0 comments on commit dc35e19

Please sign in to comment.