Skip to content

Commit 9894d56

Browse files
dependabot[bot]Brutus5000
authored andcommitted
Bump elideVersion from 6.1.4 to 6.1.5
Bumps `elideVersion` from 6.1.4 to 6.1.5. Updates `elide-core` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.4...6.1.5) Updates `elide-swagger` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.4...6.1.5) Updates `elide-datastore-jpa` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.4...6.1.5) Updates `elide-datastore-multiplex` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.4...6.1.5) --- 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>
1 parent e89b17f commit 9894d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ dependencies {
238238
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")
239239

240240
// Manually managed dependencies
241-
def elideVersion = "6.1.4"
241+
def elideVersion = "6.1.5"
242242
implementation("com.yahoo.elide:elide-core:${elideVersion}")
243243
implementation("com.yahoo.elide:elide-swagger:${elideVersion}")
244244
implementation("com.yahoo.elide:elide-datastore-jpa:${elideVersion}")

0 commit comments

Comments
 (0)