This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 56a3a645f7 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#4994)
56a3a645f7 is described below
commit 56a3a645f72d7eff384e88c467ce4228ae7fb109
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 11:03:11 2025 +0200
Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#4994)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.27.0 to 3.27.1.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.0...assertj-build-3.27.1)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index e2e44fe857..cb530b42ec 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -16,7 +16,7 @@
#
[versions]
-assertj = "3.27.0"
+assertj = "3.27.1"
asm = "9.7.1"
bouncycastle = "1.79"
compileTesting = "0.21.0"