diff --git a/README.adoc b/README.adoc index 3c48e97a5..f310dee09 100644 --- a/README.adoc +++ b/README.adoc @@ -37,8 +37,8 @@ ____ == Documentation -- https://spring-projects-experimental.github.io/spring-boot-migrator/user-documentation.html[User documentation,window=_blank] -- https://spring-projects-experimental.github.io/spring-boot-migrator/developer-documentation.html[Developer documentation,window=_blank] +- https://github.com/spring-projects-experimental/spring-boot-migrator/blob/main/docs/reference/user-documentation.adoc[User documentation] +- https://github.com/spring-projects-experimental/spring-boot-migrator/blob/main/docs/reference/developer-documentation.adoc[Developer documentation] == Spring Boot 3.0 Upgrade - Interactive Web UI diff --git a/applications/spring-shell/src/test/java/org/springframework/sbm/BootUpgrade_27_30_IntegrationTest.java b/applications/spring-shell/src/test/java/org/springframework/sbm/BootUpgrade_27_30_IntegrationTest.java index dafcae5a1..3ef19d9e8 100644 --- a/applications/spring-shell/src/test/java/org/springframework/sbm/BootUpgrade_27_30_IntegrationTest.java +++ b/applications/spring-shell/src/test/java/org/springframework/sbm/BootUpgrade_27_30_IntegrationTest.java @@ -127,8 +127,7 @@ private void verifyJohnzonCoreDependencyIsUpgraded() { assertThat(johnzonDependency.getClassifier()).isEqualTo("jakarta"); assertThat(johnzonDependency.getArtifactId()).isEqualTo("johnzon-core"); - Optional expectedJohnzonVersion = Optional.of("1.2.21"); - assertThat(johnzonDependency.getVersion()).isEqualTo(expectedJohnzonVersion.get()); + assertThat(johnzonDependency.getVersion()).isEqualTo("1.2.21"); } @NotNull diff --git a/pom.xml b/pom.xml index 77bc3c912..9bc8045b9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 1.17.0 2.7.5 0.9.5 - 1.19.0 + 1.19.1 3.2.0 3.1.4 1.18.24 @@ -30,7 +30,7 @@ UTF-8 src/generated/java 1.33 - 0.0.5 + 0.0.7 @@ -258,7 +258,7 @@ org.junit-pioneer junit-pioneer - 2.0.1 + 2.1.0 test @@ -272,7 +272,7 @@ org.slf4j jcl-over-slf4j - 2.0.6 + 2.0.9 @@ -382,7 +382,7 @@ com.mycila license-maven-plugin - 4.1 + 4.3 validate @@ -441,6 +441,8 @@ limitations under the License. **/*.xsd **/*.xml **/*.sh + **/spring.factories + **/*.gradle* **/generated/** **/Dockerfile