diff --git a/build.gradle b/build.gradle index 150c37e..d837e20 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'com.github.tomakehurst:wiremock:3.0.1' implementation 'net.lightbody.bmp:browsermob-core:2.1.5' implementation 'org.xerial:sqlite-jdbc:3.47.1.0' - implementation 'com.google.guava:guava:33.3.1-jre' + implementation 'com.google.guava:guava:33.4.0-jre' implementation 'com.typesafe:config:1.4.3' implementation 'org.testcontainers:testcontainers:1.20.4' implementation 'org.projectlombok:lombok:1.18.36'