Skip to content

Commit

Permalink
dependabot: bump com.cronutils:cron-utils from 9.2.0 to 9.2.1 (#455)
Browse files Browse the repository at this point in the history
Bumps [com.cronutils:cron-utils](https://github.com/jmrozanec/cron-utils) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/jmrozanec/cron-utils/releases)
- [Commits](jmrozanec/cron-utils@9.2.0...9.2.1)

---
updated-dependencies:
- dependency-name: com.cronutils:cron-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 8d5c371 commit 9f3ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
// slf4j is the runtime dependency of cron-utils
// if cron-utils version gets bumped, pls check the slf4j version cron-utils depending on
// and bump if needed
implementation "com.cronutils:cron-utils:9.2.0"
implementation "com.cronutils:cron-utils:9.2.1"
runtimeOnly "org.slf4j:slf4j-api:${slf4j_version_of_cronutils}"

testImplementation "org.opensearch.test:framework:${opensearch_version}"
Expand Down

0 comments on commit 9f3ffcd

Please sign in to comment.