Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/softprops/action-g…
Browse files Browse the repository at this point in the history
…h-release-2.0.6
  • Loading branch information
big-andy-coates authored Jul 2, 2024
2 parents dcd076c + 32af0d0 commit 973d005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ subprojects {
extra.apply {
set("creekVersion", "0.4.2-SNAPSHOT")

set("spotBugsVersion", "4.8.5") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("classGraphVersion", "4.8.172") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph
set("spotBugsVersion", "4.8.6") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("classGraphVersion", "4.8.174") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph
set("guavaVersion", "33.2.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("log4jVersion", "2.23.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core

set("junitVersion", "5.10.2") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
set("junitVersion", "5.10.3") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
set("junitPioneerVersion", "2.2.0") // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
set("mockitoVersion", "5.12.0") // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
}
Expand Down

0 comments on commit 973d005

Please sign in to comment.