Skip to content

build(deps): bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 - #1587

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.2
May 6, 2024
Merged

lvca merged 1 commit into
mainfrom
dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2024

Copy link
Copy Markdown
Contributor

Bumps org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2.

Release notes

Sourced from org.apache.maven.plugins:maven-install-plugin's releases.

3.1.2

Release Notes - Maven Install Plugin - Version 3.1.2


What's Changed

New Contributors

Full Changelog: apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2

Commits
  • e1494c1 [maven-release-plugin] prepare release maven-install-plugin-3.1.2
  • 6712ae8 Remove workaround, handle it centrally
  • 1fa847f Bump workflow
  • bdc93d5 Quickfix: move to zulu
  • 7b9bf51 [MINSTALL-193] Parent 42, min Maven 3.6.3 (#64)
  • e914367 [MINSTALL-195] Include artifactId in InstallMojo#processProject messages
  • 3ebb448 [MINSTALL-197] Update to parent 41, cleanup (#61)
  • 30d2b53 [MINSTALL-192] - Code cleanups
  • 429ad5b [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#58)
  • f6377c4 configure notifications
  • Additional commits viewable in compare view

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 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.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels May 6, 2024
@lvca lvca self-assigned this May 6, 2024
@lvca lvca added this to the 24.5.1 milestone May 6, 2024
@lvca
lvca merged commit 2eb3e1a into main May 6, 2024
@dependabot
dependabot Bot deleted the dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.2 branch May 6, 2024 05:27
mergify Bot added a commit that referenced this pull request Aug 29, 2025
…2 in /studio [skip ci]

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.11.0 to 7.1.2.
Release notes

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

> v7.1.2
> ------
>
> ### [7.1.2](webpack/css-loader@v7.1.1...v7.1.2) (2024-05-22)
>
> ### Bug Fixes
>
> * keep order of `@import`s with the `webpackIgnore` comment ([#1600](https://redirect.github.com/webpack-contrib/css-loader/issues/1600)) ([76757ef](webpack/css-loader@76757ef))
>
> v7.1.1
> ------
>
> ### [7.1.1](webpack/css-loader@v7.1.0...v7.1.1) (2024-04-10)
>
> ### Bug Fixes
>
> * automatically rename class `default` to `_default` when named export is enabled ([#1590](https://redirect.github.com/webpack-contrib/css-loader/issues/1590)) ([d6c31a1](webpack/css-loader@d6c31a1))
>
> v7.1.0
> ------
>
> [7.1.0](webpack/css-loader@v7.0.0...v7.1.0) (2024-04-08)
> -------------------------------------------------------------------------------------------
>
> ### Features
>
> * added the `getJSON` option to output CSS modules mapping ([#1577](https://redirect.github.com/webpack-contrib/css-loader/issues/1577)) ([af834b4](webpack/css-loader@af834b4))
>
> v7.0.0
> ------
>
> [7.0.0](webpack/css-loader@v6.11.0...v7.0.0) (2024-04-04)
> --------------------------------------------------------------------------------------------
>
> ### ⚠ BREAKING CHANGES
>
> * The `modules.namedExport` option is `true` by default if you enable the `esModule` option
>
> Migration guide:
>
> Before:
>
> ```
> import style from "./style.css";
>
> console.log(style.myClass);
> ```
>
> After:
>
> ```
> import * as style from "./style.css";
>
> console.log(style.myClass);
> ```

... (truncated)


Changelog

*Sourced from [css-loader's changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md).*

> ### [7.1.2](webpack/css-loader@v7.1.1...v7.1.2) (2024-05-22)
>
> ### Bug Fixes
>
> * keep order of `@import`s with the `webpackIgnore` comment ([#1600](https://redirect.github.com/webpack-contrib/css-loader/issues/1600)) ([76757ef](webpack/css-loader@76757ef))
>
> ### [7.1.1](webpack/css-loader@v7.1.0...v7.1.1) (2024-04-10)
>
> ### Bug Fixes
>
> * automatically rename class `default` to `_default` when named export is enabled ([#1590](https://redirect.github.com/webpack-contrib/css-loader/issues/1590)) ([d6c31a1](webpack/css-loader@d6c31a1))
>
> [7.1.0](webpack/css-loader@v7.0.0...v7.1.0) (2024-04-08)
> -------------------------------------------------------------------------------------------
>
> ### Features
>
> * added the `getJSON` option to output CSS modules mapping ([#1577](https://redirect.github.com/webpack-contrib/css-loader/issues/1577)) ([af834b4](webpack/css-loader@af834b4))
>
> [7.0.0](webpack/css-loader@v6.11.0...v7.0.0) (2024-04-04)
> --------------------------------------------------------------------------------------------
>
> ### ⚠ BREAKING CHANGES
>
> * The `modules.namedExport` option is `true` by default if you enable the `esModule` option
>
> Migration guide:
>
> Before:
>
> ```
> import style from "./style.css";
>
> console.log(style.myClass);
> ```
>
> After:
>
> ```
> import * as style from "./style.css";
>
> console.log(style.myClass);
> ```
>
> To restore 6.x behavior, please use:
>
> ```
> module.exports = {
> </tr></table>
> ```

... (truncated)


Commits

* [`d5ba44a`](webpack/css-loader@d5ba44a) chore(release): 7.1.2
* [`76757ef`](webpack/css-loader@76757ef) fix: keep order of `@import`s with the `webpackIgnore` comment ([#1600](https://redirect.github.com/webpack-contrib/css-loader/issues/1600))
* [`4b41689`](webpack/css-loader@4b41689) ci: use node v22 ([#1596](https://redirect.github.com/webpack-contrib/css-loader/issues/1596))
* [`2068222`](webpack/css-loader@2068222) chore: update dependencies to latest version ([#1595](https://redirect.github.com/webpack-contrib/css-loader/issues/1595))
* [`e006f66`](webpack/css-loader@e006f66) refactor: use `environment` to get `templateLiteral` value ([#1591](https://redirect.github.com/webpack-contrib/css-loader/issues/1591))
* [`5c717c9`](webpack/css-loader@5c717c9) chore(release): 7.1.1
* [`d6c31a1`](webpack/css-loader@d6c31a1) fix: automatically rename class `default` to `_default` when named export is ...
* [`b162e25`](webpack/css-loader@b162e25) chore(release): 7.1.0
* [`15f793d`](webpack/css-loader@15f793d) docs: update logic ([#1587](https://redirect.github.com/webpack-contrib/css-loader/issues/1587))
* [`9c165a4`](webpack/css-loader@9c165a4) docs: update migration guide ([#1586](https://redirect.github.com/webpack-contrib/css-loader/issues/1586))
* Additional commits viewable in [compare view](webpack/css-loader@v6.11.0...v7.1.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=css-loader&package-manager=npm\_and\_yarn&previous-version=6.11.0&new-version=7.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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)
> \*\*Note\*\*
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…deData#1587)

Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…2 in /studio [skip ci]

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.11.0 to 7.1.2.
Release notes

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

> v7.1.2
> ------
>
> ### [7.1.2](webpack/css-loader@v7.1.1...v7.1.2) (2024-05-22)
>
> ### Bug Fixes
>
> * keep order of `@import`s with the `webpackIgnore` comment ([ArcadeData#1600](https://redirect.github.com/webpack-contrib/css-loader/issues/1600)) ([76757ef](webpack/css-loader@76757ef))
>
> v7.1.1
> ------
>
> ### [7.1.1](webpack/css-loader@v7.1.0...v7.1.1) (2024-04-10)
>
> ### Bug Fixes
>
> * automatically rename class `default` to `_default` when named export is enabled ([ArcadeData#1590](https://redirect.github.com/webpack-contrib/css-loader/issues/1590)) ([d6c31a1](webpack/css-loader@d6c31a1))
>
> v7.1.0
> ------
>
> [7.1.0](webpack/css-loader@v7.0.0...v7.1.0) (2024-04-08)
> -------------------------------------------------------------------------------------------
>
> ### Features
>
> * added the `getJSON` option to output CSS modules mapping ([ArcadeData#1577](https://redirect.github.com/webpack-contrib/css-loader/issues/1577)) ([af834b4](webpack/css-loader@af834b4))
>
> v7.0.0
> ------
>
> [7.0.0](webpack/css-loader@v6.11.0...v7.0.0) (2024-04-04)
> --------------------------------------------------------------------------------------------
>
> ### ⚠ BREAKING CHANGES
>
> * The `modules.namedExport` option is `true` by default if you enable the `esModule` option
>
> Migration guide:
>
> Before:
>
> ```
> import style from "./style.css";
>
> console.log(style.myClass);
> ```
>
> After:
>
> ```
> import * as style from "./style.css";
>
> console.log(style.myClass);
> ```

... (truncated)


Changelog

*Sourced from [css-loader's changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md).*

> ### [7.1.2](webpack/css-loader@v7.1.1...v7.1.2) (2024-05-22)
>
> ### Bug Fixes
>
> * keep order of `@import`s with the `webpackIgnore` comment ([ArcadeData#1600](https://redirect.github.com/webpack-contrib/css-loader/issues/1600)) ([76757ef](webpack/css-loader@76757ef))
>
> ### [7.1.1](webpack/css-loader@v7.1.0...v7.1.1) (2024-04-10)
>
> ### Bug Fixes
>
> * automatically rename class `default` to `_default` when named export is enabled ([ArcadeData#1590](https://redirect.github.com/webpack-contrib/css-loader/issues/1590)) ([d6c31a1](webpack/css-loader@d6c31a1))
>
> [7.1.0](webpack/css-loader@v7.0.0...v7.1.0) (2024-04-08)
> -------------------------------------------------------------------------------------------
>
> ### Features
>
> * added the `getJSON` option to output CSS modules mapping ([ArcadeData#1577](https://redirect.github.com/webpack-contrib/css-loader/issues/1577)) ([af834b4](webpack/css-loader@af834b4))
>
> [7.0.0](webpack/css-loader@v6.11.0...v7.0.0) (2024-04-04)
> --------------------------------------------------------------------------------------------
>
> ### ⚠ BREAKING CHANGES
>
> * The `modules.namedExport` option is `true` by default if you enable the `esModule` option
>
> Migration guide:
>
> Before:
>
> ```
> import style from "./style.css";
>
> console.log(style.myClass);
> ```
>
> After:
>
> ```
> import * as style from "./style.css";
>
> console.log(style.myClass);
> ```
>
> To restore 6.x behavior, please use:
>
> ```
> module.exports = {
> </tr></table>
> ```

... (truncated)


Commits

* [`d5ba44a`](webpack/css-loader@d5ba44a) chore(release): 7.1.2
* [`76757ef`](webpack/css-loader@76757ef) fix: keep order of `@import`s with the `webpackIgnore` comment ([ArcadeData#1600](https://redirect.github.com/webpack-contrib/css-loader/issues/1600))
* [`4b41689`](webpack/css-loader@4b41689) ci: use node v22 ([ArcadeData#1596](https://redirect.github.com/webpack-contrib/css-loader/issues/1596))
* [`2068222`](webpack/css-loader@2068222) chore: update dependencies to latest version ([ArcadeData#1595](https://redirect.github.com/webpack-contrib/css-loader/issues/1595))
* [`e006f66`](webpack/css-loader@e006f66) refactor: use `environment` to get `templateLiteral` value ([ArcadeData#1591](https://redirect.github.com/webpack-contrib/css-loader/issues/1591))
* [`5c717c9`](webpack/css-loader@5c717c9) chore(release): 7.1.1
* [`d6c31a1`](webpack/css-loader@d6c31a1) fix: automatically rename class `default` to `_default` when named export is ...
* [`b162e25`](webpack/css-loader@b162e25) chore(release): 7.1.0
* [`15f793d`](webpack/css-loader@15f793d) docs: update logic ([ArcadeData#1587](https://redirect.github.com/webpack-contrib/css-loader/issues/1587))
* [`9c165a4`](webpack/css-loader@9c165a4) docs: update migration guide ([ArcadeData#1586](https://redirect.github.com/webpack-contrib/css-loader/issues/1586))
* Additional commits viewable in [compare view](webpack/css-loader@v6.11.0...v7.1.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=css-loader&package-manager=npm\_and\_yarn&previous-version=6.11.0&new-version=7.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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)
> \*\*Note\*\*
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
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