|
69 | 69 | <version.gson>2.11.0</version.gson> |
70 | 70 | <version.httpclient>4.5.14</version.httpclient> |
71 | 71 | <version.httpmime>4.5.14</version.httpmime> |
72 | | - <version.snakeyaml>2.3</version.snakeyaml> |
73 | | - <version.spring-boot>3.3.5</version.spring-boot> |
| 72 | + <!-- The version provided by the parent is not compatible with Spring Boot 4. Remove once the parent provides 6.x --> |
| 73 | + <version.junit>6.0.1</version.junit> |
| 74 | + <version.spring-boot>4.0.1</version.spring-boot> |
74 | 75 | </properties> |
75 | 76 |
|
76 | 77 | <dependencies> |
|
130 | 131 | <version>${version.spring-boot}</version> |
131 | 132 | </dependency> |
132 | 133 |
|
133 | | - <!-- Override version provided by spring-boot-starter until it uses a more secure version itself --> |
134 | | - <dependency> |
135 | | - <groupId>org.yaml</groupId> |
136 | | - <artifactId>snakeyaml</artifactId> |
137 | | - <version>${version.snakeyaml}</version> |
138 | | - </dependency> |
139 | | - |
140 | 134 | <dependency> |
141 | 135 | <groupId>org.springframework.boot</groupId> |
142 | 136 | <artifactId>spring-boot-starter-actuator</artifactId> |
|
159 | 153 | <groupId>org.mockito</groupId> |
160 | 154 | <artifactId>mockito-junit-jupiter</artifactId> |
161 | 155 | </exclusion> |
162 | | - <exclusion> |
163 | | - <!-- This comes with an older version of SLF4J which causes conflicts --> |
164 | | - <groupId>com.jayway.jsonpath</groupId> |
165 | | - <artifactId>json-path</artifactId> |
166 | | - </exclusion> |
167 | 156 | </exclusions> |
168 | 157 | </dependency> |
169 | 158 |
|
170 | 159 | <dependency> |
171 | 160 | <groupId>org.springframework.boot</groupId> |
172 | | - <artifactId>spring-boot-starter-web</artifactId> |
| 161 | + <artifactId>spring-boot-starter-webmvc</artifactId> |
| 162 | + <version>${version.spring-boot}</version> |
| 163 | + <scope>test</scope> |
| 164 | + </dependency> |
| 165 | + |
| 166 | + <dependency> |
| 167 | + <groupId>org.springframework.boot</groupId> |
| 168 | + <artifactId>spring-boot-starter-restclient</artifactId> |
173 | 169 | <version>${version.spring-boot}</version> |
174 | 170 | <scope>test</scope> |
175 | 171 | </dependency> |
|
217 | 213 | <configuration> |
218 | 214 | <sourcepath>${project.basedir}/src/main/java</sourcepath> |
219 | 215 | <links> |
220 | | - <link>https://docs.spring.io/spring-boot/docs/3.2.x/api</link> |
221 | | - <link>https://docs.spring.io/spring-framework/docs/6.1.x/javadoc-api</link> |
| 216 | + <link>https://docs.spring.io/spring-boot/api/java/</link> |
| 217 | + <link>https://docs.spring.io/spring-framework/docs/7.0.x/javadoc-api/</link> |
222 | 218 | <link>https://logback.qos.ch/apidocs/</link> |
223 | 219 | <link>https://worldline-global-collect.github.io/connect-sdk-java/apidocs/7.x</link> |
224 | 220 | </links> |
|
343 | 339 | <version.gson>2.6</version.gson> |
344 | 340 | <version.httpclient>4.4</version.httpclient> |
345 | 341 | <version.httpmime>4.4</version.httpmime> |
346 | | - <version.spring-boot>3.0.0</version.spring-boot> |
| 342 | + <version.spring-boot>4.0.0</version.spring-boot> |
347 | 343 | </properties> |
348 | 344 | </profile> |
349 | 345 | </profiles> |
|
0 commit comments