This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 74ecfeb Benchmarks: update dependencies for latest Gradle version
(#154)
74ecfeb is described below
commit 74ecfeb1bd03befc169792a8bd3083e1b1232f60
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Feb 4 16:10:38 2026 +0100
Benchmarks: update dependencies for latest Gradle version (#154)
---
benchmarks/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/build.gradle.kts b/benchmarks/build.gradle.kts
index e5ee8ac..8f2c8f1 100644
--- a/benchmarks/build.gradle.kts
+++ b/benchmarks/build.gradle.kts
@@ -21,7 +21,7 @@ import org.nosphere.apache.rat.RatTask
plugins {
scala
- id("io.gatling.gradle") version "3.13.5.2"
+ id("io.gatling.gradle") version "3.14.9.8"
id("com.diffplug.spotless") version "7.0.2"
id("org.nosphere.apache.rat") version "0.8.1"
}