Skip to content

Commit

Permalink
dependency: Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 35fab52 commit 150c055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: adopt
java-version: '${{ matrix.java }}'
- name: Cache Gradle
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.gradle/caches
key: >-
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Versions {

// tests
const val EXPRESSIBLE_JUNIT = "1.3.6"
const val GROOVY_ALL = "3.0.23"
const val GROOVY_ALL = "3.0.24"
const val JUNIT_JUPITER_API = "5.12.0"
const val JUNIT_JUPITER_PARAMS = "5.12.0"
const val JUNIT_JUPITER_ENGINE = "5.12.0"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "com.eternalcode"
version = "1.6.0"

checkstyle {
toolVersion = "10.21.2"
toolVersion = "10.21.4"

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

0 comments on commit 150c055

Please sign in to comment.