Skip to content

Commit

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

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

Updates `com.yahoo.elide:elide-model-config` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/yahoo/elide/releases)
- [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md)
- [Commits](yahoo/elide@7.0.2...7.0.3)

Updates `com.yahoo.elide:elide-spring-boot-autoconfigure` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/yahoo/elide/releases)
- [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md)
- [Commits](yahoo/elide@7.0.2...7.0.3)

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

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

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

---
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-model-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.yahoo.elide:elide-spring-boot-autoconfigure
  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 Apr 4, 2024
1 parent d8b7166 commit dcc8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -162,7 +162,7 @@ dependencies {
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")

// Manually managed dependencies
def elideVersion = "7.0.2"
def elideVersion = "7.0.3"
def springdocVersion = "2.5.0"
implementation("com.yahoo.elide:elide-core:${elideVersion}")
implementation("com.yahoo.elide:elide-model-config:${elideVersion}")
Expand Down

0 comments on commit dcc8ab0

Please sign in to comment.