From 0c2adc91cb204053570fb7635504883abef44bad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 06:00:41 +0000 Subject: [PATCH] chore(deps): update plugin java-qa to v1.65.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 ce006fe..26b8140 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,5 +14,5 @@ java-testing = [ "junit-api" ] [plugins] gitSemVer = { id = "org.danilopianini.git-sensitive-semantic-versioning", version = "3.1.7" } -java-qa = { id = "org.danilopianini.gradle-java-qa", version = "1.57.1"} +java-qa = { id = "org.danilopianini.gradle-java-qa", version = "1.65.0"} publish-on-central = { id = "org.danilopianini.publish-on-central", version = "5.1.6" }