From e78484caa84fc42df2c44edd5452e6d808e3bd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:39:04 +0000 Subject: [PATCH] Bump elideVersion from 7.0.5 to 7.1.0 Bumps `elideVersion` from 7.0.5 to 7.1.0. Updates `com.yahoo.elide:elide-core` from 7.0.5 to 7.1.0 - [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.5...7.1.0) Updates `com.yahoo.elide:elide-model-config` from 7.0.5 to 7.1.0 - [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.5...7.1.0) Updates `com.yahoo.elide:elide-spring-boot-autoconfigure` from 7.0.5 to 7.1.0 - [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.5...7.1.0) Updates `com.yahoo.elide:elide-swagger` from 7.0.5 to 7.1.0 - [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.5...7.1.0) Updates `com.yahoo.elide:elide-datastore-jpa` from 7.0.5 to 7.1.0 - [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.5...7.1.0) Updates `com.yahoo.elide:elide-datastore-multiplex` from 7.0.5 to 7.1.0 - [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.5...7.1.0) --- updated-dependencies: - dependency-name: com.yahoo.elide:elide-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.yahoo.elide:elide-model-config dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.yahoo.elide:elide-spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.yahoo.elide:elide-swagger dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.yahoo.elide:elide-datastore-jpa dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.yahoo.elide:elide-datastore-multiplex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 199b4d4b0..1b38017eb 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.5" + def elideVersion = "7.1.0" def springdocVersion = "2.5.0" implementation("com.yahoo.elide:elide-core:${elideVersion}") implementation("com.yahoo.elide:elide-model-config:${elideVersion}")