Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f443d7b

Browse files
committed
Upgrade Spring Boot 2.4.2
1 parent 806beec commit f443d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ SOURCE_COMPATIBILITY=1.8
3232
TARGET_COMPATIBILITY=1.8
3333
### Dependencies
3434
LIB_GRAPHQL_JAVA_VER=16.1
35-
LIB_SPRING_BOOT_VER=2.3.6.RELEASE
35+
LIB_SPRING_BOOT_VER=2.4.2
3636
LIB_GRAPHQL_SERVLET_VER=11.0.0
3737
LIB_GRAPHQL_JAVA_TOOLS_VER=11.0.0
3838
LIB_GRAPHQL_ANNOTATIONS_VER=8.3
3939
LIB_REFLECTIONS_VER=0.9.11
4040
LIB_APACHE_COMMONS_TEXT=1.8
4141
LIB_JSOUP_VER=1.13.1
42-
kotlin.version=1.3.72
42+
kotlin.version=1.4.10
4343
### Gradle Plugins
4444
LIB_BINTRAY_PLUGIN_VER=1.8.5
4545
LIB_RELEASE_PLUGIN_VER=2.8.1

0 commit comments

Comments
 (0)