Skip to content

Commit

Permalink
Bump up protobuf java dependencies to 3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Sep 23, 2024
1 parent 7288694 commit 83469ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist-material/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ BSD-3-Clause licenses
The following components are provided under the BSD-3-Clause License. See project link for details.
The text of each license is also included in licenses/LICENSE-[project].txt.

https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/3.25.1 BSD-3-Clause
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util/3.25.1 BSD-3-Clause
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/3.25.5 BSD-3-Clause
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util/3.25.5 BSD-3-Clause
https://npmjs.com/package/d3-collection/v/1.0.7 1.0.7 BSD-3-Clause
https://npmjs.com/package/d3-ease/v/3.0.1 3.0.1 BSD-3-Clause
https://npmjs.com/package/d3-tip/node_modules/d3-selection/v/1.4.2 1.4.2 BSD-3-Clause
Expand Down
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
* Adapt BanyanDB Java Client 0.7.0-rc3.
* Add SkyWalking Java Agent self observability dashboard.
* Add Component ID(5022) for the GoFrame framework.
* Bump up protobuf java dependencies to 3.25.5.

#### UI

Expand Down
4 changes: 2 additions & 2 deletions oap-server-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<zookeeper.version>3.5.7</zookeeper.version>
<guava.version>32.0.1-jre</guava.version>
<snakeyaml.version>2.0</snakeyaml.version>
<protobuf-java.version>3.25.1</protobuf-java.version>
<protobuf-java-util.version>3.25.1</protobuf-java-util.version>
<protobuf-java.version>3.25.5</protobuf-java.version>
<protobuf-java-util.version>3.25.5</protobuf-java-util.version>
<commons-codec.version>1.11</commons-codec.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-io.version>2.7</commons-io.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ public final class Mappings {

@Getter
@Setter
@Builder.Default
private Map<String, Object> properties = new HashMap<>();

@JsonProperty("_source")
@Getter
@Setter
@Builder.Default
private Source source = new Source();

@EqualsAndHashCode
Expand Down

0 comments on commit 83469ee

Please sign in to comment.