Skip to content

Commit 9772fec

Browse files
authored
Merge pull request #11 from spt-development/feature/spring-boot-3.0.0-upgrade
Upgrade to Spring Boot 3.0.0
2 parents da8f890 + bf1d970 commit 9772fec

File tree

3 files changed

+7
-6
lines changed
  • spt-development-logging-spring-boot-autoconfigure
  • spt-development-logging-spring-boot-starter

3 files changed

+7
-6
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -34,12 +34,12 @@
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>
@@ -101,6 +101,7 @@
101101
<showWarnings>true</showWarnings>
102102
<compilerArgs>
103103
<arg>-Xlint:all</arg>
104+
<arg>-parameters</arg>
104105
<arg>-Werror</arg>
105106
</compilerArgs>
106107
</configuration>

spt-development-logging-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

spt-development-logging-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)