Skip to content

Commit 49df342

Browse files
dependabot[bot]Brutus5000
authored andcommitted
Bump elideVersion from 6.1.2 to 6.1.3
Bumps `elideVersion` from 6.1.2 to 6.1.3. Updates `elide-core` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.2...6.1.3) Updates `elide-swagger` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.2...6.1.3) Updates `elide-datastore-jpa` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.2...6.1.3) Updates `elide-datastore-multiplex` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/yahoo/elide/releases) - [Changelog](https://github.com/yahoo/elide/blob/master/changelog.md) - [Commits](yahoo/elide@6.1.2...6.1.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-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 3d2c557 commit 49df342

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.2"
241+
def elideVersion = "6.1.3"
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)