Skip to content

Commit 45035ed

Browse files
build(deps): bump the patches group with 2 updates (#511)
Bumps the patches group with 2 updates: [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) and [org.assertj:assertj-core](https://github.com/assertj/assertj). Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.1...v1.2.2) Updates `org.assertj:assertj-core` from 3.27.2 to 3.27.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3) --- updated-dependencies: - dependency-name: io.projectreactor.netty:reactor-netty-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23f7469 commit 45035ed

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
@@ -95,7 +95,7 @@ dependencies {
9595
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
9696
implementation 'com.jayway.jsonpath:json-path:2.9.0'
9797
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
98-
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.1'
98+
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.2'
9999
implementation 'org.apache.maven:maven-artifact:3.9.9'
100100
implementation 'commons-codec:commons-codec:1.17.2'
101101
// for RFC5987 parsing of content-disposition filename*
@@ -107,7 +107,7 @@ dependencies {
107107
// For IMPLODE compression used by some CurseForge modpacks
108108
implementation 'org.apache.commons:commons-compress:1.27.1'
109109

110-
testImplementation 'org.assertj:assertj-core:3.27.2'
110+
testImplementation 'org.assertj:assertj-core:3.27.3'
111111
// https://github.com/webcompere/model-assert
112112
// for json assertions
113113
testImplementation 'uk.org.webcompere:model-assert:1.1.0'

0 commit comments

Comments
 (0)