Skip to content

Commit 6388619

Browse files
[TECH]: Bump com.google.guava:guava from 32.1.3-jre to 33.2.1-jre (#91)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.2.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6105994 commit 6388619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-discovery-ft/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation "org.hawkular.agent:prometheus-scraper:${prometheusScraperVersion}"
2727

2828
testImplementation 'org.springframework.boot:spring-boot-starter-test'
29-
testImplementation "com.google.guava:guava:32.1.3-jre"
29+
testImplementation "com.google.guava:guava:33.2.1-jre"
3030
}
3131

3232
configurations {

0 commit comments

Comments
 (0)