Skip to content

Commit

Permalink
⬆️ update 3rd party deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Feb 7, 2024
1 parent a4459d5 commit bfa0b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
id 'pl.allegro.tech.build.axion-release' version '1.16.1'
id "com.github.ben-manes.versions" version "0.51.0"
id "com.diffplug.spotless" version "6.24.0"
id "com.diffplug.spotless" version "6.25.0"
id "com.github.andygoossens.gradle-modernizer-plugin" version "1.9.0"
id 'com.adarshr.test-logger' version '4.0.0'
}
Expand Down Expand Up @@ -71,8 +71,8 @@ dependencies {
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.9'
implementation 'org.apache.xmlgraphics:batik-codec:1.17'
implementation 'org.openjdk.nashorn:nashorn-core:15.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.assertj:assertj-core:3.25.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation "com.tngtech.archunit:archunit-junit5-api:1.2.1"
testRuntimeOnly "com.tngtech.archunit:archunit-junit5-engine:1.2.1"
}
Expand Down

0 comments on commit bfa0b83

Please sign in to comment.