Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 412a5b5 commit aa1d249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4.4.0
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 @@ -26,5 +26,5 @@ object Versions {
const val INDRA = "3.1.3"
const val GRADLE_PUBLISH = "1.3.0"
const val SHADOW = "8.1.1"
const val JACKSON = "2.17.2"
const val JACKSON = "2.18.0"
}

0 comments on commit aa1d249

Please sign in to comment.