File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 <!-- Maven build plugins and their dependencies -->
2222 <build-helper-plugin .version>3.3.0</build-helper-plugin .version>
2323 <build-properties-plugin .version>1.1.0</build-properties-plugin .version>
24- <kotlin-plugin .version>1.7 .20</kotlin-plugin .version>
25- <surefire-plugin .version>2.22.2 </surefire-plugin .version>
26- <ktlint-plugin .version>1.15.2 </ktlint-plugin .version>
24+ <kotlin-plugin .version>1.8 .20</kotlin-plugin .version>
25+ <surefire-plugin .version>3.0.0 </surefire-plugin .version>
26+ <ktlint-plugin .version>1.16.0 </ktlint-plugin .version>
2727
2828 <!-- Library versions -->
29- <kotlin-logging-jvm .version>3.0.2 </kotlin-logging-jvm .version>
29+ <kotlin-logging-jvm .version>3.0.5 </kotlin-logging-jvm .version>
3030 <quicktheories .version>0.26</quicktheories .version>
3131 <spring-boot .version>2.7.4</spring-boot .version>
3232
147147 <plugin >
148148 <groupId >org.apache.maven.plugins</groupId >
149149 <artifactId >maven-enforcer-plugin</artifactId >
150- <version >3.0.0 </version >
150+ <version >3.2.1 </version >
151151 <executions >
152152 <execution >
153153 <id >enforce-versions</id >
236236 <plugin >
237237 <groupId >org.apache.maven.plugins</groupId >
238238 <artifactId >maven-compiler-plugin</artifactId >
239- <version >3.8.1 </version >
239+ <version >3.11.0 </version >
240240 <configuration >
241241 <source >${java.version} </source >
242242 <target >${java.version} </target >
You can’t perform that action at this time.
0 commit comments