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 across 1 directory with 10 updates #124

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2024

Bumps the dev-dependencies group with 10 updates in the / directory:

Package From To
org.apache.maven.plugins:maven-deploy-plugin 3.1.1 3.1.2
org.apache.maven.plugins:maven-enforcer-plugin 3.4.1 3.5.0
org.apache.maven.plugins:maven-pmd-plugin 3.21.2 3.22.0
com.puppycrawl.tools:checkstyle 10.15.0 10.17.0
org.assertj:assertj-core 3.25.3 3.26.0
net.bytebuddy:byte-buddy 1.14.13 1.14.17
org.apache.maven:maven-plugin-api 3.9.6 3.9.7
org.apache.maven:maven-core 3.9.6 3.9.7
org.apache.maven.plugin-tools:maven-plugin-annotations 3.12.0 3.13.0
org.apache.maven.plugins:maven-plugin-plugin 3.12.0 3.13.0

Updates org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2

Release notes

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

3.1.2

Release Notes - Maven Deploy Plugin - Version 3.1.2


What's Changed

New Contributors

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

Commits
  • 4f016bc [maven-release-plugin] prepare release maven-deploy-plugin-3.1.2
  • 0ed18be Remove workaround, handle it centrally
  • b9c1c8b [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages
  • 74d331b [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (#54)
  • ac9c49d Bump org.mockito:mockito-core from 2.28.2 to 4.11.0
  • de7cefb Bump apache/maven-gh-actions-shared from 3 to 4
  • edf85d7 Add Dependabot
  • 390e610 [MDEPLOY-313] Update to parent 41, cleanup (#47)
  • 29f3c81 DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
  • 9039fc6 Type: fill --> file
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0

Release notes

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

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 21b31b5 [maven-release-plugin] prepare release enforcer-3.5.0
  • e6cd6e9 Remove unused dependency (#316)
  • 29d1c0d [MENFORCER-497] Require Maven 3.6.3+
  • 80e6626 [MENFORCER-503] Pass context to ProfileActivator - fix NPE in Maven 3.9.7
  • 5c7d0bc [MENFORCER-494] Allow banning dynamic versions in whole tree (#294)
  • e687c46 [MENFORCER-501] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#311)
  • 6665083 [MENFORCER-501] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#312)
  • 3eb6343 Bump project version to 3.5.0-SNAPSHOT
  • 1cf5c5f [MENFORCER-504] Bump org.apache.maven:maven-parent from 41 to 42 (#314)
  • a24b557 Manage ignore artifacts for dependabot in PR
  • Additional commits viewable in compare view

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

Release notes

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

3.22.0

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Commits
  • a9dfc30 [maven-release-plugin] prepare release maven-pmd-plugin-3.22.0
  • 4bc08a9 (doc) Update release notes for upcoming 3.22.0
  • 2823fa0 Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#148)
  • 89a7cdb [MPMD-379] Upgrade to use PMD 7.0.0 by default (#144)
  • f884af3 Fixups from review (#144)
  • a3ac53c Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#147)
  • 4aaf0da Fixups from review (#144)
  • 1528f30 [MPMD-379] Fix build for Java8
  • 193c037 [MPMD-379] Add IT for Java 21
  • 73b4010 [MPMD-379] Improve upgrading notes
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.15.0 to 10.17.0

Release notes

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

checkstyle-10.17.0

Checkstyle 10.17.0 - https://checkstyle.org/releasenotes.html#Release_10.17.0

Breaking backward compatibility:

#13758 - ImportOrder: replace Pattern[] with String[] type for properties staticGroups and groups

New:

#14726 - new Check: ConstructorsDeclarationGrouping to check the grouping of overloaded constructors

Bug fixes:

#13012 - Checkstyle fails with "Path contains invalid character" if path to config file contains non-ascii characters #13167 - Null pointer Exception in UnusedLocalVariableCheck #14506 - False positive for UnusedLocalVariable #14825 - WhitespaceAround reports a violation when switch expression is passed as a method argument #13086 - InnerAssignmentCheck failed for one line code in Java 14 switch expression

checkstyle-10.16.0

Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0

New:

#14620 - LITERAL_CASE token support in RightCurlyCheck

Bug fixes:

... (truncated)

Commits
  • b270384 [maven-release-plugin] prepare release checkstyle-10.17.0
  • da11a8d doc: release notes for 10.17.0
  • 15e0c7e Issue #14877: drop java 14 build
  • 8a4b406 Issue #13012: fix loading with non-ascii symbols in path
  • 96eeed5 Pull #14662: shallowClone in checkstyle-tester with SHA checkout
  • c15242f Issue #13167: Fix NPE in UnusedLocalVariable check
  • 8605dd8 dependency: bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.9.0
  • c5a873b ---
  • 9d9aad4 ---
  • b861547 Issue #14726: new check: ConstructorsDeclarationGroupingCheck
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.25.3 to 3.26.0

Release notes

Sourced from org.assertj:assertj-core's releases.

v.3.26.0

💥 Breaking Changes

Core

  • Delegate OptionalDouble value comparison to Double.compare in hasValue assertion #3411

    This fixes the comparison of NaN values which wasn't working the way the hasValue Javadoc describes.

    The previous behavior can be obtained with getAsDouble:

    assertThat(OptionalDouble.of(Double.NaN).getAsDouble()).isSameAs(Double.NaN);

🚫 Deprecated

Core

  • Deprecate ObjectAssertFactory in favor of Assertions.assertThat(Object)
  • Deprecate AssertionErrorFactory in favor of AssertionErrorCreator
  • Deprecate catchThrowableOfType(ThrowingCallable, Class) in favor of catchThrowableOfType(Class, ThrowingCallable) #2823
  • Deprecate assertThat(Iterable, AssertFactory), assertThat(Iterable, Class) and their respective then variants #3453

✨ New Features

Core

  • Support multiple AfterAssertionErrorCollected callbacks #3313
  • Add InstanceOfAssertFactory for Set instances #3325
  • Add doesNotContainKey and doesNotContainKeys to Guava Multimap assertions #3334
  • Add assertions for JDK YearMonth type #3142
  • Add TemporalAssert type #3404
  • Add ignoringFieldsOfTypesMatchingRegexes #3369
  • Add fail(Throwable) and fail() variants #3204
  • Add isPrivate to Class assertions
  • Add doesNot[Start/End]WithWhitespace methods to CharSequence assertions #3441
  • Add createAssert(ValueProvider) to AssertFactory #3377
  • Add values() navigation method to AbstractMapAssert #3297
  • Add bytes()/bytes(Charset)/bytes(String) navigation methods to AbstractStringAssert #3232
  • Add doesNotThrowAnyExceptionExcept to AbstractThrowableAssert #3261
  • Add hasPermittedSubclasses to Class assertions #3316
  • Add isUnmodifiable to Iterator assertions #3477

🐛 Bug Fixes

Core

... (truncated)

Commits
  • b7aae03 [maven-release-plugin] prepare release assertj-build-3.26.0
  • be4cf7c Add isUnmodifiable to Iterator assertions (#3477)
  • 6e760db chore(deps-dev): bump org.springframework:spring-core from 5.3.35 to 5.3.36 (...
  • 29d2bbe chore(deps): bump byte-buddy.version from 1.14.15 to 1.14.16 (#3487)
  • 97b642a Rebuild default date formats used to parse string as dates when the default t...
  • 9eeb352 Refactor tests covering date string conversion
  • 9707d51 chore(deps): bump kotlin.version from 1.9.24 to 2.0.0 (#3484)
  • 6bab517 chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.5.1.Final to 6....
  • 5f70fec Reduce Qodana verbosity in PRs
  • 99f2991 Fix Instant conversion with Date assertions (#3467)
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.14.13 to 1.14.17

Release notes

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

Byte Buddy 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

Byte Buddy 1.14.16

  • Update ASM and introduce support for Java 23.

Byte Buddy 1.14.15

  • Allow attaching from root on J9.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

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

29. May 2024: version 1.14.17

  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

22. May 2024: version 1.14.16

  • Update ASM and introduce support for Java 23.

8. May 2024: version 1.14.15

  • Allow attaching from root on J9.

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • bfd4c21 [maven-release-plugin] prepare release byte-buddy-1.14.17
  • d179f5f [release] Release new version
  • dd1f6d3 Update checksums
  • 32a500e Ignoring duplicate non-class files (#1654)
  • f277f6f Update internal Byte Buddy and add release notes.
  • fb00710 [maven-release-plugin] prepare for next development iteration
  • 8f37644 [maven-release-plugin] prepare release byte-buddy-1.14.16
  • 9e62bad [release] Release new version
  • 6dc6b2e Add checksums and fix build configuration.
  • 840bab4 Add missing checksums
  • Additional commits viewable in compare view

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

Release notes

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

3.9.7

Release Notes - Maven - Version 3.9.7

... (truncated)

Commits
  • 8b094c9 [maven-release-plugin] prepare release maven-3.9.7
  • 6ff3a82 [MNG-8125][MNG-8126][MNG-8127] Mild updates (#1533)
  • 73bc6ca [MNG-8121] Fix NPE in metadata merge (#1508)
  • 558ae8a [MNG-8115] Upgrade minimal set of dependencies (#1496)
  • c44304f [MNG-8118] Backport to Maven 3.9.x (#1505)
  • c1c114d [MNG-8081] Interpolate available properties during default profile selection ...
  • b4cbda8 [3.9.x][MNG-8109] Resolver 1.9.20 (#1490)
  • bc52363 [3.9.x][MNG-8106] Fix metadata merge (#1480)
  • 587e99b [MNG-8094] Resolver 1.9.19 (#1468)
  • 548459b [MNG-8011] Neuter the README (#1470)
  • Additional commits viewable in compare view

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

Release notes

Sourced from org.apache.maven:maven-core's releases.

3.9.7

Release Notes - Maven - Version 3.9.7

... (truncated)

Commits
  • 8b094c9 [maven-release-plugin] prepare release maven-3.9.7
  • 6ff3a82 [MNG-8125][MNG-8126][MNG-8127] Mild updates (#1533)
  • 73bc6ca [MNG-8121] Fix NPE in metadata merge (#1508)
  • 558ae8a [MNG-8115] Upgrade minimal set of dependencies (#1496)
  • c44304f [MNG-8118] Backport to Maven 3.9.x (#1505)
  • c1c114d [MNG-8081] Interpolate available properties during default profile selection ...
  • b4cbda8 [3.9.x][MNG-8109] Resolver 1.9.20 (#1490)
  • bc52363 [3.9.x][MNG-8106] Fix metadata merge (#1480)
  • 587e99b [MNG-8094] Resolver 1.9.19 (#1468)
  • 548459b [MNG-8011] Neuter the README (#1470)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0

Release notes

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

3.13.0

Release Notes - Maven Plugin Tools - Version 3.13.0

Bug

  • [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong order
  • [MPLUGIN-521] - Nested types not properly extracted cause exception while generating Javadoc URLs

Improvement

Dependency upgrade

  • [MPLUGIN-516] - Upgrade asmVersion from 9.6 to 9.7
  • [MPLUGIN-519] - Update to Parent POM 42, prerequisite 3.6.3
Commits
  • 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0
  • 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener...
  • 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of m...
  • e746d9c [MPLUGIN-517] GoalRenderer renderParameterDetails() renders in wrong order
  • af234c6 [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
  • 9fc1aaa [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.12.0 to 3.13.0

Release notes

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

3.13.0

Release Notes - Maven Plugin Tools - Version 3.13.0

Bug

  • [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong order
  • [MPLUGIN-521] - Nested types not properly extracted cause exception while generating Javadoc URLs

Improvement

Dependency upgrade

  • [MPLUGIN-516] - Upgrade asmVersion from 9.6 to 9.7
  • [MPLUGIN-519] - Update to Parent POM 42, prerequisite 3.6.3
Commits
  • 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0
  • 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener...
  • 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of m...
  • e746d9c [MPLUGIN-517] GoalRenderer renderParameterDetails() renders in wrong order
  • af234c6 [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
  • 9fc1aaa [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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.2` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.4.1` | `3.5.0` |
| [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) | `3.21.2` | `3.22.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.15.0` | `10.17.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.26.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.17` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.6` | `3.9.7` |
| [org.apache.maven:maven-core](https://github.com/apache/maven) | `3.9.6` | `3.9.7` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.12.0` | `3.13.0` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.12.0` | `3.13.0` |



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

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

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

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

Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)

Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.17
- [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.13...byte-buddy-1.14.17)

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

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

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

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot_maven_dev-dependencies-2de31b37df branch June 3, 2024 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