From 7ed723be02b752368e261b6e7acd485734d17399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 23:28:24 +0000 Subject: [PATCH] Bump orient from 3.2.28 to 3.2.30 Bumps `orient` from 3.2.28 to 3.2.30. Updates `com.orientechnologies:orientdb-core` from 3.2.28 to 3.2.30 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.30/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.28...3.2.30) Updates `com.orientechnologies:orientdb-object` from 3.2.28 to 3.2.30 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.30/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.28...3.2.30) Updates `com.orientechnologies:orientdb-graphdb` from 3.2.28 to 3.2.30 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.30/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.28...3.2.30) Updates `com.orientechnologies:orientdb-lucene` from 3.2.28 to 3.2.30 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.30/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.28...3.2.30) Updates `com.orientechnologies:orientdb-tools` from 3.2.28 to 3.2.30 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.30/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.28...3.2.30) --- updated-dependencies: - dependency-name: com.orientechnologies:orientdb-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.orientechnologies:orientdb-object dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.orientechnologies:orientdb-graphdb dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.orientechnologies:orientdb-lucene dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.orientechnologies:orientdb-tools 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 f09ccd8..5ec8c60 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ wrapper { } ext { - orient = '3.2.28' + orient = '3.2.30' guice = '7.0.0' }