Skip to content

Commit

Permalink
Merge pull request #1 from lokeshrangineni/snyk-fix-1298fb4baf3252601…
Browse files Browse the repository at this point in the history
…042d452fd04f0e7

[Snyk] Fix for 12 vulnerabilities
  • Loading branch information
lokeshrangineni authored Dec 19, 2024
2 parents ae2a521 + 6fd46b5 commit c55e92f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<grpc.version>1.30.2</grpc.version>
<grpc.version>1.53.0</grpc.version>
<protoc.version>3.12.2</protoc.version>
<protobuf.version>3.16.1</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<com.google.cloud.version>1.111.1</com.google.cloud.version>
<io.prometheus.version>0.8.0</io.prometheus.version>
<byte-buddy.version>1.9.10</byte-buddy.version>
Expand All @@ -61,7 +61,7 @@
<swagger.core.version>1.5.24</swagger.core.version>
<okhttp.version>3.14.7</okhttp.version>
<commons.lang3.version>3.10</commons.lang3.version>
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.15.0</jackson.version>
<javax.xml.bind.version>2.3.1</javax.xml.bind.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<javax.validation.version>2.0.1.Final</javax.validation.version>
Expand Down Expand Up @@ -300,7 +300,7 @@
<excludes>
<exclude>src/main/java/**/BatchLoadsWithResult.java</exclude>
</excludes>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<scala>
<licenseHeader>
Expand Down Expand Up @@ -365,7 +365,7 @@
<requireJavaVersion>
<version>[11.0,)</version>
</requireJavaVersion>
<reactorModuleConvergence />
<reactorModuleConvergence/>
</rules>
</configuration>
</execution>
Expand All @@ -376,7 +376,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions />
<banDuplicatePomDependencyVersions/>
</rules>
</configuration>
</execution>
Expand Down
6 changes: 3 additions & 3 deletions java/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.25.2</version>
<version>12.26.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>io.jaegertracing</groupId>
<artifactId>jaeger-client</artifactId>
<version>1.3.2</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>io.opentracing</groupId>
Expand Down Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.118.0</version>
<version>2.43.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c55e92f

Please sign in to comment.