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 a4c4cad341b Bump com.bmuschko.docker-remote-api from 9.4.0 to 10.0.0
(#7201)
a4c4cad341b is described below
commit a4c4cad341bc1d185f5a54f33170d53ce67941df
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 17:11:50 2025 +0200
Bump com.bmuschko.docker-remote-api from 9.4.0 to 10.0.0 (#7201)
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 d01034cd8e8..43f17940075 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -114,7 +114,7 @@ cmake = "dev.welbyseely.gradle-cmake-plugin:0.0.5"
# NOTE: do not update nebula to 12.x.x+, because newer versions are not
compatible with Java 11.
nebula = "com.netflix.nebula.ospackage:11.11.2"
docker = "com.palantir.docker:0.36.0"
-dockerRemoteApi = "com.bmuschko.docker-remote-api:9.4.0"
+dockerRemoteApi = "com.bmuschko.docker-remote-api:10.0.0"
checksum = "org.gradle.crypto.checksum:1.4.0"
setupbuilder = "de.inetsoftware.setupbuilder:8.4.21"
aggregateJavadoc = "io.freefair.aggregate-javadoc:6.6.3"