diff options
author | Vitaly Takmazov | 2022-03-31 22:53:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-03-31 22:53:01 +0300 |
commit | 221664b0576b7ef51bbdb814745ca958e686b3de (patch) | |
tree | 58b67e66261f86c5f0db66b94df32c88af24049c /pom.xml | |
parent | e79e865766c9932e1068f914a481e596c6816296 (diff) |
Bump Spring Boot to 2.6.6
* Spring4Shell workaround is not needed anymore
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.6.5</version> + <version>2.6.6</version> <relativePath /> </parent> <groupId>com.juick</groupId> |