Skip to content

Commit 1ee0893

Browse files
author
Im-Fran
committed
Updated dependency commons-io and commons-codec.
1 parent db102c4 commit 1ee0893

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

SuperCoreAPI.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
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" />

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -165,13 +165,13 @@
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 -->

src/main/java/xyz/theprogramsrc/supercoreapi/SuperPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)