This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
** Apache Commons Codec 1.10; version 1.10 -- http://commons.apache.org/proper/commons-codec/
2
2
** Apache Commons Logging; version 1.1.3 -- https://commons.apache.org/proper/commons-logging/
3
3
** Apache-HttpComponents-HttpCore; version 4.4.5 -- https://hc.apache.org/httpcomponents-core-ga/
4
- ** cron-utils; version 7.0.5 -- https://github.com/jmrozanec/cron-utils/tree/7.0.5
4
+ ** cron-utils; version 9.1.3 -- https://github.com/jmrozanec/cron-utils/tree/9.1.3
5
5
** EasyMock; version 4.0.1 -- https://mvnrepository.com/artifact/org.easymock/easymock/4.0.1
6
6
** elasticsearch 6.5.4; version 6.5.4 -- https://github.com/elastic/elasticsearch/tree/v6.5.4
7
7
** Jackson Core; version 2.8.10 -- https://github.com/FasterXML/jackson-core/tree/jackson-core-2.8.10
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
compile " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
23
23
compile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
24
24
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ kotlin_version} "
25
- compile " com.cronutils:cron-utils:7.0.5 "
25
+ compile " com.cronutils:cron-utils:9.1.3 "
26
26
compile " org.elasticsearch.client:elasticsearch-rest-client:${ es_version} "
27
27
compile ' com.google.googlejavaformat:google-java-format:1.3'
28
28
compile " com.amazon.opendistroforelasticsearch:common-utils:${ opendistroVersion} .0"
Original file line number Diff line number Diff line change 2
2
3
3
Compatible with Elasticsearch 7.10.2
4
4
5
+ ### Bug Fixes
6
+ * Move user instantiation to doExecute [ #343 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/343 )
7
+
5
8
### Infrastructure
6
9
* Rename plugin for more consistent naming convention [ #339 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/339 )
10
+ * Change release workflow to use new staging bucket for artifacts [ #334 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/339 )
7
11
8
12
### Documentation
9
13
* Add RFC for Document-Level Alerting [ #327 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/327 )
10
14
11
15
### Maintenance
12
16
* Adds support for Elasticsearch 7.10.2 [ #340 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/340 )
17
+ * Update cron-utils to version 9.1.3 [ #344 ] ( https://github.com/opendistro-for-elasticsearch/alerting/pull/344 )
You can’t perform that action at this time.
0 commit comments