Skip to content

Commit c552c10

Browse files
Bump guava from 18.0 to 23.0
Bumps [guava](https://github.com/google/guava) from 18.0 to 23.0. - [Release notes](https://github.com/google/guava/releases) - [Commits](google/guava@v18.0...v23.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 318b13f commit c552c10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spar-wings-monolith/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- coding: utf-8; mode: groovy -*-
22

33
dependencies {
4-
compile "com.google.guava:guava:18.0"
4+
compile "com.google.guava:guava:23.0"
55
compile "jp.xet:baseunits:$baseunitsVersion"
66
compileOnly "javax.servlet:javax.servlet-api"
77
compile "com.googlecode.htmlcompressor:htmlcompressor:1.5.2"

spar-wings-spring-security-essential/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies {
99
compile "org.springframework.security:spring-security-web"
1010
compile "org.springframework.security.oauth:spring-security-oauth2:$springSecurityOauth2Version"
1111

12-
testCompile "com.google.guava:guava:18.0"
12+
testCompile "com.google.guava:guava:23.0"
1313
}

0 commit comments

Comments
 (0)