From 50db71f8d654c3be94a0e8dfdbc02ffb1f8f46c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:04:28 +0000 Subject: [PATCH] build(deps): bump org.jetbrains:annotations from 26.0.2 to 26.1.0 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.1.0. - [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/26.0.2...26.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 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 ca327e9..24107af 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' implementation 'org.ehcache:ehcache:3.11.1' implementation 'org.slf4j:slf4j-api:2.0.17' - implementation 'org.jetbrains:annotations:26.0.2' + implementation 'org.jetbrains:annotations:26.1.0' // Logback classic 1.3.x is compatible with java 8 - only needed for tests testImplementation 'ch.qos.logback:logback-classic:1.3.16'