diff --git a/example-projects/spring-boot/build.gradle b/example-projects/spring-boot/build.gradle index b8bb3a5a87..00cb254a1f 100644 --- a/example-projects/spring-boot/build.gradle +++ b/example-projects/spring-boot/build.gradle @@ -29,7 +29,7 @@ repositories { } ext { - assertjVersion = '3.25.0' + assertjVersion = '3.25.1' junitDataproviderVersion = '1.13.1' jgivenVersion = version hsqldbVersion = '2.7.2'