Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Sep 25, 2024
1 parent d52d430 commit 1fc6c4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build Artifact
run: ./gradlew release
Expand Down
17 changes: 7 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
[metadata]
version = "1.0"

[versions]
# plugins
shadow = "8.1.1"
indra = "3.1.3"
toxopid = "4.0.0"
toxopid = "4.0.2"
spotless = "6.25.0"
errorprone-gradle = "4.0.0"
errorprone-gradle = "4.0.1"

# logging
slf4j = "2.0.13"
slf4j = "2.0.16"

# testing
junit = "5.10.2"
junit = "5.11.1"

# static analysis
errorprone-core = "2.28.0"
nullaway = "0.11.0"
checker-qual = "3.43.0"
errorprone-core = "2.32.0"
nullaway = "0.11.3"
checker-qual = "3.47.0"

[libraries]
# logging
Expand Down

0 comments on commit 1fc6c4d

Please sign in to comment.