You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+10
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,13 @@
359
359
<scope>test</scope>
360
360
</dependency>
361
361
362
+
<dependency>
363
+
<groupId>org.assertj</groupId>
364
+
<artifactId>assertj-core</artifactId>
365
+
<version>${assertj.version}</version>
366
+
<scope>test</scope>
367
+
</dependency>
368
+
362
369
<dependency>
363
370
<groupId>org.codehaus.groovy</groupId>
364
371
<artifactId>groovy-all</artifactId>
@@ -436,6 +443,9 @@
436
443
<!-- Set JVM options for maven-surefire-plugin -->
437
444
<argLine>-Xss256k</argLine>
438
445
446
+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) -->
447
+
<assertj.version>3.14.0</assertj.version>
448
+
439
449
<!-- Don't forget to update version in the ResourceUrl class -->
0 commit comments