We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fdb5b commit ec8dc2eCopy full SHA for ec8dc2e
NEXT_CHANGELOG.md
@@ -1,13 +1,15 @@
1
# NEXT CHANGELOG
2
3
-## Release v0.68.0
+## Release v0.67.3
4
5
### New Features and Improvements
6
7
### Bug Fixes
8
9
### Security Vulnerabilities
10
11
+* Bump com.google.protobuf:protobuf-java-util from 3.24.2 to 3.25.5.
12
+
13
### Documentation
14
15
### Internal Changes
databricks-sdk-java/pom.xml
@@ -133,7 +133,7 @@
133
<dependency>
134
<groupId>com.google.protobuf</groupId>
135
<artifactId>protobuf-java-util</artifactId>
136
- <version>3.24.2</version>
+ <version>3.25.5</version>
137
</dependency>
138
</dependencies>
139
</project>
0 commit comments