Skip to content

Commit

Permalink
Dependencies: Upgrade to joda time 2.10 (#32160)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Jul 20, 2018
1 parent e5795f5 commit 56acf4d
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions server/licenses/joda-time-2.10.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f66c8125d1057ffce6c4e29e624cac863e110e2b
1 change: 0 additions & 1 deletion server/licenses/joda-time-2.9.9.jar.sha1

This file was deleted.

2 changes: 1 addition & 1 deletion x-pack/plugin/sql/sql-action/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f66c8125d1057ffce6c4e29e624cac863e110e2b

This file was deleted.

2 changes: 1 addition & 1 deletion x-pack/plugin/sql/sql-proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f66c8125d1057ffce6c4e29e624cac863e110e2b

This file was deleted.

0 comments on commit 56acf4d

Please sign in to comment.