From 8cc65cccbcf48859c92ba1c59ac3fa8e90b31ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:36:40 +0000 Subject: [PATCH] chore(deps): bump org.graalvm.polyglot:js from 25.0.2 to 25.0.3 Bumps [org.graalvm.polyglot:js](https://github.com/oracle/graal) from 25.0.2 to 25.0.3. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/commits) --- updated-dependencies: - dependency-name: org.graalvm.polyglot:js dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sift-engine-graalvm/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sift-engine-graalvm/build.gradle b/sift-engine-graalvm/build.gradle index aa429d9..79f2b9c 100644 --- a/sift-engine-graalvm/build.gradle +++ b/sift-engine-graalvm/build.gradle @@ -29,8 +29,8 @@ tasks.withType(JavaCompile).configureEach { dependencies { api project(':sift-core') - implementation 'org.graalvm.polyglot:polyglot:25.0.2' - implementation 'org.graalvm.polyglot:js:25.0.2' + implementation 'org.graalvm.polyglot:polyglot:25.0.3' + implementation 'org.graalvm.polyglot:js:25.0.3' testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'