Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.3.4
  • Loading branch information
big-andy-coates authored Aug 6, 2024
2 parents b75d067 + 8325dd3 commit ca06b5f
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`
`creek-sonatype-publishing-convention`
id("pl.allegro.tech.build.axion-release") version "1.17.2" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
id("pl.allegro.tech.build.axion-release") version "1.18.2" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
}

project.version = scmVersion.version
Expand All @@ -39,7 +39,7 @@ val log4jVersion = "2.23.1" // https://mvnrepository.com/artifact/org.
val junitVersion = "5.10.3" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
val junitPioneerVersion = "2.2.0" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
val mockitoVersion = "5.12.0" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
val hamcrestVersion = "2.2" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core
val hamcrestVersion = "3.0" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core

dependencies {
testImplementation("org.creekservice:creek-test-hamcrest:$creekVersion")
Expand Down

0 comments on commit ca06b5f

Please sign in to comment.