Skip to content

Commit f2b9441

Browse files
committedSep 24, 2024·
Update protobuf from 3.19.6 to 3.25.5 #1465
1 parent 05804a3 commit f2b9441

12 files changed

+3964
-4030
lines changed
 

‎.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
2121
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
2222
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
23-
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.19.6.jar" sourcepath="libsrc/protobuf-java-3.19.6-sources.jar"/>
23+
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
2424
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
2525
<classpathentry exported="true" kind="lib" path="lib/javax.json.jar" sourcepath="libsrc/javax.json-api-1.0-sources.jar"/>
2626
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.5.0.jar" sourcepath="libsrc/lucene-core-7.5.0-sources.jar"/>

‎build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
</lib>
654654
<lib dir="${basedir}/lib">
655655
<include name="commons-lang3-3.1.jar"/>
656-
<include name="protobuf-java-3.19.6.jar"/>
656+
<include name="protobuf-java-3.25.5.jar"/>
657657
<include name="xom-1.3.9.jar"/>
658658
<include name="joda-time.jar"/>
659659
<include name="jollyday-0.4.9.jar"/>

‎doc/corenlp/pom-full.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.google.protobuf</groupId>
143143
<artifactId>protobuf-java</artifactId>
144-
<version>3.19.6</version>
144+
<version>3.25.5</version>
145145
</dependency>
146146

147147
<dependency>

‎lib/README

+5-5
Original file line numberDiff line numberDiff line change
@@ -353,15 +353,15 @@ LAST UPDATE: 2023
353353
LAST UPDATE BY: John Bauer
354354

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

367367
----------------------------------------------------------------

‎lib/protobuf-java-3.19.6.jar

-1.59 MB
Binary file not shown.

‎lib/protobuf-java-3.25.5.jar

1.79 MB
Binary file not shown.
-856 KB
Binary file not shown.
742 KB
Binary file not shown.

‎pom-java-11.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>com.google.protobuf</groupId>
141141
<artifactId>protobuf-java</artifactId>
142-
<version>3.19.6</version>
142+
<version>3.25.5</version>
143143
</dependency>
144144

145145
<dependency>

‎pom-java-17.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>com.google.protobuf</groupId>
141141
<artifactId>protobuf-java</artifactId>
142-
<version>3.19.6</version>
142+
<version>3.25.5</version>
143143
</dependency>
144144

145145
<dependency>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.google.protobuf</groupId>
143143
<artifactId>protobuf-java</artifactId>
144-
<version>3.19.6</version>
144+
<version>3.25.5</version>
145145
</dependency>
146146

147147
<dependency>

‎src/edu/stanford/nlp/pipeline/CoreNLPProtos.java

+3,953-4,019
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.