Skip to content

Commit

Permalink
upgrade packages to avoid http2 atttacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Oct 24, 2023
1 parent 6a5bbfb commit 9d6727f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/grpc_generated/java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency> <!-- necessary for Java 9+ -->
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>11.0.0-M5</version>
<version>11.0.0-M13</version>
<scope>provided</scope>
</dependency>
<dependency> <!-- necessary for Java 11+ -->
Expand Down
2 changes: 1 addition & 1 deletion src/grpc_generated/java/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency> <!-- necessary for Java 9+ -->
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>11.0.0-M5</version>
<version>11.0.0-M13</version>
<scope>provided</scope>
</dependency>
<dependency> <!-- necessary for Java 11+ -->
Expand Down

0 comments on commit 9d6727f

Please sign in to comment.