Skip to content

Commit d68e5a2

Browse files
dependency: Update patch (#922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1aa237 commit d68e5a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/[email protected].1
26+
uses: actions/[email protected].2
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Versions {
4343

4444
// tests
4545
const val EXPRESSIBLE_JUNIT = "1.3.6"
46-
const val GROOVY_ALL = "3.0.23"
46+
const val GROOVY_ALL = "3.0.24"
4747
const val JUNIT_JUPITER_API = "5.12.0"
4848
const val JUNIT_JUPITER_PARAMS = "5.12.0"
4949
const val JUNIT_JUPITER_ENGINE = "5.12.0"

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = "com.eternalcode"
77
version = "1.6.0"
88

99
checkstyle {
10-
toolVersion = "10.21.2"
10+
toolVersion = "10.21.4"
1111

1212
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
1313
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"

0 commit comments

Comments
 (0)