Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 19, 2016
1 parent 8bb4588 commit a670792
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions permissionsex-bukkit/pom.xml
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.13</version>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.4.5</version>
<version>2.5.1</version>
</dependency>
</dependencies>
<repositories>
Expand Down
20 changes: 10 additions & 10 deletions permissionsex-core/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>permissionsex-core</artifactId>
<properties>
<version.configurate>3.1.1</version.configurate>
<version.configurate>3.2</version.configurate>
</properties>
<build>
<resources>
Expand Down Expand Up @@ -45,7 +45,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.5.1-1</version>
<version>4.5.3</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -75,10 +75,10 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.2.6</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<groupId>com.sk89q</groupId>
<artifactId>squirrelid</artifactId>
<version>0.1.0</version>
</dependency>
Expand All @@ -95,12 +95,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.13</version>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.5.1-1</version>
<version>4.5.3</version>
</dependency>
<!-- Test deps -->
<dependency>
Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.13</version>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -124,19 +124,19 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.191</version>
<version>1.4.192</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>1.4.2</version>
<version>1.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4.1208</version>
<version>9.4.1211</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 6 additions & 2 deletions permissionsex-sponge/pom.xml
Expand Up @@ -114,12 +114,16 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>spongeapi</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand All @@ -133,7 +137,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.13</version>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.11</version>
<version>3.0</version>
<configuration>
<header>../LICENSE_HEADER</header>
<includes>
Expand Down

0 comments on commit a670792

Please sign in to comment.