Spring Boot 2.0 Compatibility
Previously, the library utilized an API from Spring Boot that arrived in 2.1.0. Support for Spring Boot 2.0 compatibility was requested and we can trivially add that support even though Boot 2.0 is EOL. This change updates the use of the API to be Boot 2.0 compatible. Signed-off-by: Ben Hale <bhale@vmware.com>
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -26,7 +26,7 @@
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<jsr305.version>3.0.2</jsr305.version>
|
||||
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
|
||||
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
|
||||
|
||||
<!-- Plugins -->
|
||||
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
||||
|
||||
Reference in New Issue
Block a user