Skip to content

Commit

Permalink
Bump guava from 18.0 to 23.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored May 12, 2020
1 parent 799eb0b commit 3f2b856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spar-wings-monolith/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- coding: utf-8; mode: groovy -*-

dependencies {
compile "com.google.guava:guava:18.0"
compile "com.google.guava:guava:23.0"
compile "jp.xet:baseunits:$baseunitsVersion"
compileOnly "javax.servlet:javax.servlet-api"
compile "com.googlecode.htmlcompressor:htmlcompressor:1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion spar-wings-spring-security-essential/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {
compile "org.springframework.security:spring-security-web"
compile "org.springframework.security.oauth:spring-security-oauth2:$springSecurityOauth2Version"

testCompile "com.google.guava:guava:18.0"
testCompile "com.google.guava:guava:23.0"
}

0 comments on commit 3f2b856

Please sign in to comment.