Skip to content

Commit

Permalink
Update version -> 2.21.13 / bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Mar 29, 2022
1 parent 38a7b2a commit c66f238
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
<groupId>me.coley</groupId>
<artifactId>recaf</artifactId>
<url>https://github.com/Col-E/Recaf/</url>
<version>2.21.12</version>
<version>2.21.13</version>
<name>Recaf</name>
<description>A modern java bytecode editor</description>
<!-- Variables -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asm.version>9.2</asm.version>
<analysis.version>1.6.0</analysis.version>
<dude.version>1.9.4</dude.version>
<dude.version>1.9.6</dude.version>
<cfr.version>0.152</cfr.version>
<ff.version>1.5.498.23</ff.version>
<ff.version>1.5.498.29</ff.version>
<procyon.version>0.6.0</procyon.version>
<junit.version>5.8.2</junit.version>
<pico.version>4.6.3</pico.version>
<jline.version>3.21.0</jline.version>
<jp.version>3.24.0</jp.version>
<jfx.version>17.0.2</jfx.version>
<jp.version>3.24.2</jp.version>
<jfx.version>18</jfx.version>
<spotbugs.version>4.0.0</spotbugs.version>
<spotbugs-mvn.version>3.1.12.2</spotbugs-mvn.version>
</properties>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/coley/recaf/Recaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c66f238

Please sign in to comment.