This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new a6b8de1700 chore(deps): bump org.assertj:assertj-core in /shenyu-e2e
(#6278)
a6b8de1700 is described below
commit a6b8de170008aab26879952a797b5d8a85ae18d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 09:35:37 2026 +0800
chore(deps): bump org.assertj:assertj-core in /shenyu-e2e (#6278)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.22.0 to 3.27.7.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-core-3.22.0...assertj-build-3.27.7)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-version: 3.27.7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
shenyu-e2e/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shenyu-e2e/pom.xml b/shenyu-e2e/pom.xml
index 63debf1bc6..e103e18385 100644
--- a/shenyu-e2e/pom.xml
+++ b/shenyu-e2e/pom.xml
@@ -42,7 +42,7 @@
<properties>
<java.version>17</java.version>
<junit.version>5.8.2</junit.version>
- <assertj.version>3.22.0</assertj.version>
+ <assertj.version>3.27.7</assertj.version>
<hamcrest.version>1.3</hamcrest.version>
<jsonassert.version>1.5.0</jsonassert.version>
<lombok.version>1.18.24</lombok.version>