This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
playground-spring-boot-autoconfigure Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,17 @@ TARGET_COMPATIBILITY = 1.8
4040# ## Dependencies
4141
4242LIB_GRAPHQL_JAVA_VER = 14.1
43- LIB_SPRING_BOOT_VER = 2.2.6 .RELEASE
43+ LIB_SPRING_BOOT_VER = 2.3.1 .RELEASE
4444LIB_GRAPHQL_SERVLET_VER = 9.2.0
4545LIB_GRAPHQL_JAVA_TOOLS_VER = 6.1.0
46+
4647LIB_APACHE_COMMONS_TEXT =1.8
47- LIB_JSOUP_VER =1.12.2
48- kotlin.version =1.3.70
48+ LIB_JSOUP_VER =1.13.1
49+ kotlin.version =1.3.72
4950
5051# ## Gradle Plugins
5152
52- LIB_BINTRAY_PLUGIN_VER =1.8.4
53+ LIB_BINTRAY_PLUGIN_VER =1.8.5
5354LIB_RELEASE_PLUGIN_VER =2.8.1
5455
5556# ##
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies{
2222 implementation " org.springframework.boot:spring-boot-autoconfigure"
2323 implementation " org.springframework.boot:spring-boot-starter-web"
2424 implementation " org.springframework.boot:spring-boot-starter-thymeleaf"
25+ implementation " org.springframework.boot:spring-boot-starter-validation"
2526
2627 testImplementation " org.springframework.boot:spring-boot-starter-web"
2728 testImplementation " org.springframework.boot:spring-boot-starter-test"
You can’t perform that action at this time.
0 commit comments