Skip to content

Commit 09b9e8d

Browse files
authored
Merge pull request #17 from spt-development/feature/spring-boot-3.1-upgrade
Updated dependencies to align with Spring Boot 3.1.0
2 parents 9dc24dd + fdf5b6e commit 09b9e8d

File tree

3 files changed

+5
-5
lines changed
  • spt-development-cid-web-spring-boot-autoconfigure
  • spt-development-cid-web-spring-boot-starter

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.spt-development</groupId>
55
<artifactId>spt-development-cid-web-spring-boot</artifactId>
6-
<version>3.0.7-SNAPSHOT</version>
6+
<version>3.1.0-SNAPSHOT</version>
77

88
<name>cid-web-spring-boot</name>
99
<description>Library for integrating spt-development/spt-development-cid-web into a Spring Boot application.</description>
@@ -37,15 +37,15 @@
3737
<maven.compiler.release>17</maven.compiler.release>
3838

3939
<!-- Dependency versions -->
40-
<spring-boot.version>3.0.6</spring-boot.version>
40+
<spring-boot.version>3.1.0</spring-boot.version>
4141
<spt-cid.version>2.0.11</spt-cid.version>
4242
<spt-cid-web.version>2.0.9</spt-cid-web.version>
4343

4444
<!-- Plugin versions -->
4545
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>
4646
<findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
4747
<findbugs-sec-bug-pattern.version>1.12.0</findbugs-sec-bug-pattern.version>
48-
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
48+
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
4949
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
5050
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
5151
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>

spt-development-cid-web-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-cid-web-spring-boot</artifactId>
8-
<version>3.0.7-SNAPSHOT</version>
8+
<version>3.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>spt-development-cid-web-spring-boot-autoconfigure</artifactId>

spt-development-cid-web-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-cid-web-spring-boot</artifactId>
8-
<version>3.0.7-SNAPSHOT</version>
8+
<version>3.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>spt-development-cid-web-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)