Skip to content

Commit

Permalink
Protobuf has to be compile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Sep 25, 2024
1 parent 753383f commit 7bcce84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changes/changes_2.8.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Any project that parses untrusted Protocol Buffers data containing an arbitrary

#### Compile Dependency Updates

* Removed `com.google.protobuf:protobuf-java:3.25.4`
* Updated `com.google.protobuf:protobuf-java:3.25.4` to `3.25.5`

#### Test Dependency Updates

Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.cloud.bigdataoss</groupId>
Expand Down

0 comments on commit 7bcce84

Please sign in to comment.