Skip to content

Commit

Permalink
fix: upgrade com.google.api.grpc:proto-google-common-protos from 2.29…
Browse files Browse the repository at this point in the history
….0 to 2.30.0

Snyk has created this PR to upgrade com.google.api.grpc:proto-google-common-protos from 2.29.0 to 2.30.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-common-protos/

See this project in Snyk:
https://app.snyk.io/org/flyte/project/0631be49-03a8-4bec-a1a3-6f3ceca5643d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 29, 2024
1 parent e1a1837 commit a81c119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
-->
<auto-service.version>1.1.1</auto-service.version>
<auto-value.version>1.10.4</auto-value.version>
<common-proto.version>2.29.0</common-proto.version>
<common-proto.version>2.30.0</common-proto.version>
<grpc.version>1.59.1</grpc.version>
<!-- must be aligned with netty version -->
<!-- see: https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
Expand Down Expand Up @@ -512,7 +512,7 @@
<version>1.8</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<scala>
<scalafmt>
Expand Down Expand Up @@ -580,7 +580,7 @@
<include>**/src/**.xml</include>
</includes>
<!-- Files must end with a newline -->
<endWithNewline />
<endWithNewline/>
</format>
</formats>
</configuration>
Expand Down Expand Up @@ -724,7 +724,7 @@
<requireMavenVersion>
<version>[3.5.4,)</version>
</requireMavenVersion>
<requireUpperBoundDeps />
<requireUpperBoundDeps/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit a81c119

Please sign in to comment.