Skip to content

Commit

Permalink
[Renovate] Update all minor and patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent d12d636 commit 741fc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ object Versions {
// tests
const val EXPRESSIBLE_JUNIT = "1.3.6"
const val GROOVY_ALL = "3.0.22"
const val JUNIT_JUPITER_API = "5.11.2"
const val JUNIT_JUPITER_PARAMS = "5.11.2"
const val JUNIT_JUPITER_ENGINE = "5.11.2"
const val JUNIT_JUPITER_API = "5.11.3"
const val JUNIT_JUPITER_PARAMS = "5.11.3"
const val JUNIT_JUPITER_ENGINE = "5.11.3"
const val MOCKITO_CORE = "5.14.2"

}

0 comments on commit 741fc23

Please sign in to comment.