Skip to content

Commit 0439b62

Browse files
committed
Update protobuf to 3.19.6 - will avoid a reported vulnerability. Eventually will need to upgrade to a newer version 3.21 or 4
1 parent c1dd698 commit 0439b62

10 files changed

+8
-8
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.2.jar" sourcepath="libsrc/protobuf-java-3.19.2-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"/>
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"/>

doc/corenlp/pom-full.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.protobuf</groupId>
130130
<artifactId>protobuf-java</artifactId>
131-
<version>3.19.2</version>
131+
<version>3.19.6</version>
132132
</dependency>
133133

134134
<dependency>

lib/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,13 @@ LAST UPDATE BY: Spence Green
355355
-----------------------------------------------------------------
356356
protobuf.jar
357357
ORIGINAL JAR NAME: <compiled from source>
358-
VERSION: 3.19.2
359-
RELEASE DATE: Jan 2022
358+
VERSION: 3.19.6
359+
RELEASE DATE: Sep 2022
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-01-10
364+
LAST UPDATE: 2022-11-03
365365
LAST UPDATE BY: John Bauer
366366

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

lib/protobuf-java-3.19.2.jar

-1.6 MB
Binary file not shown.

lib/protobuf-java-3.19.6.jar

1.59 MB
Binary file not shown.
-858 KB
Binary file not shown.
856 KB
Binary file not shown.

pom-java-11.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.protobuf</groupId>
128128
<artifactId>protobuf-java</artifactId>
129-
<version>3.19.2</version>
129+
<version>3.19.6</version>
130130
</dependency>
131131

132132
<dependency>

pom-java-17.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.protobuf</groupId>
128128
<artifactId>protobuf-java</artifactId>
129-
<version>3.19.2</version>
129+
<version>3.19.6</version>
130130
</dependency>
131131

132132
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.protobuf</groupId>
130130
<artifactId>protobuf-java</artifactId>
131-
<version>3.19.2</version>
131+
<version>3.19.6</version>
132132
</dependency>
133133

134134
<dependency>

0 commit comments

Comments
 (0)