From cae1d22fcbea0a385d1c0a02fd1890be8ae4db92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:24:32 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 24.1.0 to 26.0.1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.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/24.1.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a65bf59..9e48e57 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") implementation("org.assertj:assertj-core:3.26.3") - implementation("org.jetbrains:annotations:24.1.0") + implementation("org.jetbrains:annotations:26.0.1") testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0") testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") testImplementation("org.assertj:assertj-core:3.26.3")