Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
Browse files Browse the repository at this point in the history
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.14.2 to 2.16.1.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent faf2545 commit 6eeccab
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 @@ -98,7 +98,7 @@ dependencies {
compile('com.fasterxml.jackson.core:jackson-core:2.14.2')
compile('com.fasterxml.jackson.core:jackson-databind:2.14.2')
compile('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.2')
compile('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2')
compile('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1')
compile('org.slf4j:slf4j-api:1.7.36')

compile 'no.fintlabs:fint-antlr:1.1.1'
Expand Down

0 comments on commit 6eeccab

Please sign in to comment.