Skip to content

Commit

Permalink
Bump elideVersion from 6.1.6 to 6.1.7
Browse files Browse the repository at this point in the history
Bumps `elideVersion` from 6.1.6 to 6.1.7.

Updates `elide-core` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/yahoo/elide/releases)
- [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md)
- [Commits](yahoo/elide@6.1.6...6.1.7)

Updates `elide-swagger` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/yahoo/elide/releases)
- [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md)
- [Commits](yahoo/elide@6.1.6...6.1.7)

Updates `elide-datastore-jpa` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/yahoo/elide/releases)
- [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md)
- [Commits](yahoo/elide@6.1.6...6.1.7)

Updates `elide-datastore-multiplex` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/yahoo/elide/releases)
- [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md)
- [Commits](yahoo/elide@6.1.6...6.1.7)

---
updated-dependencies:
- dependency-name: com.yahoo.elide:elide-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.yahoo.elide:elide-swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.yahoo.elide:elide-datastore-jpa
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.yahoo.elide:elide-datastore-multiplex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Brutus5000 committed Jul 20, 2022
1 parent b50b71c commit 24d90ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ dependencies {
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")

// Manually managed dependencies
def elideVersion = "6.1.6"
def elideVersion = "6.1.7"
def springdocVersion = "1.6.9"
implementation("com.yahoo.elide:elide-core:${elideVersion}")
implementation("com.yahoo.elide:elide-swagger:${elideVersion}")
Expand Down

0 comments on commit 24d90ba

Please sign in to comment.