This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new dc0348421a Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#4526)
dc0348421a is described below
commit dc0348421af355f369b2f695c34dffe82b8b0ff2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 9 12:04:43 2024 +0300
Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#4526)
Bumps
[org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from
25.0.0 to 26.0.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/25.0.0...26.0.0)
---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index f59801a9b4..c426ff3587 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -28,7 +28,7 @@ jansi = "2.4.1"
netty = "4.1.114.Final"
javapoet = "1.13.0"
javax = "1.3.2"
-jetbrainsAnnotations = "25.0.0"
+jetbrainsAnnotations = "26.0.0"
jline = "3.27.0"
jmh = "1.37"
junit5 = "5.11.2"