Skip to content

Commit

Permalink
Merge pull request #123 from Kodehawa/dependabot/gradle/com.fasterxml…
Browse files Browse the repository at this point in the history
….jackson.core-jackson-core-2.16.0

Bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.16.0
  • Loading branch information
Kodehawa authored Dec 2, 2023
2 parents 600aea0 + 7c6eee4 commit f928916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
Expand Down

0 comments on commit f928916

Please sign in to comment.