From a166ce3e8f2d0f6e4e8423f2dcaf864a67d6018e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:50:53 +0200 Subject: [PATCH] Bump com.viaversion:viarewind-common from 4.0.3-SNAPSHOT to 4.0.3 (#122) Bumps [com.viaversion:viarewind-common](https://github.com/ViaVersion/ViaRewind) from 4.0.3-SNAPSHOT to 4.0.3. - [Release notes](https://github.com/ViaVersion/ViaRewind/releases) - [Commits](https://github.com/ViaVersion/ViaRewind/commits/4.0.3) --- updated-dependencies: - dependency-name: com.viaversion:viarewind-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0997d41..346a922 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ allprojects { library "com.viaversion:viaversion-common:5.0.5" library "com.viaversion:viabackwards-common:5.0.4-SNAPSHOT" - library "com.viaversion:viarewind-common:4.0.3-SNAPSHOT" + library "com.viaversion:viarewind-common:4.0.3" library ("net.raphimc:ViaLegacy:3.0.4-SNAPSHOT") { exclude group: "com.google.code.gson", module: "gson" }