File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/me/coley/recaf Expand file tree Collapse file tree 2 files changed +5
-5
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.20.0 </version >
6+ <version >2.20.1 </version >
77 <name >Recaf</name >
88 <description >A modern java bytecode editor</description >
99 <!-- Variables -->
1919 <pico .version>4.5.2</pico .version>
2020 <jline .version>3.15.0</jline .version>
2121 <jp .version>3.20.0</jp .version>
22- <jfx .version>11.0.2 </jfx .version>
22+ <jfx .version>16 </jfx .version>
2323 <spotbugs .version>4.0.0</spotbugs .version>
2424 <spotbugs-mvn .version>3.1.12.2</spotbugs-mvn .version>
2525 </properties >
135135 <dependency >
136136 <groupId >com.google.guava</groupId >
137137 <artifactId >guava</artifactId >
138- <version >30.0 -jre</version >
138+ <version >30.1.1 -jre</version >
139139 </dependency >
140140 <!-- https://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json -->
141141 <dependency >
183183 <dependency >
184184 <groupId >commons-io</groupId >
185185 <artifactId >commons-io</artifactId >
186- <version >2.8 .0</version >
186+ <version >2.10 .0</version >
187187 </dependency >
188188 <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
189189 <dependency >
Original file line number Diff line number Diff line change 3131 * @author Matt
3232 */
3333public class Recaf {
34- public static final String VERSION = "2.20.0 " ;
34+ public static final String VERSION = "2.20.1 " ;
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