Skip to content

Commit 9840a04

Browse files
build(deps): bump the patches group with 3 updates
Bumps the patches group with 3 updates: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) and org.apache.maven:maven-artifact. Updates `com.fasterxml.jackson:jackson-bom` from 2.19.1 to 2.19.2 - [Commits](FasterXML/jackson-bom@jackson-bom-2.19.1...jackson-bom-2.19.2) Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.7...v1.2.8) Updates `org.apache.maven:maven-artifact` from 3.9.10 to 3.9.11 --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5853075 commit 9840a04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
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.19.1'))
83+
implementation(platform('com.fasterxml.jackson:jackson-bom:2.19.2'))
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

@@ -97,8 +97,8 @@ dependencies {
9797
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
9898
implementation 'com.jayway.jsonpath:json-path:2.9.0'
9999
implementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
100-
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.7'
101-
implementation 'org.apache.maven:maven-artifact:3.9.10'
100+
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.8'
101+
implementation 'org.apache.maven:maven-artifact:3.9.11'
102102
implementation 'commons-codec:commons-codec:1.18.0'
103103
// for RFC5987 parsing of content-disposition filename*
104104
// 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html

0 commit comments

Comments
 (0)