From 18d399b3f748ca0863177a791befdc0096bf7610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:04:22 -0400 Subject: [PATCH] Update settings to v1.2.0 (#1068) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 fd560a0c..10ec92c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jackson = "2.13.3" # jackson version locked by javalin, ref: `io.javalin.core.ut exposed = "0.40.1" dex2jar = "v64" # Stuck until https://github.com/ThexXTURBOXx/dex2jar/issues/27 is fixed rhino = "1.7.15" -settings = "1.0.0-RC" +settings = "1.2.0" twelvemonkeys = "3.9.4" graphqlkotlin = "6.8.5" xmlserialization = "0.86.2"