File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5050 <plugins >
5151 <plugin >
5252 <artifactId >maven-shade-plugin</artifactId >
53- <version >3.6.0 </version >
53+ <version >3.6.1 </version >
5454 <configuration >
5555 <createDependencyReducedPom >false</createDependencyReducedPom >
5656 <shadedArtifactAttached >false</shadedArtifactAttached >
279279 <dependency >
280280 <groupId >me.clip</groupId >
281281 <artifactId >placeholderapi</artifactId >
282- <version >2.11.6 </version >
282+ <version >2.11.7 </version >
283283 <scope >provided</scope >
284284 <optional >true</optional >
285285 <exclusions >
308308 <dependency >
309309 <groupId >com.lenis0012.bukkit</groupId >
310310 <artifactId >loginsecurity</artifactId >
311- <version >3.3.0 </version >
311+ <version >3.3.1 </version >
312312 <scope >provided</scope >
313313 <optional >true</optional >
314314 <exclusions >
351351 <dependency >
352352 <groupId >com.github.zigazajc007</groupId >
353353 <artifactId >Passky</artifactId >
354- <version >v3.0 .0</version >
354+ <version >v3.3 .0</version >
355355 <scope >provided</scope >
356356 <optional >true</optional >
357357
Original file line number Diff line number Diff line change 5151 <plugins >
5252 <plugin >
5353 <artifactId >maven-shade-plugin</artifactId >
54- <version >3.6.0 </version >
54+ <version >3.6.1 </version >
5555 <configuration >
5656 <minimizeJar >true</minimizeJar >
5757
Original file line number Diff line number Diff line change 7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-jar-plugin</artifactId >
76- <version >3.4.2 </version >
76+ <version >3.5.0 </version >
7777 <configuration >
7878 <archive >
7979 <manifestEntries >
154154 <dependency >
155155 <groupId >org.yaml</groupId >
156156 <artifactId >snakeyaml</artifactId >
157- <version >2.4 </version >
157+ <version >2.5 </version >
158158 </dependency >
159159
160160 <!-- Floodgate for Xbox Live Authentication-->
Original file line number Diff line number Diff line change 8383 <plugin >
8484 <!-- Update compiler plugin for old Maven versions like GH runner -->
8585 <artifactId >maven-compiler-plugin</artifactId >
86- <version >3.14.0 </version >
86+ <version >3.14.1 </version >
8787 </plugin >
8888
8989 <plugin >
145145 <dependency >
146146 <groupId >com.puppycrawl.tools</groupId >
147147 <artifactId >checkstyle</artifactId >
148- <version >10.23 .0</version >
148+ <version >12.2 .0</version >
149149 </dependency >
150150 </dependencies >
151151 <executions >
162162 <!-- Require newer versions for Junit5 support -->
163163 <plugin >
164164 <artifactId >maven-surefire-plugin</artifactId >
165- <version >3.5.3 </version >
165+ <version >3.5.4 </version >
166166 <configuration >
167167 <!-- Work-around to make multi-release classes discoverable
168168 https://issues.apache.org/jira/browse/SUREFIRE-1731 -->
179179
180180 <plugin >
181181 <artifactId >maven-jar-plugin</artifactId >
182- <version >3.4.2 </version >
182+ <version >3.5.0 </version >
183183 <!-- Explicitly enable multi-release for the scheduler,
184184 because detection from class shading doesn't work -->
185185 <executions >
Original file line number Diff line number Diff line change 6666 <plugin >
6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-compiler-plugin</artifactId >
69- <version >3.13.0 </version >
69+ <version >3.14.1 </version >
7070 <configuration >
7171 <annotationProcessors >
7272 <annotationProcessor >
7878
7979 <plugin >
8080 <artifactId >maven-shade-plugin</artifactId >
81- <version >3.6.0 </version >
81+ <version >3.6.1 </version >
8282 <configuration >
8383 <minimizeJar >true</minimizeJar >
8484
183183 <dependency >
184184 <groupId >org.mariadb.jdbc</groupId >
185185 <artifactId >mariadb-java-client</artifactId >
186- <version >3.5.3 </version >
186+ <version >3.5.6 </version >
187187 <exclusions >
188188 <!-- Exclude JNA implementation for WAFFLE - Windows Authentication Framework (mariadb)-->
189189 <exclusion >
You can’t perform that action at this time.
0 commit comments