Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 9f2f2cd

Browse files
Bump version to 1.13.1.0 (#358)
1 parent a359247 commit 9f2f2cd

3 files changed

+9
-2
lines changed

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
compile "com.cronutils:cron-utils:9.1.3"
2626
compile "org.elasticsearch.client:elasticsearch-rest-client:${es_version}"
2727
compile 'com.google.googlejavaformat:google-java-format:1.3'
28-
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"
28+
compile "com.amazon.opendistroforelasticsearch:common-utils:1.13.0.0"
2929

3030
testImplementation "org.elasticsearch.test:framework:${es_version}"
3131
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# permissions and limitations under the License.
1414
#
1515

16-
version = 1.13.0
16+
version = 1.13.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 2021-02-26, Version 1.13.1.0
2+
3+
Compatible with Elasticsearch 7.10.2
4+
5+
### Enhancements
6+
* Support host deny list for Destinations ([#353](https://github.com/opendistro-for-elasticsearch/alerting/pull/353))
7+

0 commit comments

Comments
 (0)