This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/master by this push:
new 7241562 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
7241562 is described below
commit 72415620dc6861a8c9944f56df534b0581d7fc33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 7 19:19:16 2025 +0000
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.27.3 to 3.27.4.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-version: 3.27.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d235e46..cb92c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<javaVersion>17</javaVersion>
<mavenVersion>4.0.0-rc-4</mavenVersion>
- <assertjVersion>3.27.3</assertjVersion>
+ <assertjVersion>3.27.4</assertjVersion>
<mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion>
<plexusArchiverVersion>4.10.1</plexusArchiverVersion>
<plexusInterpolationVersion>1.28</plexusInterpolationVersion>