Skip to content

Commit 74d9ecc

Browse files
build(deps): bump the patches group with 3 updates (#546)
* build(deps): bump the patches group with 3 updates Bumps the patches group with 3 updates: [info.picocli:picocli](https://github.com/remkop/picocli), [info.picocli:picocli-codegen](https://github.com/remkop/picocli) and [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty). Updates `info.picocli:picocli` from 4.7.6 to 4.7.7 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.6...v4.7.7) Updates `info.picocli:picocli-codegen` from 4.7.6 to 4.7.7 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.6...v4.7.7) Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.4...v1.2.5) Updates `info.picocli:picocli-codegen` from 4.7.6 to 4.7.7 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.6...v4.7.7) --- updated-dependencies: - dependency-name: info.picocli:picocli dependency-version: 4.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: info.picocli:picocli-codegen dependency-version: 4.7.7 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: info.picocli:picocli-codegen dependency-version: 4.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <[email protected]> * Removing picocli codegen annotation processor for now --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Geoff Bourne <[email protected]>
1 parent 5e23d25 commit 74d9ecc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repositories {
7878
}
7979

8080
dependencies {
81-
def picocliVersion = '4.7.6'
81+
def picocliVersion = '4.7.7'
8282

8383
implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.3'))
8484
// 1.4.+ requires Java 11 and we are stuck on 8
@@ -97,7 +97,7 @@ 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.4.3'
100-
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.4'
100+
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'
103103
// for RFC5987 parsing of content-disposition filename*
@@ -127,8 +127,6 @@ dependencies {
127127
testImplementation 'com.github.tomakehurst:wiremock-jre8:[2.35.1,3.0.0)'
128128
// https://github.com/stefanbirkner/system-lambda
129129
testImplementation 'com.github.stefanbirkner:system-lambda:1.2.1'
130-
131-
annotationProcessor "info.picocli:picocli-codegen:${picocliVersion}"
132130
}
133131

134132
compileJava {

0 commit comments

Comments
 (0)