Skip to content

Commit e4c95be

Browse files
committed
⬆️ Update to Spring Boot 4.0.0
1 parent f06b162 commit e4c95be

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • spring/fluentforms-sample-web-jersey-app

spring/fluentforms-sample-web-jersey-app/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.7</version>
8+
<version>4.0.0</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com._4point.aem.fluentforms</groupId>
@@ -18,7 +18,6 @@
1818
<java.version>17</java.version>
1919
<wiremock.version>3.13.1</wiremock.version>
2020
<wiremock-spring-boot.version>3.10.6</wiremock-spring-boot.version>
21-
<htmlunit.version>4.16.0</htmlunit.version>
2221
<fluentforms.jersey.spring.boot.starter.version>0.0.5-SNAPSHOT</fluentforms.jersey.spring.boot.starter.version>
2322
<fp.hamcrest.matchers.version>0.0.4-SNAPSHOT</fp.hamcrest.matchers.version>
2423
</properties>
@@ -103,7 +102,7 @@
103102
</dependency>
104103
<dependency>
105104
<groupId>org.testcontainers</groupId>
106-
<artifactId>junit-jupiter</artifactId>
105+
<artifactId>testcontainers-junit-jupiter</artifactId>
107106
<scope>test</scope>
108107
</dependency>
109108
<dependency>

0 commit comments

Comments
 (0)