From abe9e4117f3723608a184dcaee235a80f53cb99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:20:16 +0000 Subject: [PATCH] build(deps): bump the patches group across 1 directory with 3 updates Bumps the patches group with 3 updates in the / directory: [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi), [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) and [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty). Updates `org.fusesource.jansi:jansi` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md) - [Commits](https://github.com/fusesource/jansi/compare/jansi-2.4.1...jansi-2.4.2) Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.3 to 5.4.4 - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.4/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.4.3...rel/v5.4.4) Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](https://github.com/reactor/reactor-netty/compare/v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: org.fusesource.jansi:jansi dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: 5.4.4 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.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index cbed64c6..e2563fe5 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation 'ch.qos.logback:logback-core' implementation 'ch.qos.logback:logback-classic' implementation "info.picocli:picocli:${picocliVersion}" - implementation 'org.fusesource.jansi:jansi:2.4.1' + implementation 'org.fusesource.jansi:jansi:2.4.2' implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' @@ -96,8 +96,8 @@ dependencies { // https://github.com/mbknor/mbknor-jackson-jsonSchema implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39' implementation 'com.jayway.jsonpath:json-path:2.9.0' - implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.3' - implementation 'io.projectreactor.netty:reactor-netty-http:1.2.5' + implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.4' + implementation 'io.projectreactor.netty:reactor-netty-http:1.2.6' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.18.0' // for RFC5987 parsing of content-disposition filename*