From c5cfe7b569b0ae34d117150a579a708a6701da9c Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 28 Jun 2025 10:59:14 +0300 Subject: [PATCH] Update gradle plugins --- build.gradle | 8 ++++---- pom-central.xml | 30 ++++++++++++++++++++++++++++++ pom-central21.xml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8ab28d4f2..c558dca27 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ plugins { id 'java' id 'maven-publish' - id 'com.diffplug.spotless' version '6.25.0' - id 'org.sonarqube' version '5.1.0.4882' + id 'com.diffplug.spotless' version '7.0.4' + id 'org.sonarqube' version '6.2.0.5505' id 'jacoco' } @@ -12,10 +12,10 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:[5.13.1,)' + testImplementation 'org.junit.jupiter:junit-jupiter:[5.13.2,)' testImplementation 'org.hamcrest:hamcrest-core:[3.0,)' testImplementation 'org.zapodot:embedded-db-junit-jupiter:2.2.2' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.13.1,)' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.13.2,)' } test { diff --git a/pom-central.xml b/pom-central.xml index 8ada03a6f..1167b65d1 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -143,6 +143,36 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + generate-checksums + verify + + + + + + + + + + + + + + + + + + run + + + + diff --git a/pom-central21.xml b/pom-central21.xml index 21355156f..d12341c07 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -149,6 +149,36 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + generate-checksums + verify + + + + + + + + + + + + + + + + + + run + + + +