From 1b1de4e7cb34b5127980f699ceb250f02cba8e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 16:39:43 +0000 Subject: [PATCH] Bump com.whichlicense.identification:license in /bindings/wasm Bumps com.whichlicense.identification:license from 0.3.5-SNAPSHOT to 0.7.0-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..e70f210 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.0-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")