From 542eaff3e2a56bad3790a528ddb3e97944dd7264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:35:28 +0000 Subject: [PATCH] Bump orient from 3.2.30 to 3.2.33 Bumps `orient` from 3.2.30 to 3.2.33. Updates `com.orientechnologies:orientdb-core` from 3.2.30 to 3.2.33 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.33/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.30...3.2.33) Updates `com.orientechnologies:orientdb-object` from 3.2.30 to 3.2.33 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.33/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.30...3.2.33) Updates `com.orientechnologies:orientdb-graphdb` from 3.2.30 to 3.2.33 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.33/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.30...3.2.33) Updates `com.orientechnologies:orientdb-lucene` from 3.2.30 to 3.2.33 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.33/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.30...3.2.33) Updates `com.orientechnologies:orientdb-tools` from 3.2.30 to 3.2.33 - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.33/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.30...3.2.33) --- 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 5ec8c60..29e201a 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ wrapper { } ext { - orient = '3.2.30' + orient = '3.2.33' guice = '7.0.0' }