Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# NEXT CHANGELOG

## Release v0.68.0
## Release v0.67.2

### New Features and Improvements

### Bug Fixes

### Security Vulnerabilities

* Bump org.apache.maven.plugins:maven-archetype-plugin from 3.2.1 to 3.3.0.
* Bump com.google.protobuf:protobuf-java from 3.24.2 to 3.25.5.

### Documentation

### Internal Changes
Expand Down
2 changes: 1 addition & 1 deletion databricks-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.24.2</version>
<version>3.25.5</version>
</dependency>
<!-- Google Protocol Buffers Utilities -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down
Loading