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 2ba5a6def1 Bump archunit from 1.2.1 to 1.3.0 (#3623)
2ba5a6def1 is described below
commit 2ba5a6def13736ff00fff609c66a07acd65d2e1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 15:02:51 2024 +0300
Bump archunit from 1.2.1 to 1.3.0 (#3623)
Bumps `archunit` from 1.2.1 to 1.3.0.
Updates `com.tngtech.archunit:archunit` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v1.2.1...v1.3.0)
Updates `com.tngtech.archunit:archunit-junit5` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v1.2.1...v1.3.0)
---
updated-dependencies:
- dependency-name: com.tngtech.archunit:archunit
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.tngtech.archunit:archunit-junit5
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 4990b70198..c66a9383d2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -72,7 +72,7 @@ fastutil = "8.5.13"
kryo = "5.6.0"
bytebuddy = "1.14.12"
mockServer = "5.15.0"
-archunit = "1.2.1"
+archunit = "1.3.0"
testkit = "1.10.2"
openapi = "4.10.0"
autoService = "1.1.1"