Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Upgrade to joda time 2.10 #32160

Merged
merged 2 commits into from
Jul 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.