From be280182852ba9a6e7456e226facf37cde3d3316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:10:19 +0000 Subject: [PATCH] Bump com.github.kbase:auth2 from 0.7.1 to 0.8.0 Bumps [com.github.kbase:auth2](https://github.com/kbase/auth2) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/kbase/auth2/releases) - [Changelog](https://github.com/kbase/auth2/blob/develop/RELEASE_NOTES.md) - [Commits](https://github.com/kbase/auth2/compare/0.7.1...0.8.0) --- updated-dependencies: - dependency-name: com.github.kbase:auth2 dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index acfb9de..3a5eaf9 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation 'org.apache.httpcomponents:httpmime:4.5.8' implementation "com.github.kbase:auth2_client_java:$VER_AUTH2_CLIENT" - testImplementation 'com.github.kbase:auth2:0.7.1' + testImplementation 'com.github.kbase:auth2:0.8.0' testImplementation 'com.github.kbase:java_test_utilities:0.1.0' testImplementation 'commons-io:commons-io:2.4' testImplementation 'org.ini4j:ini4j:0.5.2'