From 5d1bd7c3a96fda73ff45cfc481df9c6c59dc7b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:05:40 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#208) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.1 to 24.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/24.0.1...24.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index 651aebfd..db50702e 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -18,7 +18,7 @@ dependencies { exclude module: 'slf4j-api' } - compileOnly 'org.jetbrains:annotations:24.0.1' + compileOnly 'org.jetbrains:annotations:24.1.0' compileOnly 'com.github.plan-player-analytics:Plan:5.5.2272' compileOnly "redis.clients:jedis:$jedis_version" compileOnly "com.mysql:mysql-connector-j:$mysql_driver_version" @@ -29,5 +29,5 @@ dependencies { testImplementation "redis.clients:jedis:$jedis_version" testImplementation "org.xerial.snappy:snappy-java:$snappy_version" testCompileOnly 'dev.dejvokep:boosted-yaml:1.3.1' - testCompileOnly 'org.jetbrains:annotations:24.0.1' + testCompileOnly 'org.jetbrains:annotations:24.1.0' } \ No newline at end of file