Skip to content

Commit

Permalink
update dependency versions, found by osv scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
mandlil authored Oct 8, 2024
1 parent 935650e commit d5aae2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
2 changes: 1 addition & 1 deletion metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.24.0</version>
<version>3.25.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.auto.value/auto-value -->
Expand Down
2 changes: 1 addition & 1 deletion tools/java/cpp-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.24.0</version>
<version>3.25.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d5aae2a

Please sign in to comment.