Skip to content

Commit

Permalink
Merge pull request #94 from creek-service/dependabot/gradle/org.junit…
Browse files Browse the repository at this point in the history
…-pioneer-junit-pioneer-2.0.0

Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.0.0
  • Loading branch information
big-andy-coates committed Feb 5, 2023
2 parents 27e6613 + 5e94115 commit 3a18bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val creekVersion = "0.3.2-SNAPSHOT"
val guavaVersion = "31.1-jre" // https://mvnrepository.com/artifact/com.google.guava/guava
val log4jVersion = "2.19.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
val junitVersion = "5.9.2" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
val junitPioneerVersion = "1.9.1" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
val junitPioneerVersion = "2.0.0" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
val mockitoVersion = "5.1.1" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
val hamcrestVersion = "2.2" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core

Expand Down

0 comments on commit 3a18bd5

Please sign in to comment.