Skip to content

Commit

Permalink
fix: bump the other-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 1 update: com.fasterxml.jackson.datatype:jackson-datatype-jsr310.


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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 77fc866 commit bc901bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:2.7.10'

// Other
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
}

0 comments on commit bc901bb

Please sign in to comment.