From f1a4d0a7bbedb3cd9eeb4dfbdee235707912b2e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:50:59 +0000 Subject: [PATCH] chore(deps): update plugin java-qa to v1.75.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 48244f17de..c2bc9fcb66 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -148,7 +148,7 @@ gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin:3 graphql-client = { id = "com.apollographql.apollo3", version.ref = "apollo" } graphql-server = { id = "com.expediagroup.graphql", version.ref = "graphql" } hugo = "io.github.fstaudt.hugo:0.9.0" -java-qa = "org.danilopianini.gradle-java-qa:1.57.1" +java-qa = "org.danilopianini.gradle-java-qa:1.75.0" kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }