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

chore: update Gradle to 6.5, Spring Boot to 2.3.1 and other dependencies #422

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ TARGET_COMPATIBILITY = 1.8
### Dependencies

LIB_GRAPHQL_JAVA_VER = 14.1
LIB_SPRING_BOOT_VER = 2.2.6.RELEASE
LIB_SPRING_BOOT_VER = 2.3.1.RELEASE
LIB_GRAPHQL_SERVLET_VER = 9.2.0
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.1.0

LIB_APACHE_COMMONS_TEXT=1.8
LIB_JSOUP_VER=1.12.2
kotlin.version=1.3.70
LIB_JSOUP_VER=1.13.1
kotlin.version=1.3.72

### Gradle Plugins

LIB_BINTRAY_PLUGIN_VER=1.8.4
LIB_BINTRAY_PLUGIN_VER=1.8.5
LIB_RELEASE_PLUGIN_VER=2.8.1

###
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions playground-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies{
implementation "org.springframework.boot:spring-boot-autoconfigure"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-validation"

testImplementation "org.springframework.boot:spring-boot-starter-web"
testImplementation "org.springframework.boot:spring-boot-starter-test"
Expand Down