mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
cab333b217
Don't send requests of every player was found in the global api cache SpigotMC/Spigot@841270ff1e Correctly set the response code for the cached lookups and return the ... SpigotMC/Spigot@f170b7899c Don't try and re-set the global api cache on reload SpigotMC/Spigot@b410a00a66 Use a compile time sneaky throw hack. SpigotMC/Spigot@508462b96b Fix a missed rename in WorldGenGroundBush SpigotMC/Spigot@0614d8fae9
49 lines
1.5 KiB
Diff
49 lines
1.5 KiB
Diff
From dbf7e0b50e03150df774881195002269552f4236 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 2e5420b..0c9f243 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -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>
|
|
@@ -104,7 +104,7 @@
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
- <version>2.3</version>
|
|
+ <version>2.6</version>
|
|
</dependency>
|
|
|
|
<!-- testing -->
|
|
--
|
|
1.9.1
|
|
|