Skip to content

Commit b1367f8

Browse files
committed
Upgrade to spring-boot 2.6.2
1 parent c40f51a commit b1367f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- #1299 - Add support for Spring Cloud Function Web.
1010
### Changed
1111
- Upgrade to swagger-core 2.1.12
12+
- Upgrade to spring-boot 2.6.2
1213
- Upgrade spring-native to 0.11.1
1314
- bump classgraph version to 4.8.117
1415
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.6.1</version>
14+
<version>2.6.2</version>
1515
</parent>
1616

1717
<licenses>

0 commit comments

Comments
 (0)