From dcd21ba01d0c753f147bd64e4a479df30c1e1396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:36:55 +0000 Subject: [PATCH] gradle(deps): bump jwebassembly-api from master-SNAPSHOT to v0.4 Bumps [jwebassembly-api](https://github.com/i-net-software/JWebAssembly-API) from master-SNAPSHOT to v0.4. - [Release notes](https://github.com/i-net-software/JWebAssembly-API/releases) - [Commits](https://github.com/i-net-software/JWebAssembly-API/commits/v0.4) --- updated-dependencies: - dependency-name: com.github.i-net-software:jwebassembly-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2720aac..277e456 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { } dependencies { - implementation 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT' + implementation 'com.github.i-net-software:jwebassembly-api:v0.4' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' }