From 339292b8534b7d1a8ae507a0e64369ef18a831ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:38:37 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 25.0.0 to 26.0.1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/25.0.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0ee0f1af..940fd681 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ configurations { def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-double-parser' dependencies { - compileOnly 'org.jetbrains:annotations:25.0.0' + compileOnly 'org.jetbrains:annotations:26.0.1' annotationProcessor 'org.immutables:value:2.10.1' compileOnly 'org.immutables:value-annotations:2.10.1' @@ -40,7 +40,7 @@ dependencies { testImplementation 'net.sf.trove4j:trove4j:3.0.3' testImplementation 'commons-io:commons-io:2.17.0' - testCompileOnly 'org.jetbrains:annotations:25.0.0' + testCompileOnly 'org.jetbrains:annotations:26.0.1' testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation(platform('org.junit:junit-bom:5.11.3'))