aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index ec54b29f..9df8dca9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3'
}
}
@@ -29,7 +29,7 @@ dependencyManagement {
}
apply plugin: 'com.github.ben-manes.versions'
-dependencyUpdates.resolutionStrategy = {
+dependencyUpdates.resolutionStrategy {
componentSelection { rules ->
rules.all { ComponentSelection selection ->
boolean rejected = ['alpha', 'beta', 'rc', 'cr', 'm', 'pr', 'b'].any { qualifier ->
@@ -123,7 +123,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-json")
compile ('org.springframework.boot:spring-boot-devtools')
- compile 'org.flywaydb:flyway-core:6.2.3'
+ compile 'org.flywaydb:flyway-core:6.2.4'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.1'
compile "javax.inject:javax.inject:1"
@@ -175,7 +175,7 @@ dependencies {
compile 'io.jsonwebtoken:jjwt-api:0.11.0'
runtime 'io.jsonwebtoken:jjwt-jackson:0.11.0'
runtime 'io.jsonwebtoken:jjwt-impl:0.11.0'
- compile 'com.nimbusds:nimbus-jose-jwt:8.6'
+ compile 'com.nimbusds:nimbus-jose-jwt:8.8'
testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile('net.sourceforge.htmlunit:htmlunit:2.37.0')