Skip to content

Commit 8254cbf

Browse files
dependency: Update minor (#898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93dd186 commit 8254cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/[email protected]
2020
- name: 'Set up JDK ${{ matrix.java }}'
21-
uses: actions/setup-java@v4.6.0
21+
uses: actions/setup-java@v4.7.0
2222
with:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object Versions {
2727
const val LITE_SKULL_API = "1.3.0"
2828

2929
const val GUAVA = "33.4.0-jre"
30-
const val GSON = "2.11.0"
30+
const val GSON = "2.12.0"
3131

3232
const val EXPRESSIBLE = "1.3.6"
3333
const val PANDA_UTILITIES = "0.5.3-alpha"

0 commit comments

Comments
 (0)