From 7fd6abf3298557088f318fb20a8fb74f742f569c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:02:49 +0000 Subject: [PATCH] build(deps): Bump org.jspecify:jspecify from 1.0.0 to 1.0.1 Bumps [org.jspecify:jspecify](https://github.com/jspecify/jspecify) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/jspecify/jspecify/releases) - [Commits](https://github.com/jspecify/jspecify/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: org.jspecify:jspecify dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b6e888c6..78c272f11 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { } implementation 'com.google.code.gson:gson:2.14.0' implementation "org.slf4j:slf4j-api:${slf4jVersion}" - implementation 'org.jspecify:jspecify:1.0.0' + implementation 'org.jspecify:jspecify:1.0.1' } dependencyCheck {