Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update dependencies packages by renovate (2023-05-01) (#1044)
Browse files Browse the repository at this point in the history
* chore: Update dependencies packages by renovate

* chore(deps): update jetbrains/qodana-action action to v2023 (#1043)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>

* fix(deps): update dependency com.sk89q.worldedit:worldedit-core to v7.2.14 (#1038)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>

* chore(deps): update peter-evans/create-or-update-comment action to v3 (#1040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>

* fix(deps): update dependency net.dv8tion:jda to v5.0.0-beta.8 (#1042)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>

* fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.41 (#1041)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomachi <[email protected]>
  • Loading branch information
3 people authored May 3, 2023
1 parent d463082 commit d53d5b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: adopt

- name: Qodana Scan
uses: JetBrains/qodana-action@v2022.3.4
uses: JetBrains/qodana-action@v2023.1.0
timeout-minutes: 30
with:
upload-result: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Is Successful Deploy
if: ${{ fromJson(steps.deployRequest.outputs.response).status == 'SUCCESSFUL' }}
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Is Failed Deploy
if: ${{ fromJson(steps.deployRequest.outputs.response).status == 'ERROR' }}
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.6</version>
<version>5.0.0-beta.8</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
Expand All @@ -204,7 +204,7 @@
<dependency>
<groupId>com.jaoafa</groupId>
<artifactId>jaosuperachievement2</artifactId>
<version>2.5.39</version>
<version>2.5.41</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -243,7 +243,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.2.13</version>
<version>7.2.14</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d53d5b5

Please sign in to comment.