Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the dev-dependencies group with 11 updates #83

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps the dev-dependencies group with 11 updates:

Package From To
org.apache.maven.plugins:maven-surefire-plugin 3.2.1 3.2.2
org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 3.6.2
org.apache.maven.plugins:maven-pmd-plugin 3.21.0 3.21.2
com.puppycrawl.tools:checkstyle 10.12.4 10.12.5
org.junit.jupiter:junit-jupiter-engine 5.10.0 5.10.1
net.bytebuddy:byte-buddy 1.14.9 1.14.10
commons-io:commons-io 2.15.0 2.15.1
org.apache.maven:maven-plugin-api 3.9.5 3.9.6
org.apache.maven:maven-core 3.9.5 3.9.6
org.apache.maven.plugin-tools:maven-plugin-annotations 3.10.1 3.10.2
org.apache.maven.plugins:maven-plugin-plugin 3.10.1 3.10.2

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2

Release notes

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

3.2.2

🐛 Bug Fixes

📦 Dependency updates

🔧 Build

Commits
  • 2d76753 [maven-release-plugin] prepare release surefire-3.2.2
  • dd640bf [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#682)
  • dd2fcfd [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules
  • 03c71d1 [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0
  • c3c3c84 Use Maven 3.x.x and 3.6.3 on Jenkins
  • a540ef4 [SUREFIRE-2205] Mojo documentation links are broken
  • 3a58f29 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Release notes

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

3.6.2

🐛 Bug Fixes

📦 Dependency updates

Commits
  • 28a89f1 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2
  • 16ca43f [maven-release-plugin] prepare for next development iteration
  • 88bc4a5 Align IT after MJAVADOC-716
  • 4b881e8 Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0
  • 45a8d29 [MJAVADOC-716] Fix stale files detection failing because of the added newline...
  • afb2dee [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site
  • 4bad23f [MJAVADOC-730] Deprecate parameter "old"
  • 8364883 [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245)
  • 6fa9c86 [MJAVADOC-762] don't share state between tests (#218)
  • 05b12e8 [MJAVADOC-726] exclude velocity (#243)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2

Release notes

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

3.21.2

🐛 Bug Fixes

👻 Maintenance

📝 Documentation updates

📦 Dependency updates

Commits
  • 1f534b5 [maven-release-plugin] prepare release maven-pmd-plugin-3.21.2
  • 8f66ebd [MPMD-382] Regression in report rendering
  • a7fcb38 [maven-release-plugin] prepare for next development iteration
  • 43bebb6 [maven-release-plugin] prepare release maven-pmd-plugin-3.21.1
  • defbc25 Downgrade to Plexus XML 3.0.0
  • 92c55fb [MPMD-387] Upgrade to Parent 40
  • 33f42e7 [MPMD-370] Remove remaining uses of FileReader
  • 957ec89 [MPMD-380] use Apache Commons FileUtils and JDK
  • 4f10a00 Update release-drafter@v5
  • c2616d1 Typo: fill --> file
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.12.5

Checkstyle 10.12.5 - https://checkstyle.org/releasenotes.html#Release_10.12.5

Bug fixes:

#14014 - Indentation: Switch expression doesn't pass with LeftCurlies on newlines

... (truncated)

Commits

Updates org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0...r5.10.1

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10

Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

9. October 2023: version 1.14.10

  • Add lazy facade to default TypePool in AgentBuilder to avoid parsing of types ignored by name.
  • Avoid module info classes in Android plugin.
Commits
  • afb26ef [maven-release-plugin] prepare release byte-buddy-1.14.10
  • 15571ea [release] Release new version
  • d6eb55f Version adjustment.
  • 3cfcdd9 [release] Release new version
  • 79700ca Update main.yml
  • 8ea05b4 [release] Release new version
  • 214fba6 Revert to 21 EA without 22 EA being available.
  • 57afbc3 Update build matrix.
  • c142fa0 Avoid modern API.
  • bba2d6b Add missing nullability annotations.
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.15.0 to 2.15.1

Updates org.apache.maven:maven-plugin-api from 3.9.5 to 3.9.6

Commits
  • bc0240f [maven-release-plugin] prepare release maven-3.9.6
  • e6cc6c5 [MNG-7943] Upgrade default plugin bindings
  • 48adee3 [MNG-7934] Update to Resolver 1.9.18 (#1326)
  • da6c7e4 [MNG-7942] Upgrade maven-parent to 41
  • 95fa548 [MNG-7934] Update to Resolver 1.9.17 (#1321)
  • c54baa6 [MNG-7939] Allow to exclude plugins from validation
  • ecd59b7 [MNG-7913] Upgrade Sisu version (#1286)
  • 53edd71 Use the same branch name for ITs on Jenkins (#1263)
  • 2bc4449 The maven-3.9.x branch should fallback to maven-3.9.x branch of ITs
  • 6e532cd [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven:maven-core from 3.9.5 to 3.9.6

Commits
  • bc0240f [maven-release-plugin] prepare release maven-3.9.6
  • e6cc6c5 [MNG-7943] Upgrade default plugin bindings
  • 48adee3 [MNG-7934] Update to Resolver 1.9.18 (#1326)
  • da6c7e4 [MNG-7942] Upgrade maven-parent to 41
  • 95fa548 [MNG-7934] Update to Resolver 1.9.17 (#1321)
  • c54baa6 [MNG-7939] Allow to exclude plugins from validation
  • ecd59b7 [MNG-7913] Upgrade Sisu version (#1286)
  • 53edd71 Use the same branch name for ITs on Jenkins (#1263)
  • 2bc4449 The maven-3.9.x branch should fallback to maven-3.9.x branch of ITs
  • 6e532cd [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.1 to 3.10.2

Release notes

Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases.

3.10.2

Release Notes - Maven Plugin Tools - Version 3.10.2

Bug

Dependency upgrade

  • [MPLUGIN-485] - Upgrade Parent to 40
  • [MPLUGIN-487] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0
  • [MPLUGIN-488] - Bump asmVersion from 9.5 to 9.6
  • [MPLUGIN-489] - Bump antVersion from 1.10.13 to 1.10.14
  • [MPLUGIN-490] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2
  • [MPLUGIN-491] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0
Commits
  • f6222d6 [maven-release-plugin] prepare release maven-plugin-tools-3.10.2
  • b2aa6cd [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (#235)
  • be032ee [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#232)
  • 596553c [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (#223)
  • 71a7750 [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.
  • 1934c85 [MPLUGIN-485] Upgrade Parent to 40
  • 52cf6b5 [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#231)
  • fbe2a7c [MPLUGIN-484] Downgrade plexus-xml to 3.0.0
  • 619bb57 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2

Release notes

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

3.10.2

Release Notes - Maven Plugin Tools - Version 3.10.2

Bug

Dependency upgrade

  • [MPLUGIN-485] - Upgrade Parent to 40
  • [MPLUGIN-487] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0
  • [MPLUGIN-488] - Bump asmVersion from 9.5 to 9.6
  • [MPLUGIN-489] - Bump antVersion from 1.10.13 to 1.10.14
  • [MPLUGIN-490] - Bump org.jsoup:jsoup from 1.16.1 to 1.16.2
  • [MPLUGIN-491] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0
Commits
  • f6222d6 [maven-release-plugin] prepare release maven-plugin-tools-3.10.2
  • b2aa6cd [MPLUGIN-491] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (#235)
  • be032ee [MPLUGIN-490] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#232)
  • 596553c [MPLUGIN-489] Bump antVersion from 1.10.13 to 1.10.14 (#223)
  • 71a7750 [MPLUGIN-488] Bump asmVersion from 9.5 to 9.6.
  • 1934c85 [MPLUGIN-485] Upgrade Parent to 40
  • 52cf6b5 [MPLUGIN-487] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#231)
  • fbe2a7c [MPLUGIN-484] Downgrade plexus-xml to 3.0.0
  • 619bb57 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the dev-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.1` | `3.2.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.0` | `3.6.2` |
| [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) | `3.21.0` | `3.21.2` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.12.4` | `10.12.5` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.0` | `5.10.1` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.9` | `1.14.10` |
| commons-io:commons-io | `2.15.0` | `2.15.1` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.5` | `3.9.6` |
| [org.apache.maven:maven-core](https://github.com/apache/maven) | `3.9.5` | `3.9.6` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.10.1` | `3.10.2` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.10.1` | `3.10.2` |


Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

Updates `org.apache.maven.plugins:maven-pmd-plugin` from 3.21.0 to 3.21.2
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.21.0...maven-pmd-plugin-3.21.2)

Updates `com.puppycrawl.tools:checkstyle` from 10.12.4 to 10.12.5
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.12.4...checkstyle-10.12.5)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `net.bytebuddy:byte-buddy` from 1.14.9 to 1.14.10
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.9...byte-buddy-1.14.10)

Updates `commons-io:commons-io` from 2.15.0 to 2.15.1

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

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

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

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #84.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot_maven_dev-dependencies-7c65b0908d branch December 4, 2023 14:22
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