Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stoecker committed Sep 19, 2024
1 parent 957d205 commit 57d9c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pbf/ivy.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ivy-module version="2.0">
<info organisation="org.openstreetmap.josm.plugins" module="pbf"/>
<dependencies>
<dependency conf="default->default" org="com.google.protobuf" name="protobuf-java" rev="3.24.4"/>
<dependency conf="default->default" org="com.google.protobuf" name="protobuf-java" rev="3.25.5"/>
<dependency conf="default->default" org="org.openstreetmap.pbf" name="osmpbf" rev="1.5.0"/>
</dependencies>
</ivy-module>
2 changes: 1 addition & 1 deletion pbf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.24.4</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>org.openstreetmap.pbf</groupId>
Expand Down

0 comments on commit 57d9c4b

Please sign in to comment.