GH-457 - Upgrade to Spring Boot 3.3 snapshots.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -40,9 +40,8 @@
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<spring.version>6.1.0</spring.version> <!-- For Javadoc links only -->
|
||||
<spring-framework.version>6.1.2</spring-framework.version>
|
||||
<spring-boot.version>3.2.1</spring-boot.version>
|
||||
<spring-boot.version>3.3.0-SNAPSHOT</spring-boot.version>
|
||||
<spring-framework.version>6.1.2</spring-framework.version> <!-- For Javadoc links only -->
|
||||
<spring-cloud-aws-bom.version>3.1.0</spring-cloud-aws-bom.version>
|
||||
|
||||
</properties>
|
||||
@@ -65,7 +64,7 @@
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<comments>
|
||||
Copyright 2022-2023 the original author or authors.
|
||||
Copyright 2022-2024 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -452,7 +451,7 @@ limitations under the License.
|
||||
<quiet>true</quiet>
|
||||
<links>
|
||||
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
|
||||
<link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
|
||||
<link>https://docs.spring.io/spring/docs/${spring-framework.version}/javadoc-api/</link>
|
||||
<link>https://docs.oracle.com/en/java/javase/17/docs/api/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
|
||||
@@ -26,8 +26,7 @@
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<jmolecules.version>2023.1.1</jmolecules.version>
|
||||
<spring-framework.version>6.1.2</spring-framework.version>
|
||||
<spring-boot.version>3.2.1</spring-boot.version>
|
||||
<spring-boot.version>3.3.0-SNAPSHOT</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user