This is an automated email from the ASF dual-hosted git repository.
apolovtsev 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 94ef581d2f Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#4998)
94ef581d2f is described below
commit 94ef581d2f3cde1c3b7ebc028f9f232f71c0e72f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 7 00:08:31 2025 +0200
Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#4998)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.27.1 to 3.27.2.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.1...assertj-build-3.27.2)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[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 ba83ffb95d..bc8a48fa35 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -16,7 +16,7 @@
#
[versions]
-assertj = "3.27.1"
+assertj = "3.27.2"
asm = "9.7.1"
bouncycastle = "1.79"
compileTesting = "0.21.0"