Skip to content

Commit 29a81f4

Browse files
authored
Merge pull request #111 from Naimadx123/master
Downgrade protobuf-java version from 4.28.3 to 4.26.1 in pom.xml files.
2 parents 3e23e5b + 70fd174 commit 29a81f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

API/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.google.protobuf</groupId>
1616
<artifactId>protobuf-java</artifactId>
17-
<version>4.28.3</version>
17+
<version>4.26.1</version>
1818
<scope>provided</scope>
1919
</dependency>
2020
<dependency>
@@ -51,7 +51,7 @@
5151
</goals>
5252
<configuration>
5353
<includeMavenTypes>direct</includeMavenTypes>
54-
<protocVersion>4.28.3</protocVersion>
54+
<protocVersion>4.26.1</protocVersion>
5555
<inputDirectories>
5656
<include>src/main/proto</include>
5757
</inputDirectories>

Client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.protobuf</groupId>
3131
<artifactId>protobuf-java</artifactId>
32-
<version>4.28.3</version>
32+
<version>4.26.1</version>
3333
</dependency>
3434

3535
<dependency>

extension-collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.google.protobuf</groupId>
2525
<artifactId>protobuf-java</artifactId>
26-
<version>4.28.3</version>
26+
<version>4.26.1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)