Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/checkout                | v3.0.0  | v3.0.1  |
| github-tags | actions/checkout                | v3.0.0  | v3.0.1  |
| github-tags | actions/checkout                | v3.0.0  | v3.0.1  |
| maven       | io.github.classgraph:classgraph | 4.8.143 | 4.8.145 |
  • Loading branch information
renovate-bot committed Apr 15, 2022
1 parent 55edc58 commit 3a81e2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -3,7 +3,7 @@ animalSniffer = "1.5.4"
arrowGradleConfig = "0.10.1-alpha.1"
assertj = "3.22.0"
coroutines = "1.6.1"
classgraph = "4.8.143"
classgraph = "4.8.145"
dokka = "1.6.20"
jUnit = "4.13.2"
jUnitJupiter = "5.8.2"
Expand Down

0 comments on commit 3a81e2a

Please sign in to comment.