Skip to content

Commit

Permalink
Small fix for #350 to use lib version build file
Browse files Browse the repository at this point in the history
and set lexicographical order for libs
  • Loading branch information
ascheman committed Nov 2, 2024
1 parent 54e14a2 commit fb39b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Keep lexicographical (alphabetical) order everywhere!
[versions]
junit5-version = '5.11.2'
slf4j-version = '2.0.16'
Expand All @@ -12,8 +13,8 @@ lombok = 'org.projectlombok:lombok:1.18.34'
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j-version' }
slf4j-nop = { module = 'org.slf4j:slf4j-nop', version.ref = 'slf4j-version' }
spock = 'org.spockframework:spock-bom:2.3-groovy-3.0'
wiremock-testcontainers = { module = 'org.wiremock.integrations.testcontainers:wiremock-testcontainers-module', version.ref = 'wiremock-testcontainers-version' }
testcontainers-junit-jupiter = { module = 'org.testcontainers:junit-jupiter', version.ref = 'testcontainers-version' }
wiremock-testcontainers = { module = 'org.wiremock.integrations.testcontainers:wiremock-testcontainers-module', version.ref = 'wiremock-testcontainers-version' }

[plugins]
gradle-versions = { id= 'com.github.ben-manes.versions', version = '0.51.0' }
Expand Down
4 changes: 2 additions & 2 deletions htmlSanityCheck-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
testImplementation platform("org.codehaus.groovy:groovy-bom:${GroovySystem.version}")
testImplementation 'org.codehaus.groovy:groovy-xml'

testImplementation 'org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14'
testImplementation "org.testcontainers:junit-jupiter:1.20.2"
testImplementation libs.wiremock.testcontainers
testImplementation libs.testcontainers.junit.jupiter
}

gitProperties {
Expand Down

0 comments on commit fb39b27

Please sign in to comment.