From 889319e9374d3295188514a91ec3c162d5768eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:09:11 +0200 Subject: [PATCH] chore: update dependency org.jetbrains:annotations to v26 (#1525) --- 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 83afe80c9..78c77f671 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ reflexion = "1.8.0" geantyref = "2.0.0" dockerJava = "3.4.0" nightConfig = "3.8.1" -annotations = "25.0.0" +annotations = "26.0.1" influxClient = "7.2.0" netty = "5.0.0.Alpha5" gulf = "1.0.0-SNAPSHOT"