File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/me/coley/recaf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 <groupId >me.coley</groupId >
44 <artifactId >recaf</artifactId >
55 <url >https://github.com/Col-E/Recaf/</url >
6- <version >2.21.1 </version >
6+ <version >2.21.2 </version >
77 <name >Recaf</name >
88 <description >A modern java bytecode editor</description >
99 <!-- Variables -->
1515 <cfr .version>0.151</cfr .version>
1616 <ff .version>403</ff .version>
1717 <procyon .version>0.5.36</procyon .version>
18- <junit .version>5.7.0 </junit .version>
18+ <junit .version>5.8.1 </junit .version>
1919 <pico .version>4.6.1</pico .version>
2020 <jline .version>3.20.0</jline .version>
21- <jp .version>3.23.0 </jp .version>
21+ <jp .version>3.23.1 </jp .version>
2222 <jfx .version>16</jfx .version>
2323 <spotbugs .version>4.0.0</spotbugs .version>
2424 <spotbugs-mvn .version>3.1.12.2</spotbugs-mvn .version>
Original file line number Diff line number Diff line change 3131 * @author Matt
3232 */
3333public class Recaf {
34- public static final String VERSION = "2.21.1 " ;
34+ public static final String VERSION = "2.21.2 " ;
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 ;
You can’t perform that action at this time.
0 commit comments