Skip to content

Commit 094c542

Browse files
committed
chore: maven surefire plugin
1 parent 2f4bc34 commit 094c542

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.6.0] - 21-03-2024
9+
10+
### Changed
11+
12+
- Updated the following dependencies
13+
- `maven-surefire-plugin -> 3.5.3`
14+
815
## [2.5.0] - 21-03-2024
916

1017
### Changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1515
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
16-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
16+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
1717
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
1818

1919
<restassured.version>5.5.1</restassured.version>

0 commit comments

Comments
 (0)