|
|
@ -98,7 +98,7 @@
|
|
|
|
<spring.boot.version>3.0.0-RC2</spring.boot.version>
|
|
|
|
<spring.boot.version>3.0.0-RC2</spring.boot.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Framework -->
|
|
|
|
<!-- Spring Framework -->
|
|
|
|
<spring.framework.version>6.0.0</spring.framework.version>
|
|
|
|
<spring.framework.version>6.0.1</spring.framework.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
@ -121,15 +121,16 @@
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Cloud Dependencies -->
|
|
|
|
<!-- Spring Framework Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
|
<version>${spring.cloud.version}</version>
|
|
|
|
<version>${spring.framework.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Boot Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
@ -138,11 +139,11 @@
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Framework Dependencies -->
|
|
|
|
<!-- Spring Cloud Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
<version>${spring.framework.version}</version>
|
|
|
|
<version>${spring.cloud.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|