Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): bump maven-plugin-plugin.version from 3.6.1 to 3.7.1 #1125

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2023

Bumps maven-plugin-plugin.version from 3.6.1 to 3.7.1.
Updates maven-plugin-annotations from 3.6.1 to 3.7.1

Release notes

Sourced from maven-plugin-annotations's releases.

3.7.1

3.7.0

Bug

  • [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets
  • [MPLUGIN-394] - Report-Mojo doesn't respect input encoding
  • [MPLUGIN-403] - Generating site reports for plugin results in NoSuchMethodError
  • [MPLUGIN-404] - JDK Requirements in plugin-info.html: Consider property "maven.compiler.release"
  • [MPLUGIN-420] - Parameters documentation inheriting @ since from Mojo can be confusing
  • [MPLUGIN-428] - Don't emit warning for missing javadoc URL of primitives
  • [MPLUGIN-429] - Don't emit warning for missing javadoc URI if no javadoc sources are configured
  • [MPLUGIN-438] - Parameter description should be taken from annotated item

New Feature

  • [MPLUGIN-9] - Add link to javadoc in configuration description page for user defined types of Mojos.
  • [MPLUGIN-396] - Allow only @ Deprecated annotation without @ deprecated javadoc tag
  • [MPLUGIN-400] - add system requirements history section
  • [MPLUGIN-402] - report: allow to generate usage section in plugin-info.html with true
  • [MPLUGIN-419] - Allow @ Parameter on setters methods
  • [MPLUGIN-423] - Extract plugin report into its own plugin
  • [MPLUGIN-427] - report: Expose generics information of Collection and Map types

Improvement

  • [MPLUGIN-297] - plugin-info.html should contain a better Usage section
  • [MPLUGIN-390] - Do not overwrite generate files with no content change
  • [MPLUGIN-393] - Upgrade to JUnit 5 and @ Inject annotations
  • [MPLUGIN-398] - Support for java 20 - ASM 9.4
  • [MPLUGIN-405] - Don't print empty Memory, Disk Space in System Requirements
  • [MPLUGIN-408] - simplification in helpmojo build
  • [MPLUGIN-411] - Get rid of plexus-compiler-manager from tests
  • [MPLUGIN-412] - Use Maven core artifacts in provided scope
  • [MPLUGIN-417] - report and descriptor goal need to evaluate Javadoc comments differently
  • [MPLUGIN-433] - Allow to reference aggregator javadoc from plugin report

Task

... (truncated)

Commits
  • 52afb9f [maven-release-plugin] prepare release maven-plugin-tools-3.7.1
  • 73065a1 Set version to 3.7.1-SNAPSHOT
  • 17aabcc [MPLUGIN-452] Maven scope and module name logs at wrong level (#190)
  • 0f2c0d5 [maven-release-plugin] prepare release maven-plugin-tools-3.7.0
  • 76d99af [MPLUGIN-438] Parameter description should be taken from annotated item
  • 5b60490 [MPLUGIN-435] Revert MPLUGIN-410. Drop @​Parameter.implementation and keep it ...
  • ebdb063 [MPLUGIN-437] Fixes to the plugin descriptor generation (#167)
  • 339fc29 [MPLUGIN-433] Allow to disable link validation (#162)
  • a191579 [MPLUGIN-422] Upgrade to plexus-utils 3.5.0 (#164)
  • 664c16e [MPLUGIN-431] Remove deprecated items from new maven-plugin-report-plugin
  • Additional commits viewable in compare view

Updates maven-plugin-plugin from 3.6.1 to 3.7.1

Release notes

Sourced from maven-plugin-plugin's releases.

3.7.1

3.7.0

Bug

  • [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets
  • [MPLUGIN-394] - Report-Mojo doesn't respect input encoding
  • [MPLUGIN-403] - Generating site reports for plugin results in NoSuchMethodError
  • [MPLUGIN-404] - JDK Requirements in plugin-info.html: Consider property "maven.compiler.release"
  • [MPLUGIN-420] - Parameters documentation inheriting @ since from Mojo can be confusing
  • [MPLUGIN-428] - Don't emit warning for missing javadoc URL of primitives
  • [MPLUGIN-429] - Don't emit warning for missing javadoc URI if no javadoc sources are configured
  • [MPLUGIN-438] - Parameter description should be taken from annotated item

New Feature

  • [MPLUGIN-9] - Add link to javadoc in configuration description page for user defined types of Mojos.
  • [MPLUGIN-396] - Allow only @ Deprecated annotation without @ deprecated javadoc tag
  • [MPLUGIN-400] - add system requirements history section
  • [MPLUGIN-402] - report: allow to generate usage section in plugin-info.html with true
  • [MPLUGIN-419] - Allow @ Parameter on setters methods
  • [MPLUGIN-423] - Extract plugin report into its own plugin
  • [MPLUGIN-427] - report: Expose generics information of Collection and Map types

Improvement

  • [MPLUGIN-297] - plugin-info.html should contain a better Usage section
  • [MPLUGIN-390] - Do not overwrite generate files with no content change
  • [MPLUGIN-393] - Upgrade to JUnit 5 and @ Inject annotations
  • [MPLUGIN-398] - Support for java 20 - ASM 9.4
  • [MPLUGIN-405] - Don't print empty Memory, Disk Space in System Requirements
  • [MPLUGIN-408] - simplification in helpmojo build
  • [MPLUGIN-411] - Get rid of plexus-compiler-manager from tests
  • [MPLUGIN-412] - Use Maven core artifacts in provided scope
  • [MPLUGIN-417] - report and descriptor goal need to evaluate Javadoc comments differently
  • [MPLUGIN-433] - Allow to reference aggregator javadoc from plugin report

Task

... (truncated)

Commits
  • 52afb9f [maven-release-plugin] prepare release maven-plugin-tools-3.7.1
  • 73065a1 Set version to 3.7.1-SNAPSHOT
  • 17aabcc [MPLUGIN-452] Maven scope and module name logs at wrong level (#190)
  • 0f2c0d5 [maven-release-plugin] prepare release maven-plugin-tools-3.7.0
  • 76d99af [MPLUGIN-438] Parameter description should be taken from annotated item
  • 5b60490 [MPLUGIN-435] Revert MPLUGIN-410. Drop @​Parameter.implementation and keep it ...
  • ebdb063 [MPLUGIN-437] Fixes to the plugin descriptor generation (#167)
  • 339fc29 [MPLUGIN-433] Allow to disable link validation (#162)
  • a191579 [MPLUGIN-422] Upgrade to plexus-utils 3.5.0 (#164)
  • 664c16e [MPLUGIN-431] Remove deprecated items from new maven-plugin-report-plugin
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot 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)

dependabot bot and others added 30 commits October 11, 2021 16:04
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.5 to 7.15.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps @patternfly/react-styles from 4.11.13 to 4.11.16.

---
updated-dependencies:
- dependency-name: "@patternfly/react-styles"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) from 4.11.14 to 4.11.17.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases)
- [Commits](wildfly/jandex-maven-plugin@1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.jboss.jandex:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `mockito.version` from 3.12.4 to 4.0.0.

Updates `mockito-core` from 3.12.4 to 4.0.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.4...v4.0.0)

Updates `mockito-junit-jupiter` from 3.12.4 to 4.0.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.4...v4.0.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `maven-version` from 3.8.2 to 3.8.3.

Updates `maven-core` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.8.2...maven-3.8.3)

Updates `maven-plugin-api` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.8.2...maven-3.8.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.6 to 10.3.7.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.3.6...10.3.7)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/addons/viewport) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/viewport)

---
updated-dependencies:
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/docs)

---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 13.3.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v13.2.1...v13.3.0)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/app/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [react-spring](https://github.com/pmndrs/react-spring) from 9.2.4 to 9.2.6.
- [Release notes](https://github.com/pmndrs/react-spring/releases)
- [Commits](pmndrs/react-spring@v9.2.4...v9.2.6)

---
updated-dependencies:
- dependency-name: react-spring
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.152.4 to 4.157.3.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.8 to 8.3.9.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.3.8...8.3.9)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@patternfly/react-topology](https://github.com/patternfly/patternfly-react) from 4.9.62 to 4.9.80.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-topology"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…smap#3394)

* fix: Correct validation of constant and property input (update)
Correct where a legal name is specified then backed over to an empty name
Fixes: atlasmap#3303

* fix: Correct validation of constant and property input
Corrected tooltip for empty name field
Fixes: atlasmap#3303

* Tweeked story for constant dialog.
Fixes: atlasmap#3303

* one more tweek to stories
* fix: Restructure CSV parameters dialog
Fixes: atlasmap#2990
--
Restructure the CSV parameters dialog as follows:

  1.  Caller must pass in the total available parameters to choose from as well
      as the set of currently selected parameters.  These parameter arrays are
      immutable from the ParametersDialog.
  2.  Caller continues to provide isOpen(), onCancel() and onConfirm() callbacks.
      The onConfirm() callback is the only way to change a user-selected CSV
      parameter.
  3.  There is no reference to the 'enabled' boolean with the dialog.
  4.  The cancel button causes the immutable initial parameters to be set.

This is a master checkin - post 7.10.

* make sure params are defined before getting length

* fix chromatic UI issue

* Fix storybook for Params dialog
…ction are missing

Fixes: atlasmap#3399

fix: Reset all doesn't dispose jar on windows

Fixes: atlasmap#3403
Since URLClassLoader keeps file handler open, on windows, loaded jar file can't be removed until URLClassLoader#close() is invoked and file handlers are released.
Unfortunately even URLClassLoader#close() didn't help on windows+java8. Thus tests are conditionally skipped.
Bumps `selenium.version` from 3.141.59 to 4.0.0.

Updates `selenium-java` from 3.141.59 to 4.0.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.0.0)

Updates `selenium-api` from 3.141.59 to 4.0.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.0.0)

Updates `selenium-support` from 3.141.59 to 4.0.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.0.0)

Updates `selenium-chrome-driver` from 3.141.59 to 4.0.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.0.0)

Updates `selenium-remote-driver` from 3.141.59 to 4.0.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.0.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.seleniumhq.selenium:selenium-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.seleniumhq.selenium:selenium-support
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.10 to 5.3.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.10...v5.3.11)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 11.0.6 to 11.0.7.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.6...jetty-11.0.7)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 11 commits October 18, 2021 07:27
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.3.10 to 6.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.12/app/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.3.0 to 13.4.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v13.3.0...v13.4.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 6.3.10 to 6.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.12/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.157.3 to 4.162.3.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/addons/viewport) from 6.3.10 to 6.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.12/addons/viewport)

---
updated-dependencies:
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.3.10 to 6.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.12/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ort is complete and that re-importing the same file generates a new message. (atlasmap#3405)

Fixes: atlasmap#3055
Fixes: atlasmap#3056
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 4.30.3 to 4.31.8.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.162.3 to 4.168.8.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…nfly/react-core-4.168.8

chore(deps): bump @patternfly/react-core from 4.162.3 to 4.168.8 in /ui
Bumps `maven-plugin-plugin.version` from 3.6.1 to 3.7.1.

Updates `maven-plugin-annotations` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.1...maven-plugin-tools-3.7.1)

Updates `maven-plugin-plugin` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.1...maven-plugin-tools-3.7.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 22, 2023
@pleacu pleacu force-pushed the master branch 2 times, most recently from 08300f1 to 7f8feba Compare June 7, 2023 13:21
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant