This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 4cf7a616 build(deps): bump org.assertj:assertj-core from 3.25.2 to
3.25.3
4cf7a616 is described below
commit 4cf7a616921ff0d896292a86e464e30dbc2ec1b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 5 20:41:03 2024 +0000
build(deps): bump org.assertj:assertj-core from 3.25.2 to 3.25.3
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.25.2 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.2...assertj-build-3.25.3)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
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 57ea07f8..188348ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<groovy-version>4.0.18</groovy-version>
<immutables-version>2.10.0</immutables-version>
<commons-collections4-version>4.4</commons-collections4-version>
- <assertj-version>3.25.2</assertj-version>
+ <assertj-version>3.25.3</assertj-version>
<hamcrest-version>2.2</hamcrest-version>
<!-- plugins -->