We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40f51a commit b1367f8Copy full SHA for b1367f8
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
- #1299 - Add support for Spring Cloud Function Web.
10
### Changed
11
- Upgrade to swagger-core 2.1.12
12
+- Upgrade to spring-boot 2.6.2
13
- Upgrade spring-native to 0.11.1
14
- bump classgraph version to 4.8.117
15
### Fixed
pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2</version>
</parent>
16
17
<licenses>
0 commit comments