This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 2e397d426c build(deps-dev): bump org.assertj:assertj-core from 3.25.3
to 3.27.7 (#4708)
2e397d426c is described below
commit 2e397d426c08838c0495dbba08898cb9b6ad38a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 20:31:51 2026 +0200
build(deps-dev): bump org.assertj:assertj-core from 3.25.3 to 3.27.7 (#4708)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.25.3 to 3.27.7.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.3...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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2f6636120a..450e233d66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<junit5.version>5.10.2</junit5.version>
- <assertj-core.version>3.25.3</assertj-core.version>
+ <assertj-core.version>3.27.7</assertj-core.version>
<awaitility.version>4.2.0</awaitility.version>
<libthrift.version>0.14.2</libthrift.version>
<lombok.version>1.18.42</lombok.version>