Dependency updates (#222)

- Bump to com.gradle.develocity plugin v3.17.3
- Bump JVM dependencies in sample projects
This commit is contained in:
Daz DeBoer
2024-05-11 07:45:47 -06:00
committed by GitHub
parent 063cfaf0eb
commit ea14aa9caf
13 changed files with 14 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ jobs:
matrix:
gradle: [current, 7.6.2, 6.9.4, 5.6.4]
os: ${{fromJSON(inputs.runner-os)}}
plugin-version: [3.16.2, 3.17.2]
plugin-version: [3.16.2, 3.17.3]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources