This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 54f7049672 Bump org.assertj:assertj-core in
/plugins/transforms/selectvalues (#6463)
54f7049672 is described below
commit 54f70496723a4b253052da25ffca1d84d1fd5249
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 13:43:02 2026 +0100
Bump org.assertj:assertj-core in /plugins/transforms/selectvalues (#6463)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.26.3 to 3.27.7.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.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>
---
plugins/transforms/selectvalues/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/transforms/selectvalues/pom.xml
b/plugins/transforms/selectvalues/pom.xml
index 06865f5be3..c66f3b6477 100644
--- a/plugins/transforms/selectvalues/pom.xml
+++ b/plugins/transforms/selectvalues/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.26.3</version>
+ <version>3.27.7</version>
<scope>test</scope>
</dependency>
</dependencies>