Skip to content

Commit 08a4b86

Browse files
build(deps): bump the patches group across 1 directory with 2 updates
Bumps the patches group with 2 updates in the / directory: [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) and [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client). 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](fusesource/jansi@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](apache/httpcomponents-client@rel/v5.4.3...rel/v5.4.4) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0485290 commit 08a4b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
implementation 'ch.qos.logback:logback-core'
8888
implementation 'ch.qos.logback:logback-classic'
8989
implementation "info.picocli:picocli:${picocliVersion}"
90-
implementation 'org.fusesource.jansi:jansi:2.4.1'
90+
implementation 'org.fusesource.jansi:jansi:2.4.2'
9191
implementation 'com.fasterxml.jackson.core:jackson-databind'
9292
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
9393
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
@@ -96,7 +96,7 @@ dependencies {
9696
// https://github.com/mbknor/mbknor-jackson-jsonSchema
9797
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
9898
implementation 'com.jayway.jsonpath:json-path:2.9.0'
99-
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.3'
99+
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.4'
100100
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.5'
101101
implementation 'org.apache.maven:maven-artifact:3.9.9'
102102
implementation 'commons-codec:commons-codec:1.18.0'

0 commit comments

Comments
 (0)