From 4cde1b978f1eb97e3501b419e9b20186f52334c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:17:59 +0000 Subject: [PATCH] Bump com.whichlicense.identification:license in /bindings/wasm Bumps com.whichlicense.identification:license from 0.3.5-SNAPSHOT to 0.7.1-SNAPSHOT. --- updated-dependencies: - dependency-name: com.whichlicense.identification:license dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/wasm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/build.gradle.kts b/bindings/wasm/build.gradle.kts index 3854ef2..536f077 100644 --- a/bindings/wasm/build.gradle.kts +++ b/bindings/wasm/build.gradle.kts @@ -34,7 +34,7 @@ configurations.all { dependencies { compileOnlyApi("org.graalvm.truffle:truffle-api:23.0.0") - api("com.whichlicense.identification:license:0.3.5-SNAPSHOT") + api("com.whichlicense.identification:license:0.7.1-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") testImplementation("org.assertj:assertj-core:3.24.2")