File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'' ) }}'
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 }}
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments