Skip to content

Commit 680118c

Browse files
Bump protobuf-java-util dependency to 3.25.5. (#534)
## What changes are proposed in this pull request? This PR addresses two security vulnerabilities: - Bumps [com.google.protobuf:protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.24.2 to 3.25.5. ## How is this tested? Unit + Integration tests.
1 parent 91fdb5b commit 680118c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NEXT_CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.68.0
3+
## Release v0.67.3
44

55
### New Features and Improvements
66

77
### Bug Fixes
88

99
### Security Vulnerabilities
1010

11+
* Bump com.google.protobuf:protobuf-java-util from 3.24.2 to 3.25.5.
12+
1113
### Documentation
1214

1315
### Internal Changes

databricks-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>com.google.protobuf</groupId>
135135
<artifactId>protobuf-java-util</artifactId>
136-
<version>3.24.2</version>
136+
<version>3.25.5</version>
137137
</dependency>
138138
</dependencies>
139139
</project>

0 commit comments

Comments
 (0)