File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
spt-development-logging-spring-boot-autoconfigure
spt-development-logging-spring-boot-starter Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >com.spt-development</groupId >
55 <artifactId >spt-development-logging-spring-boot</artifactId >
6- <version >2 .0.11 -SNAPSHOT</version >
6+ <version >3 .0.0 -SNAPSHOT</version >
77
88 <name >logging-spring-boot</name >
99 <description >Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description >
3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3636
37- <maven .compiler.release>8 </maven .compiler.release>
37+ <maven .compiler.release>17 </maven .compiler.release>
3838
3939 <!-- Dependency versions -->
40- <spring-boot .version>2.7.5 </spring-boot .version>
40+ <spring-boot .version>3.0.0 </spring-boot .version>
4141 <spt-cid .version>2.0.11</spt-cid .version>
42- <spt-logging-spring .version>2 .0.8 </spt-logging-spring .version>
42+ <spt-logging-spring .version>3 .0.0 </spt-logging-spring .version>
4343
4444 <!-- Plugin versions -->
4545 <checkstyle-maven-plugin .version>3.1.2</checkstyle-maven-plugin .version>
101101 <showWarnings >true</showWarnings >
102102 <compilerArgs >
103103 <arg >-Xlint:all</arg >
104+ <arg >-parameters</arg >
104105 <arg >-Werror</arg >
105106 </compilerArgs >
106107 </configuration >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.spt-development</groupId >
77 <artifactId >spt-development-logging-spring-boot</artifactId >
8- <version >2 .0.11 -SNAPSHOT</version >
8+ <version >3 .0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >spt-development-logging-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.spt-development</groupId >
77 <artifactId >spt-development-logging-spring-boot</artifactId >
8- <version >2 .0.11 -SNAPSHOT</version >
8+ <version >3 .0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >spt-development-logging-spring-boot-starter</artifactId >
You can’t perform that action at this time.
0 commit comments