From 6fbc27e86325373a0ff17a7b9fd75ad67240f2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:48:16 +0000 Subject: [PATCH] Bump com.github.kbase:auth2 from 0.7.1 to 0.8.1 Bumps [com.github.kbase:auth2](https://github.com/kbase/auth2) from 0.7.1 to 0.8.1. - [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.1) --- updated-dependencies: - dependency-name: com.github.kbase:auth2 dependency-version: 0.8.1 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 15a0d3e..61473fd 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.23.2' implementation 'com.github.zafarkhaja:java-semver:0.9.0' - testImplementation "com.github.kbase:auth2:0.7.1" + testImplementation "com.github.kbase:auth2:0.8.1" testImplementation('com.github.kbase:java_test_utilities:0.1.0') { exclude group: 'com.fasterxml.jackson.core' // breaks everything if we upgrade }