Skip to content

Commit

Permalink
Update Guava dependency to 32.1.2 (#15394)
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Oct 10, 2023
1 parent e1eb197 commit c0e8121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ dependencies {
implementation 'org.codehaus.janino:janino:3.1.0'
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jacksonVersion}"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jacksonVersion}"
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
implementation('com.google.googlejavaformat:google-java-format:1.15.0') {
exclude group: 'com.google.guava', module: 'guava'
}
Expand Down

0 comments on commit c0e8121

Please sign in to comment.