Skip to content

Commit 75fc49a

Browse files
Address security vulnerabilities. (#530)
## What changes are proposed in this pull request? This PR addresses two security vulnerabilities: - Bumps [org.apache.maven.plugins:maven-archetype-plugin](https://github.com/apache/maven-archetype) from 3.2.1 to 3.3.0. - Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.24.2 to 3.25.5. ## How is this tested? Unit and integration tests.
1 parent b780583 commit 75fc49a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

NEXT_CHANGELOG.md

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

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

55
### New Features and Improvements
66

77
### Bug Fixes
88

9+
### Security Vulnerabilities
10+
11+
* Bump org.apache.maven.plugins:maven-archetype-plugin from 3.2.1 to 3.3.0.
12+
* Bump com.google.protobuf:protobuf-java from 3.24.2 to 3.25.5.
13+
914
### Documentation
1015

1116
### Internal Changes

databricks-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.google.protobuf</groupId>
129129
<artifactId>protobuf-java</artifactId>
130-
<version>3.24.2</version>
130+
<version>3.25.5</version>
131131
</dependency>
132132
<!-- Google Protocol Buffers Utilities -->
133133
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-archetype-plugin</artifactId>
76-
<version>3.2.1</version>
76+
<version>3.3.0</version>
7777
</plugin>
7878
<plugin>
7979
<groupId>com.diffplug.spotless</groupId>

0 commit comments

Comments
 (0)