From 9962242321328448595e6bb6cb92e178bd708d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:36:40 +0000 Subject: [PATCH] Bump the minor-and-patch-version-updates group with 3 updates Bumps the minor-and-patch-version-updates group with 3 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework), [org.assertj:assertj-core](https://github.com/assertj/assertj) and [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin). Updates `org.junit.jupiter:junit-jupiter` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2) Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.6...assertj-build-3.27.7) Updates `com.vanniktech.maven.publish` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.35.0...0.36.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 7e331ce..759aa7d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.vanniktech.maven.publish" version "0.35.0" + id "com.vanniktech.maven.publish" version "0.36.0" id "java" } @@ -53,9 +53,9 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.konghq:unirest-java:3.14.5' - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.assertj:assertj-core:3.27.6' + testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'commons-io:commons-io:2.21.0' testImplementation 'org.awaitility:awaitility:4.3.0' testRuntimeOnly "org.slf4j:slf4j-api:2.0.17"