From c66f23801493bd866db757b0594c1fceaa30dce0 Mon Sep 17 00:00:00 2001 From: Col-E Date: Tue, 29 Mar 2022 04:07:12 -0400 Subject: [PATCH] Update version -> 2.21.13 / bump dependency versions --- pom.xml | 12 ++++++------ src/main/java/me/coley/recaf/Recaf.java | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 433885c45..bf8c10657 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ me.coley recaf https://github.com/Col-E/Recaf/ - 2.21.12 + 2.21.13 Recaf A modern java bytecode editor @@ -11,15 +11,15 @@ UTF-8 9.2 1.6.0 - 1.9.4 + 1.9.6 0.152 - 1.5.498.23 + 1.5.498.29 0.6.0 5.8.2 4.6.3 3.21.0 - 3.24.0 - 17.0.2 + 3.24.2 + 18 4.0.0 3.1.12.2 @@ -135,7 +135,7 @@ com.google.guava guava - 31.0.1-jre + 31.1-jre diff --git a/src/main/java/me/coley/recaf/Recaf.java b/src/main/java/me/coley/recaf/Recaf.java index b0f75b415..f35393d10 100644 --- a/src/main/java/me/coley/recaf/Recaf.java +++ b/src/main/java/me/coley/recaf/Recaf.java @@ -31,7 +31,7 @@ * @author Matt */ public class Recaf { - public static final String VERSION = "2.21.12"; + public static final String VERSION = "2.21.13"; public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/"; public static final int ASM_VERSION = Opcodes.ASM9; private static Controller currentController;