Skip to content

Commit 8b441a7

Browse files
Merge remote-tracking branch 'origin/main' into dev
2 parents 21eddda + 8f2fed4 commit 8b441a7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
- name: Git
1414
uses: actions/checkout@v4
1515

16-
- name: Setup Java
17-
uses: actions/setup-java@v4
16+
- name: Java
17+
uses: actions/setup-java@v4.5.0
1818
with:
1919
java-version: '21'
2020
distribution: 'temurin'
2121
check-latest: true
2222

2323
- name: Cache
24-
uses: actions/cache@v4.0.0
24+
uses: actions/cache@v4.1.2
2525
with:
2626
path: ~/.m2
2727
key: '${{ runner.os }}-m2-${{ hashFiles(''**/pom.xml'') }}'
@@ -43,7 +43,7 @@ jobs:
4343
prerelease: false
4444

4545
- name: Release
46-
uses: csexton/release-asset-action@v2
46+
uses: csexton/release-asset-action@v3
4747
with:
4848
pattern: "target/ChatCoPlus-*.jar"
4949
github-token: ${{ secrets.GITHUB_TOKEN }}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-jar-plugin</artifactId>
28-
<version>3.3.0</version>
28+
<version>3.4.2</version>
2929
<configuration>
3030
<archive>
3131
<addMavenDescriptor>false</addMavenDescriptor>
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-compiler-plugin</artifactId>
41-
<version>3.12.1</version>
41+
<version>3.13.0</version>
4242
<configuration>
4343
<source>${java.version}</source>
4444
<target>${java.version}</target>
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-shade-plugin</artifactId>
50-
<version>3.5.1</version>
50+
<version>3.6.0</version>
5151
<configuration>
5252
<relocations>
5353
<relocation>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.bstats</groupId>
129129
<artifactId>bstats-bukkit</artifactId>
130-
<version>3.0.2</version>
130+
<version>3.1.0</version>
131131
<scope>compile</scope>
132132
</dependency>
133133
</dependencies>

0 commit comments

Comments
 (0)