project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2019-10-15 00:11:43 +00:00
parent e418f35dbb
commit bb74b69d82
2 changed files with 2 additions and 2 deletions

View File

@@ -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')