From 6f1bc786aff46d1327f2993c0db80457bc0cb76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:33:26 +0000 Subject: [PATCH] Bump com.github.stephengold:Heart from 8.2.0 to 9.1.0 Bumps [com.github.stephengold:Heart](https://github.com/stephengold/Heart) from 8.2.0 to 9.1.0. - [Release notes](https://github.com/stephengold/Heart/releases) - [Commits](https://github.com/stephengold/Heart/compare/8.2.0...9.1.0) --- updated-dependencies: - dependency-name: com.github.stephengold:Heart dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- infinity/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infinity/build.gradle b/infinity/build.gradle index 60236379..56293c7d 100644 --- a/infinity/build.gradle +++ b/infinity/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "org.apache.logging.log4j:log4j-api:$log4jVersion" implementation "org.apache.logging.log4j:log4j-core:$log4jVersion" runtimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion" - implementation 'com.github.stephengold:Heart:8.2.0' + implementation 'com.github.stephengold:Heart:9.1.0' //https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 implementation "com.google.code.findbugs:jsr305:3.0.2"