Skip to content

Commit df84dc8

Browse files
build(deps): bump com.fasterxml.jackson:jackson-bom
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.19.1. - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.3...jackson-bom-2.19.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac86219 commit df84dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ repositories {
8080
dependencies {
8181
def picocliVersion = '4.7.7'
8282

83-
implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.3'))
83+
implementation(platform('com.fasterxml.jackson:jackson-bom:2.19.1'))
8484
// 1.4.+ requires Java 11 and we are stuck on 8
8585
implementation(platform('ch.qos.logback:logback-parent:[1.3.5,1.4)'))
8686

0 commit comments

Comments
 (0)