Skip to content

Commit

Permalink
Merge pull request #71 from palantir/feature/depbump
Browse files Browse the repository at this point in the history
small dep bump
  • Loading branch information
daberkow authored Nov 13, 2024
2 parents 9d3cb4a + 935a265 commit 59e7a28
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 @@ -19,7 +19,7 @@ plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.palantir.git-version' version '3.1.0'
id 'com.autonomousapps.dependency-analysis' version '1.33.0'
id 'com.autonomousapps.dependency-analysis' version '2.4.2'
id 'de.undercouch.download' version '5.6.0'
}

Expand Down Expand Up @@ -121,8 +121,8 @@ publishMavenPublicationToMavenLocal.dependsOn(test)
dependencies {
testImplementation group: 'com.github.stephenc.java-iso-tools', name: 'loop-fs-iso-impl', version: '2.1.0'
testImplementation 'javax.xml.bind:jaxb-api:2.3.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}

// To accept gradle scans and publish them
Expand Down

0 comments on commit 59e7a28

Please sign in to comment.