Skip to content

Commit 66981a4

Browse files
Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 (#30)
* Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25f9a5e commit 66981a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- support configuring `refresh/mode`, `refresh/period/active`, `refresh/period/inActive` and `refresh/period/inActiveGrace` via MQTT
1313
### Dependencies
1414
- Bump `version.picocli` from 4.7.3 to 4.7.4 (#29)
15+
- Bump `maven-failsafe-plugin` from 3.1.0 to 3.1.2 (#30)
1516

1617
## [0.2.1] - 2023-06-03
1718
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-failsafe-plugin</artifactId>
212-
<version>3.1.0</version>
212+
<version>3.1.2</version>
213213
<executions>
214214
<execution>
215215
<goals>

0 commit comments

Comments
 (0)