From 025cc6217e7d784ea98dc4828961f799653333b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:24:45 +0000 Subject: [PATCH] Update dependency io.micronaut.graphql:micronaut-graphql to v4.4.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 195bb8e..13cd018 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ grpc = "1.65.1" guava = "32.1.3-jre" mapstruct = "1.5.5.Final" micronaut = "4.5.4" -micronaut-graphql = "4.1.0" +micronaut-graphql = "4.4.0" okhttp = "4.12.0" protobuf = "3.25.3" slugify = "3.0.7"