Browse Source

Dependencies: Upgrade to joda time 2.10 (#32160)

Changelog: http://www.joda.org/joda-time/changes-report.html
Alexander Reelsen 7 years ago
parent
commit
c5cde96691

+ 1 - 1
server/build.gradle

@@ -106,7 +106,7 @@ dependencies {
   compile 'com.carrotsearch:hppc:0.7.1'
 
   // time handling, remove with java 8 time
-  compile 'joda-time:joda-time:2.9.9'
+  compile 'joda-time:joda-time:2.10'
 
   // percentiles aggregation
   compile 'com.tdunning:t-digest:3.2'

+ 1 - 0
server/licenses/joda-time-2.10.jar.sha1

@@ -0,0 +1 @@
+f66c8125d1057ffce6c4e29e624cac863e110e2b

+ 0 - 1
server/licenses/joda-time-2.9.9.jar.sha1

@@ -1 +0,0 @@
-f7b520c458572890807d143670c9b24f4de90897

+ 1 - 1
x-pack/plugin/sql/sql-action/build.gradle

@@ -24,7 +24,7 @@ dependencies {
     }
     compile xpackProject('plugin:sql:sql-proto')
     compile "org.apache.lucene:lucene-core:${versions.lucene}"
-    compile 'joda-time:joda-time:2.9.9'
+    compile 'joda-time:joda-time:2.10'
     runtime "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
     runtime "org.apache.logging.log4j:log4j-api:${versions.log4j}"
     runtime "org.apache.logging.log4j:log4j-core:${versions.log4j}"

+ 1 - 0
x-pack/plugin/sql/sql-action/licenses/joda-time-2.10.jar.sha1

@@ -0,0 +1 @@
+f66c8125d1057ffce6c4e29e624cac863e110e2b

+ 0 - 1
x-pack/plugin/sql/sql-action/licenses/joda-time-2.9.9.jar.sha1

@@ -1 +0,0 @@
-f7b520c458572890807d143670c9b24f4de90897

+ 1 - 1
x-pack/plugin/sql/sql-proto/build.gradle

@@ -17,7 +17,7 @@ dependencies {
     compile (project(':libs:x-content')) {
         transitive = false
     }
-    compile 'joda-time:joda-time:2.9.9'
+    compile 'joda-time:joda-time:2.10'
     runtime "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
 
     testCompile "org.elasticsearch.test:framework:${version}"

+ 1 - 0
x-pack/plugin/sql/sql-proto/licenses/joda-time-2.10.jar.sha1

@@ -0,0 +1 @@
+f66c8125d1057ffce6c4e29e624cac863e110e2b

+ 0 - 1
x-pack/plugin/sql/sql-proto/licenses/joda-time-2.9.9.jar.sha1

@@ -1 +0,0 @@
-f7b520c458572890807d143670c9b24f4de90897