From 868a08c1dbc7e00957c19c24a9aff121ee3cb555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 23:52:27 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b93eb852..a58180eb7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ junit="5.10.1" ktlint="0.49.1" ktfmt="0.46" pmd = "6.55.0" -spotless = "6.23.2" +spotless = "6.23.3" [libraries] # Shared @@ -80,6 +80,6 @@ gitPublish = "org.ajoberstar.git-publish:3.0.1" gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.0" } indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } indra-git = { id = "net.kyori.indra.git", version.ref = "indra" } -kotlin = "org.jetbrains.kotlin.jvm:1.9.21" +kotlin = "org.jetbrains.kotlin.jvm:1.9.22" nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-1" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }