project: Update gradle dependencies
This commit is contained in:
@@ -43,7 +43,7 @@ ext {
|
||||
gson = '2.8.6'
|
||||
guava = '28.1-jre'
|
||||
guice = '4.2.2'
|
||||
h2 = '1.4.199'
|
||||
h2 = '1.4.200'
|
||||
hamcrest = '2.1'
|
||||
httpcore = '4.4.12'
|
||||
httpmime = '4.5.10'
|
||||
|
||||
@@ -29,7 +29,7 @@ dependencies {
|
||||
providedCompile group: 'org.projectlombok', name: 'lombok', version: lombok
|
||||
providedCompile group: 'org.springframework.boot', name: 'spring-boot-starter-tomcat', version: springboot
|
||||
|
||||
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.199'
|
||||
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'
|
||||
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: okhttp3
|
||||
testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springboot) {
|
||||
exclude(module: 'commons-logging')
|
||||
|
||||
Reference in New Issue
Block a user