From 89834faec970eff2c22aa05b6142c496e00caae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:19:09 +0000 Subject: [PATCH] build(deps): bump com.github.jnr:jffi in the gradle-updates group --- updated-dependencies: - dependency-name: com.github.jnr:jffi dependency-version: 1.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- ffi/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffi/build.gradle.kts b/ffi/build.gradle.kts index 4749eed..1e4066b 100644 --- a/ffi/build.gradle.kts +++ b/ffi/build.gradle.kts @@ -7,6 +7,6 @@ dependencies { api(project(":evaluator")) implementation(project(":common")) - implementation("com.github.jnr:jffi:1.3.12") - implementation("com.github.jnr:jffi:1.3.12:native") + implementation("com.github.jnr:jffi:1.3.13") + implementation("com.github.jnr:jffi:1.3.13:native") }