Java 28951 :- Upgrade spring-boot-rest to Spring Boot 3 (#15617)

This commit is contained in:
Amit Pandey
2024-01-22 18:05:02 +05:30
committed by GitHub
parent bcab98e9c1
commit e13051aff4
30 changed files with 73 additions and 80 deletions
+5 -5
View File
@@ -11,9 +11,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../parent-boot-3</relativePath>
</parent>
<dependencies>
@@ -144,8 +144,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
@@ -164,6 +164,6 @@
<xstream.version>1.4.11.1</xstream.version>
<modelmapper.version>3.2.0</modelmapper.version>
<rest-assured.version>3.3.0</rest-assured.version>
<jaxb-runtime.version>2.3.7</jaxb-runtime.version>
<jaxb-runtime.version>4.0.1</jaxb-runtime.version>
</properties>
</project>