Skip to content

Commit

Permalink
fix(deps): update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent d863c33 commit 014a1be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -89,28 +89,28 @@ sourceSets.main.compileClasspath += sourceSets.java9.output.classesDirs;
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-text:1.12.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.11"
runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.11"

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'
Expand Down Expand Up @@ -257,7 +257,7 @@ test {
}

jacoco {
toolVersion = '0.8.7'
toolVersion = '0.8.12'
}

jacocoTestReport {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id "com.gradle.enterprise" version "3.7.2"
id "com.gradle.enterprise" version "3.17.2"
}
}

Expand Down

0 comments on commit 014a1be

Please sign in to comment.