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 c7f57ee45e Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.2.0
(#3394)
c7f57ee45e is described below
commit c7f57ee45e83e7052e35fe70f1e86d243efe7920
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 06:53:41 2024 +0200
Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.2.0 (#3394)
Bumps
[org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer)
from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
-
[Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v2.0.1...v2.2.0)
---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
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 1dbd911cbc..f187e862f6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -32,7 +32,7 @@ jetbrainsAnnotations = "24.1.0"
jline = "3.25.1"
jmh = "1.37"
junit5 = "5.10.2"
-junitPioneer = "2.0.1"
+junitPioneer = "2.2.0"
jsr305 = "3.0.2"
okhttp = "4.12.0"
gson = "2.10.1"