From 715a41bb48140e0f4f4ed8564eb9c7e8881b03ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 08:36:18 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v24.1.0 --- 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 9c54a5b..1d05c9e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ graphql = "7.0.2" exposed = "0.49.0" [libraries] -annotations = "org.jetbrains:annotations:24.0.1" +annotations = "org.jetbrains:annotations:24.1.0" coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0" # com.expediagroup:graphql-kotlin-ktor-server:7.0.2 graphql-server = { module = "com.expediagroup:graphql-kotlin-ktor-server", version.ref = "graphql" }