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 9 updates #168

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

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

Package From To
org.apache.maven.plugins:maven-checkstyle-plugin 3.5.0 3.6.0
org.apache.maven.plugins:maven-pmd-plugin 3.25.0 3.26.0
org.apache.maven.plugins:maven-jxr-plugin 3.5.0 3.6.0
com.puppycrawl.tools:checkstyle 10.18.2 10.19.0
io.vavr:vavr 0.10.4 0.10.5
org.junit.jupiter:junit-jupiter-engine 5.11.2 5.11.3
net.bytebuddy:byte-buddy 1.15.4 1.15.7
org.apache.maven.plugin-tools:maven-plugin-annotations 3.15.0 3.15.1
org.apache.maven.plugins:maven-plugin-plugin 3.15.0 3.15.1

Updates org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0

Commits
  • dd1abd9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.6.0
  • 9ccb06e fix
  • 6ac89b8 [MCHECKSTYLE-452] Upgrade to Doxia 2.0.0 GA Stack
  • ff1a1b7 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 13e16c5 Remove unecessary test dependency on plexus-container-default
  • a7c962a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0

Release notes

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

3.26.0

📝 Documentation updates

📦 Dependency updates

NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Commits
  • b42a183 [maven-release-plugin] prepare release maven-pmd-plugin-3.26.0
  • 91f3b84 [MPMD-404] Bump PMD to 7.7.0
  • fa1c391 Bump commons-io:commons-io
  • e99d2e4 [MPMD-407] Upgrade to Doxia 2.0.0 GA Stack
  • c57895e Fix dependencies
  • 8206f9d [MPMD-405] Update release notes for 3.25.0
  • c27ea6a Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • aa83766 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 413dc93 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to 3.6.0

Commits
  • 9e1d08a [maven-release-plugin] prepare release jxr-3.6.0
  • 5112bd6 [JXR-194] Upgrade to Velocity 2.4
  • c211919 [JXR-193] Upgrade to Doxia 2.0.0 GA Stack
  • dca5242 Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
  • eef5923 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 7c79061 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0

Release notes

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

checkstyle-10.19.0

Checkstyle 10.19.0 - https://checkstyle.org/releasenotes.html#Release_10.19.0

New:

#9540 - WhitespaceAround: new property allowEmptySwitchBlockStatements #15263 - UnnecessaryParenthesesCheck does not flag unnecessary parentheses in conditional expression

Bug fixes:

#15664 - false-negative in google_checks.xml for not being able to detect requirement of K & R style for FINALLY #15769 - google_checks.xml: remove xpath suppression and false-positive indentation violations for block codes #15685 - JavadocParagraph does not work when paragraphs have their corresponding closing tag #15324 - Enforce preceding line break for opening braces of a case/default under switch in google_checks.xml #15733 - JavadocParagraph: report violation with column #15503 - JavadocParagraph: violate preceding P tag before block-level HTML tags #15716 - google_checks.xml: JavadocParagraph should have allowNewlineParagraph as false

Commits
  • d4a3cc7 [maven-release-plugin] prepare release checkstyle-10.19.0
  • 7d6d66e doc: release notes for 10.19.0
  • 2b0291b Issue #13345: Enable example tests for VariableDeclarationUsageDistanceCheckE...
  • fdf8903 Pull #14954: Add upwards compat for deprecated classes in maven-checkstyle-pl...
  • 1d48c74 Issue #9540: New property to allow emtpy switch cases in whitespaceAroundCheck
  • de04b50 dependency: bump org.apache.maven.plugins:maven-dependency-plugin
  • 4db1315 dependency: bump org.apache.maven.plugins:maven-jxr-plugin
  • 1a7d1ca Issue #10618: Create README for Java grammar updates
  • ca7eb55 Issue #15809: make div font to be same as p
  • 023e50d doc: update doc for EmptyBlock and extend example
  • Additional commits viewable in compare view

Updates io.vavr:vavr from 0.10.4 to 0.10.5

Release notes

Sourced from io.vavr:vavr's releases.

Patch Release 0.10.5

Vavr is back with a new maintainer, roadmap, and... a release.

This release brings various performance enhancements, bugfixes, and explicit jlink-friendly module declarations instead of automatic modules.

Committers

🎉 MANY THANKS TO ALL COMMITTERS! 🎉 @​KrnSaurabh @​achinaou @​sleepytomcat @​j-baker @​Kevin222004 @​pivovarit

Changes

Commits

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.15.4 to 1.15.7

Release notes

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

Byte Buddy 1.15.7

  • Additional release after time out during previous Gradle plugin release.

Byte Buddy 1.15.6

  • Add ConstructorResolver to Super annotation for MethodDelegation to allow for dynamic constructor resolution.
  • Add Java 8 versions of shaded ASM to allow for faster class file validation and CDS support.

Byte Buddy 1.15.5

  • Publish Byte Buddy and Byte Buddy agent artifacts as multi-release jars to support CDS and faster validation.
Changelog

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

23. October 2024: version 1.15.7

  • Additional release after time out during previous Gradle plugin release.

21. October 2024: version 1.15.6

  • Add ConstructorResolver to Super annotation for MethodDelegation to allow for dynamic constructor resolution.
  • Add Java 8 versions of shaded ASM to allow for faster class file validation and CDS support.

17. October 2024: version 1.15.5

  • Publish Byte Buddy and Byte Buddy agent artifacts as multi-release jars to support CDS and faster validation.
Commits
  • 84097d2 [maven-release-plugin] prepare release byte-buddy-1.15.7
  • 168c580 [release] Release new version
  • dd49f96 Update internal Byte Buddy and checksums.
  • 500135e [maven-release-plugin] prepare for next development iteration
  • 3af41c2 [maven-release-plugin] prepare release byte-buddy-1.15.6
  • b3b5fa7 [release] Release new version
  • c39899e Adjust life cycle to avoid compatibility check before multi-release generation.
  • 6156bbc Add checksums and missing javadoc.
  • 916b41b Add possibility to define custom constructor resolver for super annotation.
  • 4a21948 Attempt multi-release with ASM.
  • Additional commits viewable in compare view

Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.0 to 3.15.1

Commits
  • bc2daa4 [maven-release-plugin] prepare release maven-plugin-tools-3.15.1
  • 08c9597 Bump asmVersion from 9.7 to 9.7.1
  • 578637b Bump org.junit:junit-bom from 5.11.0 to 5.11.3
  • a6c9b9c [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack
  • 5d8b615 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5
  • 9888c96 Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
  • d2adc90 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 18c156b Bump maven3Version from 3.9.8 to 3.9.9 (#321)
  • 306fabe Bump org.junit:junit-bom from 5.10.3 to 5.11.0
  • 93604a3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.15.0 to 3.15.1

Commits
  • bc2daa4 [maven-release-plugin] prepare release maven-plugin-tools-3.15.1
  • 08c9597 Bump asmVersion from 9.7 to 9.7.1
  • 578637b Bump org.junit:junit-bom from 5.11.0 to 5.11.3
  • a6c9b9c [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack
  • 5d8b615 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5
  • 9888c96 Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
  • d2adc90 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 18c156b Bump maven3Version from 3.9.8 to 3.9.9 (#321)
  • 306fabe Bump org.junit:junit-bom from 5.10.3 to 5.11.0
  • 93604a3 [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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.5.0` | `3.6.0` |
| [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) | `3.25.0` | `3.26.0` |
| [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) | `3.5.0` | `3.6.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.18.2` | `10.19.0` |
| [io.vavr:vavr](https://github.com/vavr-io/vavr) | `0.10.4` | `0.10.5` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.15.4` | `1.15.7` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.15.0` | `3.15.1` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.15.0` | `3.15.1` |



Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.5.0 to 3.6.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0)

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

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

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

Updates `io.vavr:vavr` from 0.10.4 to 0.10.5
- [Release notes](https://github.com/vavr-io/vavr/releases)
- [Changelog](https://github.com/vavr-io/vavr/blob/master/RELEASE.md)
- [Commits](vavr-io/vavr@v0.10.4...v0.10.5)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `net.bytebuddy:byte-buddy` from 1.15.4 to 1.15.7
- [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.15.4...byte-buddy-1.15.7)

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

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-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: org.apache.maven.plugins:maven-jxr-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: io.vavr:vavr
  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: 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 Oct 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #169.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot_maven_dev-dependencies-289e0eba80 branch November 1, 2024 14:39
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