Skip to content

chore(deps): bump org.apache.groovy:groovy from 4.0.28 to 5.0.4#3755

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.groovy-groovy-5.0.4
Closed

chore(deps): bump org.apache.groovy:groovy from 4.0.28 to 5.0.4#3755
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.groovy-groovy-5.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 29, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.groovy:groovy from 4.0.28 to 5.0.4.

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 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 [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.28 to 5.0.4.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
  dependency-version: 5.0.4
  dependency-type: direct:production
  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 Pull requests that update java code labels Mar 29, 2026
@robfrank robfrank added the do not merge The PR is not ready label Mar 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 5, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #3792.

@dependabot dependabot Bot closed this Apr 5, 2026
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.groovy-groovy-5.0.4 branch April 5, 2026 10:12
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…[skip ci]

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0.
Release notes

*Sourced from [org.mockito:mockito-core's releases](https://github.com/mockito/mockito/releases).*

> v5.21.0
> -------
>
> *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*
>
> #### 5.21.0
>
> * 2025-12-09 - [17 commit(s)](mockito/mockito@v5.20.0...v5.21.0) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
> * Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 [([ArcadeData#3768](https://redirect.github.com/mockito/mockito/issues/3768))]([mockito/mockito#3768](https://redirect.github.com/mockito/mockito/pull/3768))
> * Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 [([ArcadeData#3767](https://redirect.github.com/mockito/mockito/issues/3767))]([mockito/mockito#3767](https://redirect.github.com/mockito/mockito/pull/3767))
> * Bump actions/checkout from 5 to 6 [([ArcadeData#3765](https://redirect.github.com/mockito/mockito/issues/3765))]([mockito/mockito#3765](https://redirect.github.com/mockito/mockito/pull/3765))
> * Adds output of matchers to potential mismatch; Fixes [ArcadeData#2468](https://redirect.github.com/mockito/mockito/issues/2468) [([ArcadeData#3760](https://redirect.github.com/mockito/mockito/issues/3760))]([mockito/mockito#3760](https://redirect.github.com/mockito/mockito/pull/3760))
> * Forbid mocking WeakReference with inline mock maker [([ArcadeData#3759](https://redirect.github.com/mockito/mockito/issues/3759))]([mockito/mockito#3759](https://redirect.github.com/mockito/mockito/pull/3759))
> * StackOverflowError when mocking WeakReference [([ArcadeData#3758](https://redirect.github.com/mockito/mockito/issues/3758))]([mockito/mockito#3758](https://redirect.github.com/mockito/mockito/issues/3758))
> * Bump actions/upload-artifact from 4 to 5 [([ArcadeData#3756](https://redirect.github.com/mockito/mockito/issues/3756))]([mockito/mockito#3756](https://redirect.github.com/mockito/mockito/pull/3756))
> * Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 [([ArcadeData#3755](https://redirect.github.com/mockito/mockito/issues/3755))]([mockito/mockito#3755](https://redirect.github.com/mockito/mockito/pull/3755))
> * Support primitives in GenericArrayReturnType. [([ArcadeData#3753](https://redirect.github.com/mockito/mockito/issues/3753))]([mockito/mockito#3753](https://redirect.github.com/mockito/mockito/pull/3753))
> * ClassNotFoundException when stubbing array of primitive type on Android [([ArcadeData#3752](https://redirect.github.com/mockito/mockito/issues/3752))]([mockito/mockito#3752](https://redirect.github.com/mockito/mockito/issues/3752))
> * Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 [([ArcadeData#3744](https://redirect.github.com/mockito/mockito/issues/3744))]([mockito/mockito#3744](https://redirect.github.com/mockito/mockito/pull/3744))
> * Bump gradle/actions from 4 to 5 [([ArcadeData#3743](https://redirect.github.com/mockito/mockito/issues/3743))]([mockito/mockito#3743](https://redirect.github.com/mockito/mockito/pull/3743))
> * Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 [([ArcadeData#3738](https://redirect.github.com/mockito/mockito/issues/3738))]([mockito/mockito#3738](https://redirect.github.com/mockito/mockito/pull/3738))
> * Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 [([ArcadeData#3735](https://redirect.github.com/mockito/mockito/issues/3735))]([mockito/mockito#3735](https://redirect.github.com/mockito/mockito/pull/3735))
> * Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 [([ArcadeData#3734](https://redirect.github.com/mockito/mockito/issues/3734))]([mockito/mockito#3734](https://redirect.github.com/mockito/mockito/pull/3734))
> * Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [([ArcadeData#3733](https://redirect.github.com/mockito/mockito/issues/3733))]([mockito/mockito#3733](https://redirect.github.com/mockito/mockito/pull/3733))
> * Bump errorprone from 2.41.0 to 2.42.0 [([ArcadeData#3732](https://redirect.github.com/mockito/mockito/issues/3732))]([mockito/mockito#3732](https://redirect.github.com/mockito/mockito/pull/3732))
> * Feat: automatically detect class to mock in mockStatic and mockConstruction [([ArcadeData#3731](https://redirect.github.com/mockito/mockito/issues/3731))]([mockito/mockito#3731](https://redirect.github.com/mockito/mockito/pull/3731))
> * Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues [([ArcadeData#3727](https://redirect.github.com/mockito/mockito/issues/3727))]([mockito/mockito#3727](https://redirect.github.com/mockito/mockito/pull/3727))
> * automatically detect class to mock [([ArcadeData#2779](https://redirect.github.com/mockito/mockito/issues/2779))]([mockito/mockito#2779](https://redirect.github.com/mockito/mockito/pull/2779))
> * Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers [([ArcadeData#2468](https://redirect.github.com/mockito/mockito/issues/2468))]([mockito/mockito#2468](https://redirect.github.com/mockito/mockito/issues/2468))


Commits

* [`09d2230`](mockito/mockito@09d2230) Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 ([ArcadeData#3768](https://redirect.github.com/mockito/mockito/issues/3768))
* [`df3e0cc`](mockito/mockito@df3e0cc) Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 ([ArcadeData#3767](https://redirect.github.com/mockito/mockito/issues/3767))
* [`04a6e9f`](mockito/mockito@04a6e9f) Bump actions/checkout from 5 to 6 ([ArcadeData#3765](https://redirect.github.com/mockito/mockito/issues/3765))
* [`756a3cf`](mockito/mockito@756a3cf) Add description of matchers to potential mismatch ([ArcadeData#3760](https://redirect.github.com/mockito/mockito/issues/3760))
* [`58ba445`](mockito/mockito@58ba445) Forbid mocking WeakReference with inline mock maker ([ArcadeData#3759](https://redirect.github.com/mockito/mockito/issues/3759))
* [`966d600`](mockito/mockito@966d600) Bump actions/upload-artifact from 4 to 5 ([ArcadeData#3756](https://redirect.github.com/mockito/mockito/issues/3756))
* [`632bf7b`](mockito/mockito@632bf7b) Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 ([ArcadeData#3755](https://redirect.github.com/mockito/mockito/issues/3755))
* [`8564b43`](mockito/mockito@8564b43) Fix primitives support in GenericArrayReturnType for Android ([ArcadeData#3753](https://redirect.github.com/mockito/mockito/issues/3753))
* [`bf3a809`](mockito/mockito@bf3a809) Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 ([ArcadeData#3744](https://redirect.github.com/mockito/mockito/issues/3744))
* [`cffddd4`](mockito/mockito@cffddd4) Bump gradle/actions from 4 to 5 ([ArcadeData#3743](https://redirect.github.com/mockito/mockito/issues/3743))
* Additional commits viewable in [compare view](mockito/mockito@v5.20.0...v5.21.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.mockito:mockito-core&package-manager=maven&previous-version=5.20.0&new-version=5.21.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
…io [skip ci]

Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 17.0.4.
Release notes

*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*

> v17.0.4
> -------
>
> [17.0.4](markedjs/marked@v17.0.3...v17.0.4) (2026-03-04)
> -----------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * prevent ReDoS in inline link regex title group ([ArcadeData#3902](https://redirect.github.com/markedjs/marked/issues/3902)) ([46fb9b8](markedjs/marked@46fb9b8))
>
> v17.0.3
> -------
>
> [17.0.3](markedjs/marked@v17.0.2...v17.0.3) (2026-02-17)
> -----------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * escape image alt text ([ArcadeData#3896](https://redirect.github.com/markedjs/marked/issues/3896)) ([909fe44](markedjs/marked@909fe44))
>
> v17.0.2
> -------
>
> [17.0.2](markedjs/marked@v17.0.1...v17.0.2) (2026-02-11)
> -----------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * fix blockquote after list ([ArcadeData#3888](https://redirect.github.com/markedjs/marked/issues/3888)) ([2a475a1](markedjs/marked@2a475a1))
> * fix empty list item ([ArcadeData#3890](https://redirect.github.com/markedjs/marked/issues/3890)) ([3fc6a44](markedjs/marked@3fc6a44))
> * fix list item wrong indent ([ArcadeData#3889](https://redirect.github.com/markedjs/marked/issues/3889)) ([e031175](markedjs/marked@e031175))
> * fix list with tabs ([ArcadeData#3891](https://redirect.github.com/markedjs/marked/issues/3891)) ([9fc4f8e](markedjs/marked@9fc4f8e))
> * fix strikethrough flanking rules ([ArcadeData#3882](https://redirect.github.com/markedjs/marked/issues/3882)) ([1a5b124](markedjs/marked@1a5b124))
>
> v17.0.1
> -------
>
> [17.0.1](markedjs/marked@v17.0.0...v17.0.1) (2025-11-20)
> -----------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * fix block elements in task item ([ArcadeData#3828](https://redirect.github.com/markedjs/marked/issues/3828)) ([921ee22](markedjs/marked@921ee22))
>
> v17.0.0
> -------
>
> [17.0.0](markedjs/marked@v16.4.2...v17.0.0) (2025-11-07)
> ===================================================================================
>
> ### Bug Fixes
>
> * only create tokens inside tokenizers ([ArcadeData#3755](https://redirect.github.com/markedjs/marked/issues/3755)) ([7b19231](markedjs/marked@7b19231))
>
> ### BREAKING CHANGES
>
> * Change how consecutive text tokens work in lists
> * Simplify listItem renderer
> * Checkbox token is added in list tokenizer

... (truncated)


Commits

* [`22f0c55`](markedjs/marked@22f0c55) chore(release): 17.0.4 [skip ci]
* [`46fb9b8`](markedjs/marked@46fb9b8) fix: prevent ReDoS in inline link regex title group ([ArcadeData#3902](https://redirect.github.com/markedjs/marked/issues/3902))
* [`5b6faee`](markedjs/marked@5b6faee) chore(deps-dev): Bump eslint from 10.0.1 to 10.0.2 ([ArcadeData#3904](https://redirect.github.com/markedjs/marked/issues/3904))
* [`bcdaf6a`](markedjs/marked@bcdaf6a) chore(deps-dev): Bump `@​semantic-release/npm` from 13.1.4 to 13.1.5 ([ArcadeData#3905](https://redirect.github.com/markedjs/marked/issues/3905))
* [`baa78a5`](markedjs/marked@baa78a5) docs: Add marked-abc to known extensions list ([ArcadeData#3903](https://redirect.github.com/markedjs/marked/issues/3903))
* [`1aed9ac`](markedjs/marked@1aed9ac) chore(deps-dev): Bump eslint from 10.0.0 to 10.0.1 ([ArcadeData#3901](https://redirect.github.com/markedjs/marked/issues/3901))
* [`8045055`](markedjs/marked@8045055) chore: rename escape helper function ([ArcadeData#3900](https://redirect.github.com/markedjs/marked/issues/3900))
* [`bced615`](markedjs/marked@bced615) chore(release): 17.0.3 [skip ci]
* [`909fe44`](markedjs/marked@909fe44) fix: escape image alt text ([ArcadeData#3896](https://redirect.github.com/markedjs/marked/issues/3896))
* [`eb8ba2b`](markedjs/marked@eb8ba2b) chore(deps-dev): Bump `@​semantic-release/github` from 12.0.5 to 12.0.6 ([ArcadeData#3897](https://redirect.github.com/markedjs/marked/issues/3897))
* Additional commits viewable in [compare view](markedjs/marked@v15.0.12...v17.0.4)

Maintainer changes

This version was pushed to npm by [GitHub Actions](<https://www.npmjs.com/~GitHub> Actions), a new releaser for marked since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=marked&package-manager=npm\_and\_yarn&previous-version=15.0.12&new-version=17.0.4)](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 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)
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 do not merge The PR is not ready java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant