diff --git a/annotations-processor/build.gradle b/annotations-processor/build.gradle index 008983429f..520bc1d164 100644 --- a/annotations-processor/build.gradle +++ b/annotations-processor/build.gradle @@ -5,7 +5,7 @@ sourceSets { dependencies { implementation project(':conductor-annotations') - api 'com.google.guava:guava:32.1.2-jre' + api 'com.google.guava:guava:32.1.3-jre' api 'com.squareup:javapoet:1.13.+' api 'com.github.jknack:handlebars:4.3.+' api 'com.google.protobuf:protobuf-java:3.21.12'