19972e09b8
5a0150f586ed3eb15fe6f1f596d1a5a7d806f0f9 Fix ITEM_BREAK e6a3911057bd94d8bd7021cbb4923fb84fb106d1 Upstream merge d1cdcf8d4c3639f956474f02ed662517cffbe23e Remove old patch 068df64aeee368377e1673667bffc7a6dcf90554 Rebuild all patches
49 lines
1.5 KiB
Diff
49 lines
1.5 KiB
Diff
From a1d01997d5b3c29406f889a50e6d1abe333ab56d Mon Sep 17 00:00:00 2001
|
|
From: md_5 <md_5@live.com.au>
|
|
Date: Thu, 4 Jul 2013 20:05:19 +1000
|
|
Subject: [PATCH] Update Depends
|
|
|
|
- All of these changes have been reviewed to be binary compatible and in general contract compatible with previous versions of the libraries.
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 87c0c58..072f84d 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -83,21 +83,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>
|
|
@@ -112,7 +112,7 @@
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
- <version>2.3</version>
|
|
+ <version>2.6</version>
|
|
</dependency>
|
|
|
|
<!-- testing -->
|
|
--
|
|
2.1.0
|
|
|