Skip to content

Commit 03dc6c7

Browse files
build(deps): bump the patches group with 2 updates (#497)
Bumps the patches group with 2 updates: [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](reactor/reactor-netty@v1.2.0...v1.2.1) Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- 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.junit.jupiter:junit-jupiter 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 9d94a64 commit 03dc6c7

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
@@ -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.1'
100-
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.0'
100+
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.1'
101101
implementation 'org.apache.maven:maven-artifact:3.9.9'
102102
implementation 'commons-codec:commons-codec:1.17.1'
103103
// for RFC5987 parsing of content-disposition filename*
@@ -113,7 +113,7 @@ dependencies {
113113
// https://github.com/webcompere/model-assert
114114
// for json assertions
115115
testImplementation 'uk.org.webcompere:model-assert:1.1.0'
116-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
116+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
117117
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
118118
// would like to transition these to wiremock
119119
testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0'

0 commit comments

Comments
 (0)