Skip to content

Commit 655bbe7

Browse files
committed
updating release notes and dependabot versions
1 parent ecf3657 commit 655bbe7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documentation/4.0/content/release-notes/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pre = "<b> </b>"
3838
- #1587 - Removed deprecated RCU-related command-line arguments from the Create Domain Tool.
3939
- #1588 - Deprecated the `domainInfo` section's `OPSSSecrets` attribute and replaced it with `OPSSWalletPassphrase` to
4040
better represent the purpose of the attribute.
41+
- #1592 - Deprecated Verrazzano support.
4142

4243
#### Bug Fixes
4344
- #1555 - Fixed issues with creating and discovering `UnixMachine` objects in online mode.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-failsafe-plugin</artifactId>
205-
<version>3.2.3</version>
205+
<version>3.2.5</version>
206206
<configuration>
207207
<groups>${test.groups}</groups>
208208
</configuration>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-surefire-plugin</artifactId>
241-
<version>3.2.3</version>
241+
<version>3.2.5</version>
242242
</plugin>
243243
<plugin>
244244
<groupId>io.rhpatrick.mojo</groupId>

0 commit comments

Comments
 (0)