Skip to content

Commit c66f238

Browse files
committed
Update version -> 2.21.13 / bump dependency versions
1 parent 38a7b2a commit c66f238

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<groupId>me.coley</groupId>
44
<artifactId>recaf</artifactId>
55
<url>https://github.com/Col-E/Recaf/</url>
6-
<version>2.21.12</version>
6+
<version>2.21.13</version>
77
<name>Recaf</name>
88
<description>A modern java bytecode editor</description>
99
<!-- Variables -->
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<asm.version>9.2</asm.version>
1313
<analysis.version>1.6.0</analysis.version>
14-
<dude.version>1.9.4</dude.version>
14+
<dude.version>1.9.6</dude.version>
1515
<cfr.version>0.152</cfr.version>
16-
<ff.version>1.5.498.23</ff.version>
16+
<ff.version>1.5.498.29</ff.version>
1717
<procyon.version>0.6.0</procyon.version>
1818
<junit.version>5.8.2</junit.version>
1919
<pico.version>4.6.3</pico.version>
2020
<jline.version>3.21.0</jline.version>
21-
<jp.version>3.24.0</jp.version>
22-
<jfx.version>17.0.2</jfx.version>
21+
<jp.version>3.24.2</jp.version>
22+
<jfx.version>18</jfx.version>
2323
<spotbugs.version>4.0.0</spotbugs.version>
2424
<spotbugs-mvn.version>3.1.12.2</spotbugs-mvn.version>
2525
</properties>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>com.google.guava</groupId>
137137
<artifactId>guava</artifactId>
138-
<version>31.0.1-jre</version>
138+
<version>31.1-jre</version>
139139
</dependency>
140140
<!-- https://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json -->
141141
<dependency>

src/main/java/me/coley/recaf/Recaf.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @author Matt
3232
*/
3333
public class Recaf {
34-
public static final String VERSION = "2.21.12";
34+
public static final String VERSION = "2.21.13";
3535
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/";
3636
public static final int ASM_VERSION = Opcodes.ASM9;
3737
private static Controller currentController;

0 commit comments

Comments
 (0)