Skip to content

Commit

Permalink
Update Depends
Browse files Browse the repository at this point in the history
- All of these changes have been reviewed to be binary compatible and in general contract compatible with previous versions of the libraries.
  • Loading branch information
md-5 authored and SpigotMC committed Sep 4, 2014
1 parent 738ab38 commit ae61159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,21 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.9</version>
<version>1.12</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<version>1.1.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>ebean</artifactId>
<version>2.7.3</version>
<version>2.8.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
<version>2.6</version>
</dependency>

<!-- testing -->
Expand Down

0 comments on commit ae61159

Please sign in to comment.