diff --git a/.gitignore b/.gitignore index 93a8107e68..ed472caac9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Snyk cache +.dccache + # Compiled class file *.class diff --git a/bundle/camunda-saas-bundle/pom.xml b/bundle/camunda-saas-bundle/pom.xml index a31d166ec2..6179ebc81d 100644 --- a/bundle/camunda-saas-bundle/pom.xml +++ b/bundle/camunda-saas-bundle/pom.xml @@ -28,13 +28,6 @@ spring-boot-starter-oauth2-resource-server - - - com.google.protobuf - protobuf-java-util - 3.25.5 - - io.camunda.connector connector-gcp-secret-provider diff --git a/connectors/pom.xml b/connectors/pom.xml index c8e9e32085..e1ab6f86e6 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -41,6 +41,12 @@ except in compliance with the proprietary license. + + + com.google.protobuf + protobuf-java-util + 3.25.5 + io.camunda.connector connector-validation diff --git a/parent/pom.xml b/parent/pom.xml index 5c8fdf464f..8255d58c96 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -480,6 +480,12 @@ limitations under the License. protobuf-java 3.25.5 + + + com.google.protobuf + protobuf-java-util + 3.25.5 + org.bouncycastle