From 7296d12ddac1c0e4f467c3e40028757c34b061f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:31:52 +0000 Subject: [PATCH] Bump janusVersion from 0.6.3 to 1.0.0-20230515-103658.1eb5828 Bumps `janusVersion` from 0.6.3 to 1.0.0-20230515-103658.1eb5828. Updates `org.janusgraph:janusgraph-core` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-inmemory` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-driver` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-berkeleyje` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-cql` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-lucene` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-es` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) Updates `org.janusgraph:janusgraph-hbase` from 0.6.3 to 1.0.0-20230515-103658.1eb5828 - [Release notes](https://github.com/JanusGraph/janusgraph/releases) - [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md) - [Commits](https://github.com/JanusGraph/janusgraph/commits) --- updated-dependencies: - dependency-name: org.janusgraph:janusgraph-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-inmemory dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-driver dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-berkeleyje dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-cql dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-lucene dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-es dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.janusgraph:janusgraph-hbase dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index c21828ea2e5..540c8ecf125 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -54,7 +54,7 @@ ext { jakartaannotationVersion = '2.1.1' jakartapersistenceVersion = '3.1.0' jakartavalidationVersion = '3.0.2' - janusVersion = '0.6.3' + janusVersion = '1.0.0-20230515-103658.1eb5828' javassistVersion = '3.29.2-GA' jaxbVersion = '2.3.1' jenaVersion = '4.7.0'