Skip to content

Commit

Permalink
Merge pull request #111 from Naimadx123/master
Browse files Browse the repository at this point in the history
Downgrade protobuf-java version from 4.28.3 to 4.26.1 in pom.xml files.
  • Loading branch information
kohlerpop1 authored Nov 10, 2024
2 parents 3e23e5b + 70fd174 commit 29a81f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.3</version>
<version>4.26.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -51,7 +51,7 @@
</goals>
<configuration>
<includeMavenTypes>direct</includeMavenTypes>
<protocVersion>4.28.3</protocVersion>
<protocVersion>4.26.1</protocVersion>
<inputDirectories>
<include>src/main/proto</include>
</inputDirectories>
Expand Down
2 changes: 1 addition & 1 deletion Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.3</version>
<version>4.26.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.3</version>
<version>4.26.1</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down

0 comments on commit 29a81f4

Please sign in to comment.