Skip to content

Bump jedis from 3.7.1 to 4.0.0#248

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.0.0
Closed

Bump jedis from 3.7.1 to 4.0.0#248
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 20, 2021

Copy link
Copy Markdown
Contributor

Bumps jedis from 3.7.1 to 4.0.0.

Release notes

Sourced from jedis's releases.

4.0.0

🚀 New Features

  • Introduced JedisPooled An alternative to JedisPool which implements the same interfaces as JedisCluster, allowing easy switching between JedisCluster and JedisPooled.
  • Introduced JedisSharding
  • Introduced ClusterPipeline and ShardedPipeline
  • Introduced ReliableTransaction
  • Introduced UnifiedJedis UnifiedJedis can be anything depending on the ConnectionProvider or CommandExecutor. Currently, this is the base for JedisCluster, JedisPooled and JedisSharding.
  • Introduced ConnectionProvider interface and few implementations
  • Introduced CommandExecutor interface and few implementations
  • Added RedisJSON and RedisJSON 2 commands
  • Added RediSearch commands
  • Support exclusive range in XRANGE command (#2719)
  • Added ACL DELUSER and ACL GENPASS with bits option (#2697)

🔥 Breaking Changes (see all)

  • JedisCluster constructors with GenericObjectPoolConfig<Jedis> now accept GenericObjectPoolConfig<Connection>.
  • Most SortedSet methods are changed to return Java List instead of Set (#2709) See Full List
  • Many methods now return primitive values (long/boolean/double instead of Long/Boolean/Double) See Full List
  • ShardedJedisPool, Sharded, ShardedJedis, BinaryShardedJedis, ShardInfo, JedisShardInfo classes are removed.
  • BinaryJedis and BinaryJedisCluster classes are removed. Methods of these classes are available in Jedis and JedisCluster classes respectively.
  • Client and BinaryClient classes are removed.
  • redis.clients.jedis.commands package is reimplemented, meaning Commands interfaces are restructured.
  • Removed Sentinel class (#2744) (since 4.0.0-rc2) Sentinel methods are moved in Jedis class (just like Jedis 3.x)

🧰 Maintenance

  • Upgraded dependency org.slf4j:slf4j-api to version 1.7.32
  • Added dependency org.json:json version 20211205
  • Added dependency com.google.code.gson:gson version 2.8.9

🚃 Change List

  • Throw IllegalStateException by replacing invalid JedisDataException (#2393)
  • Support Sentinel with TLS (#2403)
  • Remove usage of infinite timeout from EVAL and EVALSHA commands (#2408)
  • Avoid NullPointException from SetFromList class (#2454)
  • JedisNoReachableClusterNodeException should extend JedisClusterOperationException (#2409)
  • Remove WATCH from Transaction (#2033)
  • JedisDataException should not be wrapped within Pool operations (#2501)
  • Remove SYNC command (#2499)
  • Remove ShardedJedisPipeline class (#2500)
  • Remove JedisPoolAbstract class and hide Pool.initPool() method (#1734)
  • Limit the access of setDataSource in Jedis (#2516)
  • Make raw variable private and should be accessed via getRaw() method (#2526)

... (truncated)

Commits

Dependabot compatibility score

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 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 [jedis](https://github.com/redis/jedis) from 3.7.1 to 4.0.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v3.7.1...v4.0.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Dec 20, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jan 3, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #266.

@dependabot dependabot Bot closed this Jan 3, 2022
@dependabot dependabot Bot deleted the dependabot/maven/redis.clients-jedis-4.0.0 branch January 3, 2022 04:08
mergify Bot added a commit that referenced this pull request Sep 29, 2025
…from 3.0.25 to 4.0.0 [skip ci]

Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 3.0.25 to 4.0.0.
Release notes

*Sourced from [zgosalvez/github-actions-ensure-sha-pinned-actions's releases](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases).*

> v4.0.0
> ------
>
> What's Changed
> --------------
>
> * Bump `@​vercel/ncc` from 0.38.3 to 0.38.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#257](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/257)
> * Bump actions/checkout from 4.2.2 to 5.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#253](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/253)
> * Bump eslint from 9.26.0 to 9.36.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#256](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/256)
> * Bump jest from 29.7.0 to 30.1.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#255](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/255)
> * Bump actions/cache from 4.2.3 to 4.2.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#252](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/252)
> * Bump zgosalvez/github-actions-get-action-runs-using-version from 2.0.22 to 2.0.24 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#234](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/234)
> * Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#242](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/242)
> * Bump yaml from 2.7.1 to 2.8.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#248](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/248)
> * Bump brace-expansion from 1.1.11 to 1.1.12 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#258](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/258)
> * fix [#116](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/116): support composite actions by [`@​atchertchian`](https://github.com/atchertchian) in [zgosalvez/github-actions-ensure-sha-pinned-actions#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/239)
>
> New Contributors
> ----------------
>
> * [`@​atchertchian`](https://github.com/atchertchian) made their first contribution in [zgosalvez/github-actions-ensure-sha-pinned-actions#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/239)
>
> **Full Changelog**: <zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v4.0.0>


Commits

* [`9e9574e`](zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574e) fix [#116](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/116): support composite actions ([#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/239))
* [`574bec8`](zgosalvez/github-actions-ensure-sha-pinned-actions@574bec8) Bump brace-expansion from 1.1.11 to 1.1.12 ([#258](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/258))
* [`bdf825c`](zgosalvez/github-actions-ensure-sha-pinned-actions@bdf825c) Bump yaml from 2.7.1 to 2.8.1 ([#248](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/248))
* [`12cd4d2`](zgosalvez/github-actions-ensure-sha-pinned-actions@12cd4d2) Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 ([#242](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/242))
* [`2783169`](zgosalvez/github-actions-ensure-sha-pinned-actions@2783169) Bump zgosalvez/github-actions-get-action-runs-using-version ([#234](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/234))
* [`d952774`](zgosalvez/github-actions-ensure-sha-pinned-actions@d952774) Bump actions/cache from 4.2.3 to 4.2.4 ([#252](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/252))
* [`e839297`](zgosalvez/github-actions-ensure-sha-pinned-actions@e839297) Bump jest from 29.7.0 to 30.1.3 ([#255](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/255))
* [`f1328f7`](zgosalvez/github-actions-ensure-sha-pinned-actions@f1328f7) Bump eslint from 9.26.0 to 9.36.0 ([#256](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/256))
* [`74db6f0`](zgosalvez/github-actions-ensure-sha-pinned-actions@74db6f0) Bump actions/checkout from 4.2.2 to 5.0.0 ([#253](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/253))
* [`cae7e06`](zgosalvez/github-actions-ensure-sha-pinned-actions@cae7e06) Bump `@​vercel/ncc` from 0.38.3 to 0.38.4 ([#257](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/257))
* See full diff in [compare view](zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5...9e9574e)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=zgosalvez/github-actions-ensure-sha-pinned-actions&package-manager=github\_actions&previous-version=3.0.25&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Dec 1, 2025
….3.1 to 3.4.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0.
Release notes

*Sourced from [org.apache.maven.plugins:maven-source-plugin's releases](https://github.com/apache/maven-source-plugin/releases).*

> 3.4.0
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * [[MSOURCES-140]](https://issues.apache.org/jira/browse/MSOURCES-140) - fail only if re-attach different files ([#24](https://redirect.github.com/apache/maven-source-plugin/pull/24)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 👻 Maintenance
> -------------
>
> * Bump m-invoker-p to 3.9.1 ([#251](https://redirect.github.com/apache/maven-source-plugin/pull/251)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Allow to manually execute release drafter ([#58](https://redirect.github.com/apache/maven-source-plugin/pull/58)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * GH Issues (Maven 3 branch) ([#57](https://redirect.github.com/apache/maven-source-plugin/pull/57)) [`@​Bukama`](https://github.com/Bukama)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#49](https://redirect.github.com/apache/maven-source-plugin/pull/49)) [`@​Bukama`](https://github.com/Bukama)
>
> 📦 Dependency updates
> --------------------
>
> * Use plexus-utils version from parent ([#252](https://redirect.github.com/apache/maven-source-plugin/pull/252)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#247](https://redirect.github.com/apache/maven-source-plugin/pull/247)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([#248](https://redirect.github.com/apache/maven-source-plugin/pull/248)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 ([#241](https://redirect.github.com/apache/maven-source-plugin/pull/241)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 ([#242](https://redirect.github.com/apache/maven-source-plugin/pull/242)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([#246](https://redirect.github.com/apache/maven-source-plugin/pull/246)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.2.5 to 3.9.11 ([#221](https://redirect.github.com/apache/maven-source-plugin/pull/221)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#233](https://redirect.github.com/apache/maven-source-plugin/pull/233)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 ([#229](https://redirect.github.com/apache/maven-source-plugin/pull/229)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 41 to 45 ([#218](https://redirect.github.com/apache/maven-source-plugin/pull/218)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 ([#226](https://redirect.github.com/apache/maven-source-plugin/pull/226)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#222](https://redirect.github.com/apache/maven-source-plugin/pull/222)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.1 to 2.19.0 ([#68](https://redirect.github.com/apache/maven-source-plugin/pull/68)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([#63](https://redirect.github.com/apache/maven-source-plugin/pull/63)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 ([#66](https://redirect.github.com/apache/maven-source-plugin/pull/66)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.0 to 2.16.1 ([#27](https://redirect.github.com/apache/maven-source-plugin/pull/27)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-147]](https://issues.apache.org/jira/browse/MSOURCES-147) - Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 ([#23](https://redirect.github.com/apache/maven-source-plugin/pull/23)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-146]](https://issues.apache.org/jira/browse/MSOURCES-146) - Bump commons-io:commons-io from 2.11.0 to 2.16.0 ([#25](https://redirect.github.com/apache/maven-source-plugin/pull/25)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-145]](https://issues.apache.org/jira/browse/MSOURCES-145) - Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 ([#26](https://redirect.github.com/apache/maven-source-plugin/pull/26)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`ecf937a`](apache/maven-source-plugin@ecf937a) [maven-release-plugin] prepare release maven-source-plugin-3.4.0
* [`95b3bf4`](apache/maven-source-plugin@95b3bf4) Revert "[maven-release-plugin] prepare for next development iteration"
* [`7a9a770`](apache/maven-source-plugin@7a9a770) [maven-release-plugin] prepare for next development iteration
* [`292c1ce`](apache/maven-source-plugin@292c1ce) Use plexus-utils version from parent
* [`bf79b71`](apache/maven-source-plugin@bf79b71) Bump m-invoker-p to 3.9.1
* [`4f3fcb9`](apache/maven-source-plugin@4f3fcb9) Bump commons-io:commons-io from 2.20.0 to 2.21.0
* [`a867442`](apache/maven-source-plugin@a867442) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
* [`51c66ac`](apache/maven-source-plugin@51c66ac) Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5
* [`267df46`](apache/maven-source-plugin@267df46) Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3
* [`ef85324`](apache/maven-source-plugin@ef85324) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
* Additional commits viewable in [compare view](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-source-plugin&package-manager=maven&previous-version=3.3.1&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Jan 28, 2026
… 3.2.1 to 3.3.0 [skip ci]

Bumps [org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 3.2.1 to 3.3.0.
Release notes

*Sourced from [org.codehaus.mojo:buildnumber-maven-plugin's releases](https://github.com/mojohaus/buildnumber-maven-plugin/releases).*

> 3.3.0
> -----
>
> Changes
> -------
>
> * [#237](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/237) useLastCommittedRevision on git returns Revision ([#260](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/260)) [`@​ky0n`](https://github.com/ky0n)
> * [#208](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/208) property failTheBuild=false also ignore general scm failure ([#259](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/259)) [`@​ky0n`](https://github.com/ky0n)
> * Upgrade maven-scm to 2.2.1 and add compatibility fixes ([#257](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/257)) @[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([#262](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/262)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0 ([#256](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/256)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 93 to 94 ([#255](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/255)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 ([#253](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/253)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump actions/stale from 9 to 10 ([#252](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/252)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 92 to 93 ([#251](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/251)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 91 to 92 ([#248](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/248)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 87 to 91 ([#247](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/247)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 ([#240](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/240)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 ([#239](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/239)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 ([#238](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/238)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 ([#235](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/235)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 86 to 87 ([#236](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/236)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 85 to 86 ([#230](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/230)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 ([#233](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/233)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 ([#232](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/232)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`d943f30`](mojohaus/buildnumber-maven-plugin@d943f30) [maven-release-plugin] prepare release buildnumber-maven-plugin=3.3.0
* [`e279a77`](mojohaus/buildnumber-maven-plugin@e279a77) Bump org.codehaus.mojo:mojo-parent from 94 to 95
* [`565c244`](mojohaus/buildnumber-maven-plugin@565c244) [#237](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/237) add fallback solution for git provider when using property useLastCommit...
* [`b7a5a5e`](mojohaus/buildnumber-maven-plugin@b7a5a5e) [#208](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/208) improve fail the build behavior
* [`becb596`](mojohaus/buildnumber-maven-plugin@becb596) Upgrade maven-scm to 2.2.1 and add compatibility fixes ([#257](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/257))
* [`b920e60`](mojohaus/buildnumber-maven-plugin@b920e60) Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0
* [`2a33325`](mojohaus/buildnumber-maven-plugin@2a33325) Bump org.codehaus.mojo:mojo-parent from 93 to 94
* [`fadf416`](mojohaus/buildnumber-maven-plugin@fadf416) Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
* [`16e6090`](mojohaus/buildnumber-maven-plugin@16e6090) Bump actions/stale from 9 to 10
* [`ed4502a`](mojohaus/buildnumber-maven-plugin@ed4502a) Bump org.codehaus.mojo:mojo-parent from 92 to 93
* Additional commits viewable in [compare view](mojohaus/buildnumber-maven-plugin@3.2.1...buildnumber-maven-plugin-3.3.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.codehaus.mojo:buildnumber-maven-plugin&package-manager=maven&previous-version=3.2.1&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…from 3.0.25 to 4.0.0 [skip ci]

Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 3.0.25 to 4.0.0.
Release notes

*Sourced from [zgosalvez/github-actions-ensure-sha-pinned-actions's releases](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases).*

> v4.0.0
> ------
>
> What's Changed
> --------------
>
> * Bump `@​vercel/ncc` from 0.38.3 to 0.38.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#257](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/257)
> * Bump actions/checkout from 4.2.2 to 5.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#253](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/253)
> * Bump eslint from 9.26.0 to 9.36.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#256](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/256)
> * Bump jest from 29.7.0 to 30.1.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#255](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/255)
> * Bump actions/cache from 4.2.3 to 4.2.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#252](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/252)
> * Bump zgosalvez/github-actions-get-action-runs-using-version from 2.0.22 to 2.0.24 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#234](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/234)
> * Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#242](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/242)
> * Bump yaml from 2.7.1 to 2.8.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#248](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/248)
> * Bump brace-expansion from 1.1.11 to 1.1.12 by [`@​dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#258](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/258)
> * fix [ArcadeData#116](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/116): support composite actions by [`@​atchertchian`](https://github.com/atchertchian) in [zgosalvez/github-actions-ensure-sha-pinned-actions#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/239)
>
> New Contributors
> ----------------
>
> * [`@​atchertchian`](https://github.com/atchertchian) made their first contribution in [zgosalvez/github-actions-ensure-sha-pinned-actions#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/239)
>
> **Full Changelog**: <zgosalvez/github-actions-ensure-sha-pinned-actions@v3...v4.0.0>


Commits

* [`9e9574e`](zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574e) fix [ArcadeData#116](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/116): support composite actions ([ArcadeData#239](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/239))
* [`574bec8`](zgosalvez/github-actions-ensure-sha-pinned-actions@574bec8) Bump brace-expansion from 1.1.11 to 1.1.12 ([#258](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/258))
* [`bdf825c`](zgosalvez/github-actions-ensure-sha-pinned-actions@bdf825c) Bump yaml from 2.7.1 to 2.8.1 ([ArcadeData#248](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/248))
* [`12cd4d2`](zgosalvez/github-actions-ensure-sha-pinned-actions@12cd4d2) Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 ([ArcadeData#242](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/242))
* [`2783169`](zgosalvez/github-actions-ensure-sha-pinned-actions@2783169) Bump zgosalvez/github-actions-get-action-runs-using-version ([#234](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/234))
* [`d952774`](zgosalvez/github-actions-ensure-sha-pinned-actions@d952774) Bump actions/cache from 4.2.3 to 4.2.4 ([#252](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/252))
* [`e839297`](zgosalvez/github-actions-ensure-sha-pinned-actions@e839297) Bump jest from 29.7.0 to 30.1.3 ([ArcadeData#255](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/255))
* [`f1328f7`](zgosalvez/github-actions-ensure-sha-pinned-actions@f1328f7) Bump eslint from 9.26.0 to 9.36.0 ([#256](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/256))
* [`74db6f0`](zgosalvez/github-actions-ensure-sha-pinned-actions@74db6f0) Bump actions/checkout from 4.2.2 to 5.0.0 ([ArcadeData#253](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/253))
* [`cae7e06`](zgosalvez/github-actions-ensure-sha-pinned-actions@cae7e06) Bump `@​vercel/ncc` from 0.38.3 to 0.38.4 ([ArcadeData#257](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/257))
* See full diff in [compare view](zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5...9e9574e)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=zgosalvez/github-actions-ensure-sha-pinned-actions&package-manager=github\_actions&previous-version=3.0.25&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
….3.1 to 3.4.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0.
Release notes

*Sourced from [org.apache.maven.plugins:maven-source-plugin's releases](https://github.com/apache/maven-source-plugin/releases).*

> 3.4.0
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * [[MSOURCES-140]](https://issues.apache.org/jira/browse/MSOURCES-140) - fail only if re-attach different files ([#24](https://redirect.github.com/apache/maven-source-plugin/pull/24)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 👻 Maintenance
> -------------
>
> * Bump m-invoker-p to 3.9.1 ([#251](https://redirect.github.com/apache/maven-source-plugin/pull/251)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Allow to manually execute release drafter ([#58](https://redirect.github.com/apache/maven-source-plugin/pull/58)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * GH Issues (Maven 3 branch) ([#57](https://redirect.github.com/apache/maven-source-plugin/pull/57)) [`@​Bukama`](https://github.com/Bukama)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([ArcadeData#49](https://redirect.github.com/apache/maven-source-plugin/pull/49)) [`@​Bukama`](https://github.com/Bukama)
>
> 📦 Dependency updates
> --------------------
>
> * Use plexus-utils version from parent ([#252](https://redirect.github.com/apache/maven-source-plugin/pull/252)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([ArcadeData#247](https://redirect.github.com/apache/maven-source-plugin/pull/247)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([ArcadeData#248](https://redirect.github.com/apache/maven-source-plugin/pull/248)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 ([ArcadeData#241](https://redirect.github.com/apache/maven-source-plugin/pull/241)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 ([ArcadeData#242](https://redirect.github.com/apache/maven-source-plugin/pull/242)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([ArcadeData#246](https://redirect.github.com/apache/maven-source-plugin/pull/246)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.2.5 to 3.9.11 ([#221](https://redirect.github.com/apache/maven-source-plugin/pull/221)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#233](https://redirect.github.com/apache/maven-source-plugin/pull/233)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 ([ArcadeData#229](https://redirect.github.com/apache/maven-source-plugin/pull/229)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 41 to 45 ([ArcadeData#218](https://redirect.github.com/apache/maven-source-plugin/pull/218)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 ([ArcadeData#226](https://redirect.github.com/apache/maven-source-plugin/pull/226)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#222](https://redirect.github.com/apache/maven-source-plugin/pull/222)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.1 to 2.19.0 ([ArcadeData#68](https://redirect.github.com/apache/maven-source-plugin/pull/68)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([ArcadeData#63](https://redirect.github.com/apache/maven-source-plugin/pull/63)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 ([ArcadeData#66](https://redirect.github.com/apache/maven-source-plugin/pull/66)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.0 to 2.16.1 ([ArcadeData#27](https://redirect.github.com/apache/maven-source-plugin/pull/27)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-147]](https://issues.apache.org/jira/browse/MSOURCES-147) - Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 ([#23](https://redirect.github.com/apache/maven-source-plugin/pull/23)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-146]](https://issues.apache.org/jira/browse/MSOURCES-146) - Bump commons-io:commons-io from 2.11.0 to 2.16.0 ([#25](https://redirect.github.com/apache/maven-source-plugin/pull/25)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-145]](https://issues.apache.org/jira/browse/MSOURCES-145) - Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 ([ArcadeData#26](https://redirect.github.com/apache/maven-source-plugin/pull/26)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`ecf937a`](apache/maven-source-plugin@ecf937a) [maven-release-plugin] prepare release maven-source-plugin-3.4.0
* [`95b3bf4`](apache/maven-source-plugin@95b3bf4) Revert "[maven-release-plugin] prepare for next development iteration"
* [`7a9a770`](apache/maven-source-plugin@7a9a770) [maven-release-plugin] prepare for next development iteration
* [`292c1ce`](apache/maven-source-plugin@292c1ce) Use plexus-utils version from parent
* [`bf79b71`](apache/maven-source-plugin@bf79b71) Bump m-invoker-p to 3.9.1
* [`4f3fcb9`](apache/maven-source-plugin@4f3fcb9) Bump commons-io:commons-io from 2.20.0 to 2.21.0
* [`a867442`](apache/maven-source-plugin@a867442) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
* [`51c66ac`](apache/maven-source-plugin@51c66ac) Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5
* [`267df46`](apache/maven-source-plugin@267df46) Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3
* [`ef85324`](apache/maven-source-plugin@ef85324) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
* Additional commits viewable in [compare view](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-source-plugin&package-manager=maven&previous-version=3.3.1&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
… 3.2.1 to 3.3.0 [skip ci]

Bumps [org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 3.2.1 to 3.3.0.
Release notes

*Sourced from [org.codehaus.mojo:buildnumber-maven-plugin's releases](https://github.com/mojohaus/buildnumber-maven-plugin/releases).*

> 3.3.0
> -----
>
> Changes
> -------
>
> * [ArcadeData#237](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/237) useLastCommittedRevision on git returns Revision ([#260](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/260)) [`@​ky0n`](https://github.com/ky0n)
> * [ArcadeData#208](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/208) property failTheBuild=false also ignore general scm failure ([ArcadeData#259](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/259)) [`@​ky0n`](https://github.com/ky0n)
> * Upgrade maven-scm to 2.2.1 and add compatibility fixes ([ArcadeData#257](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/257)) @[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([ArcadeData#262](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/262)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0 ([#256](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/256)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 93 to 94 ([ArcadeData#255](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/255)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 ([ArcadeData#253](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/253)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump actions/stale from 9 to 10 ([#252](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/252)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 92 to 93 ([#251](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/251)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 91 to 92 ([ArcadeData#248](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/248)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 87 to 91 ([ArcadeData#247](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/247)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 ([ArcadeData#240](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/240)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 ([ArcadeData#239](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/239)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 ([ArcadeData#238](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/238)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 ([ArcadeData#235](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/235)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 86 to 87 ([ArcadeData#236](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/236)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 85 to 86 ([ArcadeData#230](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/230)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 ([#233](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/233)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 ([ArcadeData#232](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/232)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`d943f30`](mojohaus/buildnumber-maven-plugin@d943f30) [maven-release-plugin] prepare release buildnumber-maven-plugin=3.3.0
* [`e279a77`](mojohaus/buildnumber-maven-plugin@e279a77) Bump org.codehaus.mojo:mojo-parent from 94 to 95
* [`565c244`](mojohaus/buildnumber-maven-plugin@565c244) [ArcadeData#237](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/237) add fallback solution for git provider when using property useLastCommit...
* [`b7a5a5e`](mojohaus/buildnumber-maven-plugin@b7a5a5e) [ArcadeData#208](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/208) improve fail the build behavior
* [`becb596`](mojohaus/buildnumber-maven-plugin@becb596) Upgrade maven-scm to 2.2.1 and add compatibility fixes ([ArcadeData#257](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/257))
* [`b920e60`](mojohaus/buildnumber-maven-plugin@b920e60) Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0
* [`2a33325`](mojohaus/buildnumber-maven-plugin@2a33325) Bump org.codehaus.mojo:mojo-parent from 93 to 94
* [`fadf416`](mojohaus/buildnumber-maven-plugin@fadf416) Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
* [`16e6090`](mojohaus/buildnumber-maven-plugin@16e6090) Bump actions/stale from 9 to 10
* [`ed4502a`](mojohaus/buildnumber-maven-plugin@ed4502a) Bump org.codehaus.mojo:mojo-parent from 92 to 93
* Additional commits viewable in [compare view](mojohaus/buildnumber-maven-plugin@3.2.1...buildnumber-maven-plugin-3.3.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.codehaus.mojo:buildnumber-maven-plugin&package-manager=maven&previous-version=3.2.1&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Jul 12, 2026
…3.5.1 in /studio in the build-tools group [skip ci]

Bumps the build-tools group in /studio with 1 update: [webpack-sources](https://github.com/webpack/webpack-sources).
Updates `webpack-sources` from 3.5.0 to 3.5.1
Release notes

*Sourced from [webpack-sources's releases](https://github.com/webpack/webpack-sources/releases).*

> v3.5.1
> ------
>
> ### Patch Changes
>
> * perf: stream potential tokens in OriginalSource instead of materialising an array (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#246](https://redirect.github.com/webpack/webpack-sources/pull/246))
>
>   `OriginalSource.streamChunks` (and therefore `map()` / `sourceAndMap()`) previously built the full `splitIntoPotentialTokens` array of substrings and then iterated it — even though `map()` and `sourceAndMap()` run with `finalSource: true` and discard every chunk substring. The scan is now streamed by offset, so chunk substrings are only allocated when actually emitted. This removes the intermediate array and, on the dominant final-source paths, all per-token slices: `map()` / `sourceAndMap()` allocate ~38–46% less memory and run ~15–40% faster.
> * Reduce allocations and CPU in `map()` / `sourceAndMap()`: mappings are serialized into a reused byte buffer instead of per-mapping strings, `ReplaceSource` verifies original content through a line-offset index instead of splitting sources into line arrays, and `ReplaceSource.streamChunks` emits position-only chunks and returns the final source directly when `finalSource` is requested. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#251](https://redirect.github.com/webpack/webpack-sources/pull/251))
> * Skip sorting ReplaceSource replacements when they were added in order. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#249](https://redirect.github.com/webpack/webpack-sources/pull/249))
> * perf: use lookup table in splitIntoPotentialTokens for faster character classification (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#240](https://redirect.github.com/webpack/webpack-sources/pull/240))
>
>   Replace multi-comparison chains (4 comparisons in phase 1, 6 in phase 2) with a single Uint8Array bitmask lookup per character. This reduces per-character branching overhead, yielding ~7% improvement on typical source and ~21% on large sources.


Changelog

*Sourced from [webpack-sources's changelog](https://github.com/webpack/webpack-sources/blob/main/CHANGELOG.md).*

> 3.5.1
> -----
>
> ### Patch Changes
>
> * perf: stream potential tokens in OriginalSource instead of materialising an array (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#246](https://redirect.github.com/webpack/webpack-sources/pull/246))
>
>   `OriginalSource.streamChunks` (and therefore `map()` / `sourceAndMap()`) previously built the full `splitIntoPotentialTokens` array of substrings and then iterated it — even though `map()` and `sourceAndMap()` run with `finalSource: true` and discard every chunk substring. The scan is now streamed by offset, so chunk substrings are only allocated when actually emitted. This removes the intermediate array and, on the dominant final-source paths, all per-token slices: `map()` / `sourceAndMap()` allocate ~38–46% less memory and run ~15–40% faster.
> * Reduce allocations and CPU in `map()` / `sourceAndMap()`: mappings are serialized into a reused byte buffer instead of per-mapping strings, `ReplaceSource` verifies original content through a line-offset index instead of splitting sources into line arrays, and `ReplaceSource.streamChunks` emits position-only chunks and returns the final source directly when `finalSource` is requested. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#251](https://redirect.github.com/webpack/webpack-sources/pull/251))
> * Skip sorting ReplaceSource replacements when they were added in order. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#249](https://redirect.github.com/webpack/webpack-sources/pull/249))
> * perf: use lookup table in splitIntoPotentialTokens for faster character classification (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#240](https://redirect.github.com/webpack/webpack-sources/pull/240))
>
>   Replace multi-comparison chains (4 comparisons in phase 1, 6 in phase 2) with a single Uint8Array bitmask lookup per character. This reduces per-character branching overhead, yielding ~7% improvement on typical source and ~21% on large sources.


Commits

* [`210e0a4`](webpack/webpack-sources@210e0a4) chore(release): new release ([#245](https://redirect.github.com/webpack/webpack-sources/issues/245))
* [`f38af31`](webpack/webpack-sources@f38af31) perf: cut map()/sourceAndMap() allocations via mappings writer and streaming ...
* [`bf3033c`](webpack/webpack-sources@bf3033c) chore(deps-dev): bump the dependencies group with 2 updates ([#247](https://redirect.github.com/webpack/webpack-sources/issues/247))
* [`de37f65`](webpack/webpack-sources@de37f65) perf: stream potential tokens in OriginalSource, avoid discarded slices ([#246](https://redirect.github.com/webpack/webpack-sources/issues/246))
* [`841bdb3`](webpack/webpack-sources@841bdb3) perf: skip sorting ReplaceSource replacements when already in order ([#249](https://redirect.github.com/webpack/webpack-sources/issues/249))
* [`cb3733d`](webpack/webpack-sources@cb3733d) chore(deps): bump the dependencies group with 2 updates ([#248](https://redirect.github.com/webpack/webpack-sources/issues/248))
* [`0872bcd`](webpack/webpack-sources@0872bcd) perf: use lookup table in splitIntoPotentialTokens ([#240](https://redirect.github.com/webpack/webpack-sources/issues/240))
* [`4874fd7`](webpack/webpack-sources@4874fd7) feat: port performance fixes and ignoreList propagation from rspack-sources (...
* [`5c5ed84`](webpack/webpack-sources@5c5ed84) chore(deps): bump the dependencies group with 3 updates ([#244](https://redirect.github.com/webpack/webpack-sources/issues/244))
* [`0ea507d`](webpack/webpack-sources@0ea507d) chore(deps-dev): bump tooling from v1.26.3 to v1.26.4 ([#243](https://redirect.github.com/webpack/webpack-sources/issues/243))
* Additional commits viewable in [compare view](webpack/webpack-sources@v3.5.0...v3.5.1)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=webpack-sources&package-manager=npm\_and\_yarn&previous-version=3.5.0&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
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.

0 participants