This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new ca4f62096 Bump org.assertj:assertj-core (#3246)
ca4f62096 is described below
commit ca4f62096a3378482c829c57b511ad54cf1793e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 15:19:35 2026 +0100
Bump org.assertj:assertj-core (#3246)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.16.1 to 3.27.7.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-core-3.16.1...assertj-build-3.27.7)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-version: 3.27.7
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
surefire-its/src/test/resources/surefire-1733-testng/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/surefire-its/src/test/resources/surefire-1733-testng/pom.xml
b/surefire-its/src/test/resources/surefire-1733-testng/pom.xml
index 630d09dfd..d9b9dda71 100644
--- a/surefire-its/src/test/resources/surefire-1733-testng/pom.xml
+++ b/surefire-its/src/test/resources/surefire-1733-testng/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.16.1</version>
+ <version>3.27.7</version>
<scope>test</scope>
</dependency>
</dependencies>