Skip to content

Commit

Permalink
Bump versions and replace integration-test gradle
Browse files Browse the repository at this point in the history
by symbolic links
  • Loading branch information
ascheman committed Dec 13, 2024
1 parent 636a74b commit 94837e0
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 359 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
junit5-version = '5.11.3'
slf4j-version = '2.0.16'
string-similarity-version = '1.0.0'
testcontainers-version = '1.20.3'
testcontainers-version = '1.20.4'
wiremock-testcontainers-version = '1.0-alpha-14'

[libraries]
commons-validator = 'commons-validator:commons-validator:1.9.0'
jsoup = 'org.jsoup:jsoup:1.18.1'
jsoup = 'org.jsoup:jsoup:1.18.3'
junit-vintage = { module = 'org.junit.vintage:junit-vintage-engine', version.ref = 'junit5-version' }
lombok = 'org.projectlombok:lombok:1.18.36'
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j-version' }
Expand All @@ -20,7 +20,7 @@ wiremock-testcontainers = { module = 'org.wiremock.integrations.testcontainers:w

[plugins]
gradle-versions = { id= 'com.github.ben-manes.versions', version = '0.51.0' }
sonar = { id = 'org.sonarqube', version = '5.1.0.4882' }
sonar = { id = 'org.sonarqube', version = '6.0.1.5171' }
jreleaser = { id = 'org.jreleaser', version = '1.15.0'}
gitProperties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' }

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class HtmlSanityCheckTaskFunctionalSpec extends HtmlSanityCheckBaseSpec {
// 6.x or older does not work!
'7.6.3', // latest 7.x
'8.0.2', '8.1.1', '8.2.1', '8.3', '8.4',
'8.5', '8.6', '8.7', '8.8', '8.9',
'8.10.2' // all 8.x minor versions (latest patch release)
'8.5', '8.6', '8.7', '8.8', '8.9', '8.10.2',
'8.11.1' // all 8.x minor versions (latest patch release)
// end::tested-gradle-versions[]
])

Expand Down
1 change: 1 addition & 0 deletions integration-test/gradle-plugin/gradle
Binary file not shown.

This file was deleted.

252 changes: 0 additions & 252 deletions integration-test/gradle-plugin/gradlew

This file was deleted.

1 change: 1 addition & 0 deletions integration-test/gradle-plugin/gradlew
Loading

0 comments on commit 94837e0

Please sign in to comment.