This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
17
17
apply from : ' build-tools/repositories.gradle'
18
18
19
19
ext {
20
- es_version = ' 7.1.1 '
20
+ es_version = ' 7.2.0 '
21
21
kotlin_version = ' 1.3.21'
22
22
}
23
23
@@ -41,7 +41,7 @@ apply plugin: 'jacoco'
41
41
apply from : ' build-tools/merged-coverage.gradle'
42
42
43
43
ext {
44
- opendistroVersion = ' 1.1 .0'
44
+ opendistroVersion = ' 1.2 .0'
45
45
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.2 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 .1-all.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'jacoco'
19
19
dependencies {
20
20
compileOnly " org.elasticsearch:elasticsearch:${ es_version} "
21
21
compile " org.apache.httpcomponents:httpcore:4.4.5"
22
- compile " org.apache.httpcomponents:httpclient:4.5.7 "
22
+ compile " org.apache.httpcomponents:httpclient:4.5.8 "
23
23
24
24
testImplementation " org.elasticsearch.test:framework:${ es_version} "
25
25
testImplementation " org.easymock:easymock:4.0.1"
Original file line number Diff line number Diff line change 1
- ## Version 1.1.0 (Current)
1
+ ## Version 1.2.0 (Current)
2
+
3
+ ### New Features
4
+ * Adds support for Elasticsearch 7.2.0 - [ PR #89 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/89 )
5
+
6
+ ### Bug fixes
7
+ * Fixes integTestRunner build task - [ PR #83 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/83 )
8
+
9
+ ## 2019-07-25, Version 1.1.0
2
10
3
11
### New Features
4
12
* Adds support for Elasticsearch 7.1.1 - [ PR #74 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/74 )
You can’t perform that action at this time.
0 commit comments