Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump orient from 3.2.30 to 3.2.33 #92

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

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

Sourced from com.orientechnologies:orientdb-core's releases.

3.2.33

This release include mostly fixes in the query engine, for both correctness and performance improvement trough use of indexes in additional use cases, it also deprecate some APIs that will be removed in the next major release.

Changes

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

Server

  • Update the root password if env variable is set, issue #10273

Artifacts

orientdb-community-3.2.33.tar.gz orientdb-community-3.2.33.zip

orientdb-tp3-3.2.33.tar.gz orientdb-tp3-3.2.33.zip

agent-3.2.33.jar

3.2.32

This released include a small set of fixes and the upgrade to the latest gremlin release, some fixes have been pulled from downstream forks and are made by @​andrii0lomakin and @​leostryuk, also a pull request was made by @​timw with the Lucene fix.

Changes

Core

  • Fix bug in SQL engine variable name resolution
  • Keep order for asSet() function

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-core's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


VERSION 3.2.33 - (August, 29 2024)

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

... (truncated)

Commits
  • 7273897 OrientDB prepare release 3.2.33
  • d2367ad chore: update history
  • 23058e2 test: add tests for check of combination of indexes usage with null and empty...
  • 7a9ec43 fix: make sure to fetch null index values when null index exists
  • 8750468 fix: make sure to get env root password when root user exists
  • d0fbf9e fix: corrected ORestricted case for count operations in new query engine
  • a184e8d feat: support of indexes in 'is null' operator
  • 325ec68 fix: make sure to bind g variable for groovy-gremlin scripts
  • c9c1a69 feat: marked deprecated some methods for removal
  • 7ec1f31 fix: make sure to handle correctly lightweigh edges in save
  • Additional commits viewable in compare view

Updates com.orientechnologies:orientdb-object from 3.2.30 to 3.2.33

Release notes

Sourced from com.orientechnologies:orientdb-object's releases.

3.2.33

This release include mostly fixes in the query engine, for both correctness and performance improvement trough use of indexes in additional use cases, it also deprecate some APIs that will be removed in the next major release.

Changes

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

Server

  • Update the root password if env variable is set, issue #10273

Artifacts

orientdb-community-3.2.33.tar.gz orientdb-community-3.2.33.zip

orientdb-tp3-3.2.33.tar.gz orientdb-tp3-3.2.33.zip

agent-3.2.33.jar

3.2.32

This released include a small set of fixes and the upgrade to the latest gremlin release, some fixes have been pulled from downstream forks and are made by @​andrii0lomakin and @​leostryuk, also a pull request was made by @​timw with the Lucene fix.

Changes

Core

  • Fix bug in SQL engine variable name resolution
  • Keep order for asSet() function

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-object's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


VERSION 3.2.33 - (August, 29 2024)

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

... (truncated)

Commits
  • 7273897 OrientDB prepare release 3.2.33
  • d2367ad chore: update history
  • 23058e2 test: add tests for check of combination of indexes usage with null and empty...
  • 7a9ec43 fix: make sure to fetch null index values when null index exists
  • 8750468 fix: make sure to get env root password when root user exists
  • d0fbf9e fix: corrected ORestricted case for count operations in new query engine
  • a184e8d feat: support of indexes in 'is null' operator
  • 325ec68 fix: make sure to bind g variable for groovy-gremlin scripts
  • c9c1a69 feat: marked deprecated some methods for removal
  • 7ec1f31 fix: make sure to handle correctly lightweigh edges in save
  • Additional commits viewable in compare view

Updates com.orientechnologies:orientdb-graphdb from 3.2.30 to 3.2.33

Release notes

Sourced from com.orientechnologies:orientdb-graphdb's releases.

3.2.33

This release include mostly fixes in the query engine, for both correctness and performance improvement trough use of indexes in additional use cases, it also deprecate some APIs that will be removed in the next major release.

Changes

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

Server

  • Update the root password if env variable is set, issue #10273

Artifacts

orientdb-community-3.2.33.tar.gz orientdb-community-3.2.33.zip

orientdb-tp3-3.2.33.tar.gz orientdb-tp3-3.2.33.zip

agent-3.2.33.jar

3.2.32

This released include a small set of fixes and the upgrade to the latest gremlin release, some fixes have been pulled from downstream forks and are made by @​andrii0lomakin and @​leostryuk, also a pull request was made by @​timw with the Lucene fix.

Changes

Core

  • Fix bug in SQL engine variable name resolution
  • Keep order for asSet() function

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-graphdb's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


VERSION 3.2.33 - (August, 29 2024)

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

... (truncated)

Commits
  • 7273897 OrientDB prepare release 3.2.33
  • d2367ad chore: update history
  • 23058e2 test: add tests for check of combination of indexes usage with null and empty...
  • 7a9ec43 fix: make sure to fetch null index values when null index exists
  • 8750468 fix: make sure to get env root password when root user exists
  • d0fbf9e fix: corrected ORestricted case for count operations in new query engine
  • a184e8d feat: support of indexes in 'is null' operator
  • 325ec68 fix: make sure to bind g variable for groovy-gremlin scripts
  • c9c1a69 feat: marked deprecated some methods for removal
  • 7ec1f31 fix: make sure to handle correctly lightweigh edges in save
  • Additional commits viewable in compare view

Updates com.orientechnologies:orientdb-lucene from 3.2.30 to 3.2.33

Release notes

Sourced from com.orientechnologies:orientdb-lucene's releases.

3.2.33

This release include mostly fixes in the query engine, for both correctness and performance improvement trough use of indexes in additional use cases, it also deprecate some APIs that will be removed in the next major release.

Changes

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

Server

  • Update the root password if env variable is set, issue #10273

Artifacts

orientdb-community-3.2.33.tar.gz orientdb-community-3.2.33.zip

orientdb-tp3-3.2.33.tar.gz orientdb-tp3-3.2.33.zip

agent-3.2.33.jar

3.2.32

This released include a small set of fixes and the upgrade to the latest gremlin release, some fixes have been pulled from downstream forks and are made by @​andrii0lomakin and @​leostryuk, also a pull request was made by @​timw with the Lucene fix.

Changes

Core

  • Fix bug in SQL engine variable name resolution
  • Keep order for asSet() function

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-lucene's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


VERSION 3.2.33 - (August, 29 2024)

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

... (truncated)

Commits
  • 7273897 OrientDB prepare release 3.2.33
  • d2367ad chore: update history
  • 23058e2 test: add tests for check of combination of indexes usage with null and empty...
  • 7a9ec43 fix: make sure to fetch null index values when null index exists
  • 8750468 fix: make sure to get env root password when root user exists
  • d0fbf9e fix: corrected ORestricted case for count operations in new query engine
  • a184e8d feat: support of indexes in 'is null' operator
  • 325ec68 fix: make sure to bind g variable for groovy-gremlin scripts
  • c9c1a69 feat: marked deprecated some methods for removal
  • 7ec1f31 fix: make sure to handle correctly lightweigh edges in save
  • Additional commits viewable in compare view

Updates com.orientechnologies:orientdb-tools from 3.2.30 to 3.2.33

Release notes

Sourced from com.orientechnologies:orientdb-tools's releases.

3.2.33

This release include mostly fixes in the query engine, for both correctness and performance improvement trough use of indexes in additional use cases, it also deprecate some APIs that will be removed in the next major release.

Changes

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

Server

  • Update the root password if env variable is set, issue #10273

Artifacts

orientdb-community-3.2.33.tar.gz orientdb-community-3.2.33.zip

orientdb-tp3-3.2.33.tar.gz orientdb-tp3-3.2.33.zip

agent-3.2.33.jar

3.2.32

This released include a small set of fixes and the upgrade to the latest gremlin release, some fixes have been pulled from downstream forks and are made by @​andrii0lomakin and @​leostryuk, also a pull request was made by @​timw with the Lucene fix.

Changes

Core

  • Fix bug in SQL engine variable name resolution
  • Keep order for asSet() function

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-tools's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


VERSION 3.2.33 - (August, 29 2024)

Core

  • Marked methods deprecated for removal in the next major
  • Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239
  • Re-add support of indexes for between queries in new query engine
  • Return every time the correct document instance in APis and queries, issue #10280
  • Re-add fetch from variable for traverse in the new query engine implementation, issue #10281
  • Avoid to use index when the condition is empty list
  • Make sure to respect sorting on IN conditions with indexed fields
  • Handle correctly lightweight edges in save
  • Support of indexes in 'is null' operator
  • Corrected ORestricted case for count operations in new query engine

Graph

  • Make sure to bind g variable for groovy-gremlin scripts

... (truncated)

Commits
  • 7273897 OrientDB prepare release 3.2.33
  • d2367ad chore: update history
  • 23058e2 test: add tests for check of combination of indexes usage with null and empty...
  • 7a9ec43 fix: make sure to fetch null index values when null index exists
  • 8750468 fix: make sure to get env root password when root user exists
  • d0fbf9e fix: corrected ORestricted case for count operations in new query engine
  • a184e8d feat: support of indexes in 'is null' operator
  • 325ec68 fix: make sure to bind g variable for groovy-gremlin scripts
  • c9c1a69 feat: marked deprecated some methods for removal
  • 7ec1f31 fix: make sure to handle correctly lightweigh edges in save
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](orientechnologies/orientdb@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](orientechnologies/orientdb@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](orientechnologies/orientdb@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](orientechnologies/orientdb@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](orientechnologies/orientdb@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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2024
@xvik xvik merged commit d56c4d5 into master Aug 29, 2024
1 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/orient-3.2.33 branch August 29, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant