diff --git a/pom.xml b/pom.xml index 07118eab49..e019f5585e 100644 --- a/pom.xml +++ b/pom.xml @@ -405,7 +405,6 @@ spring-aop spring-bom - spring-boot-modules spring-cloud-modules @@ -487,10 +486,8 @@ libraries-4 libraries-5 libraries-6 - spring-boot-modules/spring-boot-react - + vaadin - @@ -591,7 +588,6 @@ spring-4 spring-bom - spring-boot-modules spring-cloud-modules @@ -665,7 +661,7 @@ libraries-4 libraries-5 libraries-6 - spring-boot-modules/spring-boot-react + vaadin @@ -732,6 +728,7 @@ + spring-boot-modules apache-httpclient apache-httpclient4 apache-httpclient-2 @@ -843,11 +840,6 @@ persistence-modules/spring-data-cassandra-2 persistence-modules/spring-data-jpa-repo-3 quarkus-modules - spring-boot-modules/spring-boot-cassandre - spring-boot-modules/spring-boot-3 - spring-boot-modules/spring-boot-3-native - spring-boot-modules/spring-boot-3-observation - spring-boot-modules/spring-boot-3-test-pitfalls spring-reactive-modules spring-swagger-codegen/custom-validations-opeanpi-codegen testing-modules/testing-assertions @@ -948,7 +940,6 @@ spring-5-webflux-2 spring-activiti spring-batch-2 - spring-boot-modules/spring-caching-2 spring-core-2 spring-core-3 spring-core-5 @@ -970,9 +961,9 @@ xstream webrtc persistence-modules/java-mongodb + messaging-modules - spring-boot-modules/spring-boot-redis - spring-security-modules/spring-security-saml2 + persistence-modules/questdb @@ -1007,6 +998,7 @@ + spring-boot-modules apache-httpclient apache-httpclient4 apache-httpclient-2 @@ -1117,11 +1109,6 @@ persistence-modules/spring-data-cassandra-2 persistence-modules/spring-data-jpa-repo-3 quarkus-modules - spring-boot-modules/spring-boot-cassandre - spring-boot-modules/spring-boot-3 - spring-boot-modules/spring-boot-3-native - spring-boot-modules/spring-boot-3-observation - spring-boot-modules/spring-boot-3-test-pitfalls spring-reactive-modules spring-swagger-codegen/custom-validations-opeanpi-codegen testing-modules/testing-assertions @@ -1224,7 +1211,6 @@ spring-5-webflux-2 spring-activiti spring-batch-2 - spring-boot-modules/spring-caching-2 spring-core-2 spring-core-3 spring-core-5 @@ -1245,10 +1231,9 @@ xstream webrtc persistence-modules/java-mongodb - libraries-2 + libraries-2 messaging-modules - spring-boot-modules/spring-boot-redis - spring-security-modules/spring-security-saml2 + persistence-modules/questdb diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index 969ab8bffa..6d542f40dd 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -85,6 +85,14 @@ spring-boot-validation spring-boot-data-3 spring-caching + spring-caching-2 + spring-boot-redis + spring-boot-cassandre + spring-boot-react + spring-boot-3 + spring-boot-3-native + spring-boot-3-observation + spring-boot-3-test-pitfalls @@ -106,4 +114,8 @@ + + 3.3.2 + + diff --git a/spring-boot-modules/spring-boot-data/pom.xml b/spring-boot-modules/spring-boot-data/pom.xml index b69d0e093a..4bb1d28850 100644 --- a/spring-boot-modules/spring-boot-data/pom.xml +++ b/spring-boot-modules/spring-boot-data/pom.xml @@ -45,6 +45,16 @@ spring-boot-starter-test test + + org.openjfx + javafx-controls + ${javafx.version} + + + org.openjfx + javafx-fxml + ${javafx.version} + @@ -89,10 +99,6 @@ org.apache.maven.plugins maven-compiler-plugin - - ${source.version} - ${target.version} - @@ -113,10 +119,6 @@ org.apache.maven.plugins maven-compiler-plugin - - ${source.version} - ${target.version} - org.apache.maven.plugins @@ -148,10 +150,6 @@ org.apache.maven.plugins maven-compiler-plugin - - ${source.version} - ${target.version} - @@ -160,8 +158,7 @@ 2.2.4 - 1.8 - 1.8 + 19 \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-keycloak/pom.xml b/spring-boot-modules/spring-boot-keycloak/pom.xml index 34e93299ae..688b45d6d0 100644 --- a/spring-boot-modules/spring-boot-keycloak/pom.xml +++ b/spring-boot-modules/spring-boot-keycloak/pom.xml @@ -66,6 +66,11 @@ spring-security-test test + + org.glassfish.jaxb + jaxb-runtime + ${jaxb-runtime.version} + @@ -77,7 +82,7 @@ org.codehaus.mojo jaxb2-maven-plugin - 2.3.1 + ${jaxb2-maven-plugin.version} xjc @@ -99,6 +104,8 @@ com.baeldung.keycloak.SpringBoot + 4.0.0 + 2.5.0 \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-libraries/src/test/java/com/baeldung/scheduling/shedlock/BaeldungTaskSchedulerIntegrationTest.java b/spring-boot-modules/spring-boot-libraries/src/test/java/com/baeldung/scheduling/shedlock/BaeldungTaskSchedulerIntegrationTest.java index 47f42c133f..82c3717ab3 100644 --- a/spring-boot-modules/spring-boot-libraries/src/test/java/com/baeldung/scheduling/shedlock/BaeldungTaskSchedulerIntegrationTest.java +++ b/spring-boot-modules/spring-boot-libraries/src/test/java/com/baeldung/scheduling/shedlock/BaeldungTaskSchedulerIntegrationTest.java @@ -30,7 +30,7 @@ public class BaeldungTaskSchedulerIntegrationTest { taskScheduler.scheduledTask(); System.out.flush(); String expected = "Running ShedLock task\n"; - assertThat(consoleOutput.toString()).isEqualTo(expected); + assertThat(consoleOutput.toString()).hasToString(expected); //restore the old out System.setOut(old); diff --git a/spring-boot-modules/spring-boot-testing/pom.xml b/spring-boot-modules/spring-boot-testing/pom.xml index fcfc2364ba..f54a1964f9 100644 --- a/spring-boot-modules/spring-boot-testing/pom.xml +++ b/spring-boot-modules/spring-boot-testing/pom.xml @@ -131,6 +131,14 @@ + + 17 + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} @@ -139,8 +147,9 @@ com.baeldung.boot.Application 2.2.4 - 1.2-groovy-2.4 - 1.6 + 2.4-M1-groovy-4.0 + 2.0.0 + 3.10.1 0.7.2 2.5.0 2.17.1 diff --git a/spring-boot-modules/spring-caching/pom.xml b/spring-boot-modules/spring-caching/pom.xml index c0318729af..fa36b3af8b 100644 --- a/spring-boot-modules/spring-caching/pom.xml +++ b/spring-boot-modules/spring-caching/pom.xml @@ -64,7 +64,7 @@ org.projectlombok lombok - 1.18.12 + ${lombok.version} org.springframework.boot @@ -78,6 +78,7 @@ 3.5.2 + 1.18.26 \ No newline at end of file