Skip to content

Commit b24de72

Browse files
build(deps): bump the patches group with 3 updates (#602)
1 parent 5853075 commit b24de72

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)