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

Commit 073bad9

Browse files
authored
Merge pull request #422 from BlasiusSecundus/feature/gradle-and-dependency-update
chore: update Gradle to 6.5, Spring Boot to 2.3.1 and other dependencies
2 parents 05935f7 + 79c52af commit 073bad9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,17 @@ TARGET_COMPATIBILITY = 1.8
4040
### Dependencies
4141

4242
LIB_GRAPHQL_JAVA_VER = 14.1
43-
LIB_SPRING_BOOT_VER = 2.2.6.RELEASE
43+
LIB_SPRING_BOOT_VER = 2.3.1.RELEASE
4444
LIB_GRAPHQL_SERVLET_VER = 9.2.0
4545
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.1.0
46+
4647
LIB_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
5354
LIB_RELEASE_PLUGIN_VER=2.8.1
5455

5556
###

gradle/wrapper/gradle-wrapper.jar

-1 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

playground-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)