Skip to content

Commit a212ab3

Browse files
Bump com.google.guava:guava from 18.0 to 23.0
Bumps [com.google.guava: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) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: '23.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19c4439 commit a212ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ dependencies {
298298
}
299299
implementation "com.fasterxml.jackson.core:jackson-annotations:2.2.3"
300300
implementation "com.fasterxml.jackson.core:jackson-databind:2.2.3"
301-
implementation 'com.google.guava:guava:18.0'
301+
implementation 'com.google.guava:guava:23.0'
302302
implementation 'com.googlecode.jsonschema2pojo:jsonschema2pojo-core:0.3.6'
303303
implementation('com.j2html:j2html:0.7') {
304304
exclude group: 'junit', module: 'junit' // bro

0 commit comments

Comments
 (0)