From 21d70e1fe746eafda0bca9ce919cb978a904ce85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:22:56 +0000 Subject: [PATCH] chore(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 12a6881..69bcad5 100644 --- a/build.gradle +++ b/build.gradle @@ -156,7 +156,7 @@ dependencies { strictly '2.42.0' } } - api 'org.jspecify:jspecify:1.0.0' + api 'org.jspecify:jspecify:1.0.1' testImplementation platform('org.junit:junit-bom:6.1.2') testImplementation 'org.junit.jupiter:junit-jupiter'