File tree Expand file tree Collapse file tree
src/main/java/xyz/theprogramsrc/supercoreapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 <orderEntry type =" library" scope =" PROVIDED" name =" Maven: org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT" level =" project" />
4343 <orderEntry type =" library" scope =" PROVIDED" name =" Maven: org.slf4j:slf4j-nop:1.7.30" level =" project" />
4444 <orderEntry type =" library" scope =" PROVIDED" name =" Maven: org.slf4j:slf4j-api:1.7.25" level =" project" />
45- <orderEntry type =" library" name =" Maven: commons-codec:commons-codec:1.6 " level =" project" />
46- <orderEntry type =" library" name =" Maven: commons-io:commons-io:2.6 " level =" project" />
45+ <orderEntry type =" library" name =" Maven: commons-codec:commons-codec:1.11 " level =" project" />
46+ <orderEntry type =" library" name =" Maven: commons-io:commons-io:2.7 " level =" project" />
4747 <orderEntry type =" library" name =" Maven: com.google.code.gson:gson:2.8.6" level =" project" />
4848 <orderEntry type =" library" scope =" PROVIDED" name =" Maven: com.zaxxer:HikariCP:3.3.1" level =" project" />
4949 <orderEntry type =" library" scope =" PROVIDED" name =" Maven: org.xerial:sqlite-jdbc:3.25.2" level =" project" />
Original file line number Diff line number Diff line change 66
77 <groupId >xyz.theprogramsrc</groupId >
88 <artifactId >SuperCoreAPI</artifactId >
9- <version >4.12.4 </version >
9+ <version >4.12.5 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >SuperCoreAPI</name >
165165 <dependency >
166166 <groupId >commons-codec</groupId >
167167 <artifactId >commons-codec</artifactId >
168- <version >1.6 </version >
168+ <version >1.11 </version >
169169 <scope >compile</scope >
170170 </dependency >
171171 <dependency >
172172 <groupId >commons-io</groupId >
173173 <artifactId >commons-io</artifactId >
174- <version >2.6 </version >
174+ <version >2.7 </version >
175175 <scope >compile</scope >
176176 </dependency >
177177 <!-- GSON -->
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public interface SuperPlugin<PLUGIN> {
1919 /*
2020 * This need to be updated on every new release
2121 */
22- String SUPER_CORE_API_VERSION = "4.12.4 " ;
22+ String SUPER_CORE_API_VERSION = "4.12.5 " ;
2323
2424 /**
2525 * Gets if this plugin is paid, By default is set to true, but is recommended to change it if your plugin is free.
You can’t perform that action at this time.
0 commit comments