Skip to content

Commit c21740c

Browse files
committed
Updated dependencies to align with Spring Boot 3.3.4
1 parent 2aed0a3 commit c21740c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.3</version>
9+
<version>3.3.4</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -32,17 +32,17 @@
3232
<!-- Dependency versions -->
3333
<commons-collections.version>4.4</commons-collections.version>
3434
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
35-
<spt-development-audit-spring-boot.version>3.3.3</spt-development-audit-spring-boot.version>
36-
<spt-development-cid-jms-spring-boot.version>3.3.3</spt-development-cid-jms-spring-boot.version>
37-
<spt-development-cid-web-spring-boot.version>3.3.3</spt-development-cid-web-spring-boot.version>
38-
<spt-development-logging-spring-boot.version>3.3.3</spt-development-logging-spring-boot.version>
35+
<spt-development-audit-spring-boot.version>3.3.4-SNAPSHOT</spt-development-audit-spring-boot.version>
36+
<spt-development-cid-jms-spring-boot.version>3.3.4-SNAPSHOT</spt-development-cid-jms-spring-boot.version>
37+
<spt-development-cid-web-spring-boot.version>3.3.4-SNAPSHOT</spt-development-cid-web-spring-boot.version>
38+
<spt-development-logging-spring-boot.version>3.3.4-SNAPSHOT</spt-development-logging-spring-boot.version>
3939

4040
<!-- Test dependency versions -->
4141
<archunit.version>1.3.0</archunit.version>
4242
<awaitility.version>4.2.2</awaitility.version>
43-
<cucumber.version>7.18.1</cucumber.version>
43+
<cucumber.version>7.19.0</cucumber.version>
4444
<junit-platform.version>1.11.0</junit-platform.version>
45-
<spt-development-test.version>3.1.10</spt-development-test.version>
45+
<spt-development-test.version>3.1.11-SNAPSHOT</spt-development-test.version>
4646
<testcontainers.version>1.20.1</testcontainers.version>
4747

4848
<!-- Plugin versions -->
@@ -53,8 +53,8 @@
5353
<maven-jxr-plugin.version>3.5.0</maven-jxr-plugin.version>
5454
<maven-pmd-plugin.version>3.25.0</maven-pmd-plugin.version>
5555
<maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
56-
<pitest-maven.version>1.16.3</pitest-maven.version>
57-
<spotbugs-plugin.version>4.8.6.3</spotbugs-plugin.version>
56+
<pitest-maven.version>1.17.0</pitest-maven.version>
57+
<spotbugs-plugin.version>4.8.6.4</spotbugs-plugin.version>
5858

5959
<!-- Plugin dependencies -->
6060
<checkstyle.version>10.18.1</checkstyle.version>

0 commit comments

Comments
 (0)