From 4cdbc1a3aee9dc60b29f45ea67643d4c946b374a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:29:51 +0000 Subject: [PATCH] Bump elideVersion from 7.0.0 to 7.0.1 Bumps `elideVersion` from 7.0.0 to 7.0.1. Updates `com.yahoo.elide:elide-core` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](https://github.com/yahoo/elide/compare/7.0.0...7.0.1) Updates `com.yahoo.elide:elide-model-config` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](https://github.com/yahoo/elide/compare/7.0.0...7.0.1) Updates `com.yahoo.elide:elide-spring-boot-autoconfigure` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](https://github.com/yahoo/elide/compare/7.0.0...7.0.1) Updates `com.yahoo.elide:elide-swagger` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](https://github.com/yahoo/elide/compare/7.0.0...7.0.1) Updates `com.yahoo.elide:elide-datastore-jpa` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](https://github.com/yahoo/elide/compare/7.0.0...7.0.1) Updates `com.yahoo.elide:elide-datastore-multiplex` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](https://github.com/yahoo/elide/compare/7.0.0...7.0.1) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c00e1acf..9e4ea726 100644 --- a/build.gradle +++ b/build.gradle @@ -162,7 +162,7 @@ dependencies { runtimeOnly("org.mariadb.jdbc:mariadb-java-client") // Manually managed dependencies - def elideVersion = "7.0.0" + def elideVersion = "7.0.1" def springdocVersion = "2.2.0" implementation("com.yahoo.elide:elide-core:${elideVersion}") implementation("com.yahoo.elide:elide-model-config:${elideVersion}")