Skip to content

Commit fae61e7

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#23)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: atakavci <a_takavci@yahoo.com>
1 parent 82b41c3 commit fae61e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<slf4j.version>1.7.36</slf4j.version>
5151
<resilience4j.version>1.7.1</resilience4j.version>
5252
<jackson.version>2.18.0</jackson.version>
53-
<maven.surefire.version>3.5.1</maven.surefire.version>
53+
<maven.surefire.version>3.5.2</maven.surefire.version>
5454
</properties>
5555

5656
<dependencies>

entraid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<properties>
4848
<github.global.server>github</github.global.server>
4949
<entraid.module.name>redis.clients.authentication.entraid</entraid.module.name>
50-
<maven.surefire.version>3.5.1</maven.surefire.version>
50+
<maven.surefire.version>3.5.2</maven.surefire.version>
5151
</properties>
5252

5353
<dependencies>

0 commit comments

Comments
 (0)