Skip to content

Commit

Permalink
Update protobuf from 3.19.6 to 3.25.5 #1465
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Sep 24, 2024
1 parent 05804a3 commit f2b9441
Show file tree
Hide file tree
Showing 12 changed files with 3,964 additions and 4,030 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.19.6.jar" sourcepath="libsrc/protobuf-java-3.19.6-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.json.jar" sourcepath="libsrc/javax.json-api-1.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.5.0.jar" sourcepath="libsrc/lucene-core-7.5.0-sources.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
</lib>
<lib dir="${basedir}/lib">
<include name="commons-lang3-3.1.jar"/>
<include name="protobuf-java-3.19.6.jar"/>
<include name="protobuf-java-3.25.5.jar"/>
<include name="xom-1.3.9.jar"/>
<include name="joda-time.jar"/>
<include name="jollyday-0.4.9.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion doc/corenlp/pom-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.6</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,15 @@ LAST UPDATE: 2023
LAST UPDATE BY: John Bauer

-----------------------------------------------------------------
protobuf.jar
ORIGINAL JAR NAME: <compiled from source>
VERSION: 3.19.6
RELEASE DATE: Sep 2022
protobuf-java-3.25.5.jar
ORIGINAL JAR NAME: protobuf-java-3.25.5.jar
VERSION: 3.25.5
RELEASE DATE: Sep 2024
SOURCE AVAILABLE: yes
DESCRIPTION: Google's protocol buffer library
URL: https://developers.google.com/protocol-buffers/
USED BY: CoreMapProtos (and associated serializers)
LAST UPDATE: 2022-11-03
LAST UPDATE: 2024-09-24
LAST UPDATE BY: John Bauer

----------------------------------------------------------------
Expand Down
Binary file removed lib/protobuf-java-3.19.6.jar
Binary file not shown.
Binary file added lib/protobuf-java-3.25.5.jar
Binary file not shown.
Binary file removed libsrc/protobuf-java-3.19.6-sources.jar
Binary file not shown.
Binary file added libsrc/protobuf-java-3.25.5-sources.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom-java-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.6</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom-java-17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.6</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.6</version>
<version>3.25.5</version>
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit f2b9441

Please sign in to comment.