From 7275c0c15a686e0e0074aed0c8a8d5db2c2e310d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:10:44 +0000 Subject: [PATCH] fix(deps): update gradle --- build.gradle | 36 ++++++++++++++++++------------------ settings.gradle | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/build.gradle b/build.gradle index 42bf2f492..ee7d78dc5 100644 --- a/build.gradle +++ b/build.gradle @@ -2,18 +2,18 @@ import org.gradle.crypto.checksum.Checksum plugins { id "distribution" - id "com.github.johnrengelman.shadow" version "8.0.0" + id "com.github.johnrengelman.shadow" version "8.1.1" id "java" - id "com.github.breadmoirai.github-release" version "2.4.1" - id "io.toolebox.git-versioner" version "1.6.5" + id "com.github.breadmoirai.github-release" version "2.5.2" + id "io.toolebox.git-versioner" version "1.6.7" id 'org.gradle.crypto.checksum' version '1.4.0' - id "com.diffplug.spotless" version "6.13.0" // can't go higher to still work with Java 8 + id "com.diffplug.spotless" version "6.25.0" // can't go higher to still work with Java 8 id 'com.github.gmazzo.buildconfig' version "3.1.0" id "com.dorongold.task-tree" version "2.1.1" id "com.geoffgranum.gradle-conventional-changelog" version "0.3.1" id "org.asciidoctor.jvm.convert" version "3.3.2" id "org.ajoberstar.grgit" version "4.1.1" - id "org.sonarqube" version "4.0.0.2929" + id "org.sonarqube" version "4.4.1.3373" id 'jacoco' id 'maven-publish' } @@ -90,27 +90,27 @@ dependencies { implementation 'com.offbytwo:docopt:0.6.0.20150202' implementation 'org.apache.commons:commons-text:1.11.0' - implementation 'org.apache.commons:commons-compress:1.25.0' + implementation 'org.apache.commons:commons-compress:1.26.1' implementation 'info.picocli:picocli:4.7.5' - implementation 'io.quarkus.qute:qute-core:1.12.2.Final' + implementation 'io.quarkus.qute:qute-core:1.13.7.Final' implementation 'kr.motd.maven:os-maven-plugin:1.7.1' implementation 'org.codehaus.plexus:plexus-java:1.2.0' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'org.jsoup:jsoup:1.17.1' + implementation 'org.jsoup:jsoup:1.17.2' implementation 'org.codejive:java-properties:0.0.7' - implementation "org.slf4j:slf4j-nop:1.7.30" - implementation "org.slf4j:jcl-over-slf4j:1.7.30" - implementation "org.jboss:jandex:2.2.3.Final" + implementation "org.slf4j:slf4j-nop:1.7.36" + implementation "org.slf4j:jcl-over-slf4j:1.7.36" + implementation "org.jboss:jandex:2.4.4.Final" - implementation "eu.maveniverse.maven.mima:context:2.4.4" - runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.4" + implementation "eu.maveniverse.maven.mima:context:2.4.10" + runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.10" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1" - testImplementation "org.junit.jupiter:junit-jupiter:5.10.1" - testImplementation "com.github.stefanbirkner:system-rules:1.17.2" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" + testImplementation "org.junit.jupiter:junit-jupiter:5.10.2" + testImplementation "com.github.stefanbirkner:system-rules:1.19.0" testImplementation "org.hamcrest:hamcrest-library:2.2" - testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" + testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.2" //testImplementation 'com.github.maxandersen.karate:karate-junit:19e06766' //testImplementation 'com.github.maxandersen.karate:karate-apache:19e06766' @@ -257,7 +257,7 @@ test { } jacoco { - toolVersion = '0.8.7' + toolVersion = '0.8.12' } jacocoTestReport { diff --git a/settings.gradle b/settings.gradle index b3b191865..f45423beb 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { plugins { - id "com.gradle.enterprise" version "3.7.2" + id "com.gradle.enterprise" version "3.17.1" } }