Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.diffplug.spotless-spot…
Browse files Browse the repository at this point in the history
…less-plugin-gradle-6.20.0
  • Loading branch information
big-andy-coates committed Aug 8, 2023
2 parents 077990a + b93b380 commit 836fd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
`creek-coverage-convention`
`creek-publishing-convention` apply false
`creek-sonatype-publishing-convention`
id("pl.allegro.tech.build.axion-release") version "1.15.3" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
id("pl.allegro.tech.build.axion-release") version "1.15.4" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
}

project.version = scmVersion.version
Expand Down Expand Up @@ -50,7 +50,7 @@ subprojects {
set("creekVersion", "0.4.2-SNAPSHOT")

set("log4jVersion", "2.20.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
set("guavaVersion", "32.1.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("guavaVersion", "32.1.2-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("junitVersion", "5.10.0") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
set("junitPioneerVersion", "2.0.1") // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
set("mockitoVersion", "5.4.0") // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
Expand Down

0 comments on commit 836fd91

Please sign in to comment.