Skip to content

Commit 5e75443

Browse files
authored
Update to Gradle Wrapper 9.4.0 and update the testing dependencies (#42)
* update to Gradle Wrapper 9.4.0 and update the testing dependencies * bump the IDE Checkstyle version to 13.3.0
1 parent 687bc24 commit 5e75443

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.idea/checkstyle-idea.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ scram-client = "3.2"
1515

1616
## Testing ##
1717
assertj = "3.27.7"
18-
checkstyle = "13.2.0"
18+
checkstyle = "13.3.0"
1919
datafaker = "2.5.4"
20-
errorProne = "2.47.0"
21-
errorPronePlugin = "5.0.0"
20+
errorProne = "2.48.0"
21+
errorPronePlugin = "5.1.0"
2222
nullAway = "0.13.1"
2323

2424
[plugins]

gradle/wrapper/gradle-wrapper.jar

2.73 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)