Skip to content

Commit

Permalink
Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.1.0-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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Mar 14, 2024
1 parent 1c307b3 commit b3e56c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation('com.ning:async-http-client:1.9.40') {
exclude group: 'io.netty'
}
api('com.google.guava:guava:33.0.0-jre') {transitive = false}
api('com.google.guava:guava:33.1.0-jre') {transitive = false}
api('commons-beanutils:commons-beanutils:1.9.4') {transitive = false}
api('commons-codec:commons-codec:1.16.1') {transitive = false}
api('org.apache.commons:commons-email:1.6.0') {transitive = false}
Expand Down
2 changes: 1 addition & 1 deletion replay-tests/helloworld-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
}
dependencies {
implementation('com.google.guava:guava:33.0.0-jre') {transitive = false}
implementation('com.google.guava:guava:33.1.0-jre') {transitive = false}
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation project(':pdf')
testImplementation "com.codeborne:pdf-test:$pdfTestVersion"
Expand Down
2 changes: 1 addition & 1 deletion replay-tests/helloworld/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation('com.google.guava:guava:33.0.0-jre') {transitive = false}
implementation('com.google.guava:guava:33.1.0-jre') {transitive = false}
implementation project(':pdf')
testImplementation("org.assertj:assertj-core:$assertjVersion")
testImplementation "com.codeborne:pdf-test:$pdfTestVersion"
Expand Down

0 comments on commit b3e56c7

Please sign in to comment.