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 Jan 7, 2025
1 parent 455cde2 commit b55afd8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugins {
id "com.github.breadmoirai.github-release" version "2.4.1"
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.diffplug.spotless" version "7.0.0" // can't go higher to still work with Java 8
id 'com.github.gmazzo.buildconfig' version "5.5.1"
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.4"
id "org.ajoberstar.grgit" version "5.3.0"
id "org.sonarqube" version "6.0.1.5171"
id 'jacoco'
id 'maven-publish'
}
Expand Down Expand Up @@ -102,18 +102,18 @@ dependencies {
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.16"
implementation "org.slf4j:jcl-over-slf4j:2.0.16"
implementation "org.jboss:jandex:3.2.3"

implementation "eu.maveniverse.maven.mima:context:2.4.20"
runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.20"

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"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0"
testImplementation "org.hamcrest:hamcrest-library:3.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'
Expand Down

0 comments on commit b55afd8

Please sign in to comment.