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 (2022-06-16) (#866)
Browse files Browse the repository at this point in the history
* chore: Update dependencies packages by renovate

* fix(deps): update dependency net.dv8tion:jda to v5.0.0-alpha.12 (#829)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update jetbrains/qodana-action action to v5.1.0 (#828)

Co-authored-by: Renovate Bot <[email protected]>

* fix(deps): update dependency de.tr7zw:nbt-injector to v2.10.0 (#860)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Tomachi <[email protected]>

* fix(deps): update dependency de.tr7zw:item-nbt-api to v2.10.0 (#859)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Tomachi <[email protected]>
  • Loading branch information
4 people authored Jun 16, 2022
1 parent 0249f04 commit 7309cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@v5.0.4
uses: JetBrains/qodana-action@v5.1.0
timeout-minutes: 30
with:
upload-result: true
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-alpha.11</version>
<version>5.0.0-alpha.12</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
Expand Down Expand Up @@ -266,12 +266,12 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.9.2</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-injector</artifactId>
<version>2.9.2</version>
<version>2.10.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 7309cc0

Please sign in to comment.