File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
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 >
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 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 >11.1 .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 -->
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