From b83f53e67783f395ab02042ef176785fbdd572db Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 16 Sep 2020 02:32:47 +0300 Subject: Update deps --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 9ac4b994..b332483b 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } plugins { - id 'com.github.ben-manes.versions' version '0.31.0' + id 'com.github.ben-manes.versions' version '0.33.0' id 'org.springframework.boot' version '2.3.3.RELEASE' apply false id 'org.asciidoctor.convert' version '2.4.0' } @@ -175,7 +175,7 @@ dependencies { compile 'io.jsonwebtoken:jjwt-api:0.11.2' runtime 'io.jsonwebtoken:jjwt-jackson:0.11.2' runtime 'io.jsonwebtoken:jjwt-impl:0.11.2' - compile 'com.nimbusds:nimbus-jose-jwt:9.0' + compile 'com.nimbusds:nimbus-jose-jwt:9.0.1' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.43.0') -- cgit v1.2.3