From d72c5f10a1953c9e73f5d3f3c52bc72a6f4ccb5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:36:36 +0000 Subject: [PATCH] fix(deps): update gradle --- build.gradle | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 42bf2f492..e6e72ef4c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,12 +8,12 @@ plugins { id "io.toolebox.git-versioner" version "1.6.5" 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.github.gmazzo.buildconfig' version "3.1.0" - id "com.dorongold.task-tree" version "2.1.1" + id 'com.github.gmazzo.buildconfig' version "5.3.5" + id "com.dorongold.task-tree" version "4.0.0" 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.asciidoctor.jvm.convert" version "4.0.2" + id "org.ajoberstar.grgit" version "5.2.2" + id "org.sonarqube" version "5.0.0.4638" id 'jacoco' id 'maven-publish' } @@ -92,16 +92,16 @@ dependencies { implementation 'org.apache.commons:commons-text:1.11.0' implementation 'org.apache.commons:commons-compress:1.25.0' implementation 'info.picocli:picocli:4.7.5' - implementation 'io.quarkus.qute:qute-core:1.12.2.Final' + implementation 'io.quarkus.qute:qute-core:3.12.0' 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.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:2.0.13" + implementation "org.slf4j:jcl-over-slf4j:2.0.13" + implementation "org.jboss:jandex:3.1.8" implementation "eu.maveniverse.maven.mima:context:2.4.4" runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.4" @@ -110,7 +110,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter:5.10.1" testImplementation "com.github.stefanbirkner:system-rules:1.17.2" testImplementation "org.hamcrest:hamcrest-library:2.2" - testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" + testImplementation "com.github.tomakehurst:wiremock-jre8:3.0.1" //testImplementation 'com.github.maxandersen.karate:karate-junit:19e06766' //testImplementation 'com.github.maxandersen.karate:karate-apache:19e06766'