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

Commit

Permalink
chore: 依存パッケージアップデート 2022/03/28 (#770)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1

* chore(deps): update shogo82148/actions-upload-release-asset action to v1.6.1

* fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.16

* fix(deps): update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.10

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

* chore(deps): update actions/cache action to v3

* chore(deps): update jetbrains/qodana-action action to v5

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

* fix(deps): update dependency org.json:json to v20220320

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
book000 and renovate-bot authored Mar 27, 2022
1 parent c78fa25 commit a4546d2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PaperServerTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: adopt

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: adopt

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: adopt

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
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@v4.2.5
uses: JetBrains/qodana-action@v5.0.2
with:
linter: jetbrains/qodana-jvm-community
fail-threshold: 100
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
distribution: adopt

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
body: ${{ steps.tag_version.outputs.changelog }}

- name: Upload Release Asset
uses: shogo82148/[email protected].0
uses: shogo82148/[email protected].1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/*.jar
Expand All @@ -82,7 +82,7 @@ jobs:
sha256sum *.jar > sha256sum.txt
- name: Upload Release Asset sha256sum.txt
uses: shogo82148/[email protected].0
uses: shogo82148/[email protected].1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/sha256sum.txt
Expand Down 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@v1
uses: peter-evans/create-or-update-comment@v2
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@v1
uses: peter-evans/create-or-update-comment@v2
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>com.jaoafa</groupId>
<artifactId>jaosuperachievement2</artifactId>
<version>2.5.12</version>
<version>2.5.16</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -204,7 +204,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20211205</version>
<version>20220320</version>
</dependency>
<dependency>
<groupId>us.myles</groupId>
Expand All @@ -220,13 +220,13 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.9</version>
<version>7.2.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.2.9</version>
<version>7.2.10</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a4546d2

Please sign in to comment.