From baa80e35d465fbd6daf68ee64d9bb08fbac30e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:27:23 +0000 Subject: [PATCH] build(deps): bump the patches group with 2 updates 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](https://github.com/reactor/reactor-netty/compare/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](https://github.com/junit-team/junit5/compare/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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6bb23b9e..5ead61b1 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,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.1' - implementation 'io.projectreactor.netty:reactor-netty-http:1.2.0' + implementation 'io.projectreactor.netty:reactor-netty-http:1.2.1' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.17.1' // for RFC5987 parsing of content-disposition filename* @@ -113,7 +113,7 @@ dependencies { // https://github.com/webcompere/model-assert // for json assertions testImplementation 'uk.org.webcompere:model-assert:1.1.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' 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'