From 2a4ff2630275f3a109891a0eb46adbeb80f6105b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:58:55 +0000 Subject: [PATCH] build(deps): bump the patches group with 3 updates Bumps the patches group with 3 updates: [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty), [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.22 to 1.1.23 - [Release notes](https://github.com/reactor/reactor-netty/releases) - [Commits](https://github.com/reactor/reactor-netty/compare/v1.1.22...v1.1.23) Updates `org.junit.jupiter:junit-jupiter` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.mockito:mockito-junit-jupiter` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- 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 - dependency-name: org.mockito:mockito-junit-jupiter 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 de5272ea..4afa21d8 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ dependencies { 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' - implementation 'io.projectreactor.netty:reactor-netty-http:1.1.22' + implementation 'io.projectreactor.netty:reactor-netty-http:1.1.23' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.17.1' // for RFC5987 parsing of content-disposition filename* @@ -112,8 +112,8 @@ dependencies { // https://github.com/webcompere/model-assert // for json assertions testImplementation 'uk.org.webcompere:model-assert:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' - testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' // would like to transition these to wiremock testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0' // https://github.com/wiremock/wiremock/releases/tag/3.0.0 drops support for Java 8