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 6 updates #52

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2023

Bumps the dev-dependencies group with 6 updates:

Package From To
org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 3.4.0
com.puppycrawl.tools:checkstyle 10.12.1 10.12.2
org.junit.jupiter:junit-jupiter-engine 5.9.3 5.10.0
net.bytebuddy:byte-buddy 1.14.5 1.14.6
org.apache.maven:maven-plugin-api 3.9.3 3.9.4
org.apache.maven:maven-core 3.9.3 3.9.4

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0

Release notes

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

3.4.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • Clarify availability of AbstractEnforcerRule (#278) @​kwin

👻 Maintenance

  • Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#280) @​dependabot
  • Bump snappy-java from 1.1.8.3 to 1.1.10.1 in /maven-enforcer-plugin/src/it/projects/dependency-convergence_transitive_provided/module1 (#273) @​dependabot
  • [MNG-6829] - Replace StringUtils#isEmpty(String) and #isNotEmpty(String) (#272) @​timtebeek
Commits
  • 3d365f7 [maven-release-plugin] prepare release enforcer-3.4.0
  • 5feb93a [MENFORCER-489] Bump commons-lang3 from 3.12.0 to 3.13.0
  • 8f2de47 Bump org.junit:junit-bom from 5.9.3 to 5.10.0
  • 22ff3c7 [MENFORCER-488] Add EnforcerLogger.is<Level>Enabled() (#279)
  • 8c92bda Clarify availability of AbstractEnforcerRule
  • b3208e1 [MENFORCER-487] Bump commons-codec from 1.15 to 1.16.0
  • 4ba1dd0 [MENFORCER-486] Bump commons-codec from 1.15 to 1.16.0
  • 73b2aa7 [MENFORCER-485] Upgrade Parent to 40
  • 3300c1a Bump guava
  • 7a8e882 Bump snappy-java
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2

Release notes

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

checkstyle-10.12.2

Checkstyle 10.12.2 - https://checkstyle.org/releasenotes.html#Release_10.12.2

Bug fixes:

#11338 - FinalClassCheck should report private classes without constructor

Commits
  • 457b94c [maven-release-plugin] prepare release checkstyle-10.12.2
  • 3e833da doc: release notes for 10.12.2
  • 74dc9ef Issue #13321: Kill mutation for JavadocUtil
  • 19f4925 Issue #13321: Kill mutation for CheckUtil-5
  • f9d79d0 Issue #13100: Create tests from InnerTypeLast xdoc examples
  • f5cbb24 Issue #13321: Kill mutation for Xpath profile
  • e539d51 minor: exclude codacy web site from linkcheck validation, permanent 403
  • 63b4549 Issue #13100: Create tests from HideUtilityClassConstructor xdoc examples
  • 0179a6b Issue #13100: Create tests from FinalClass xdoc examples
  • 1372c78 Issue #13100: Create tests from DesignForExtension xdoc examples
  • Additional commits viewable in compare view

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

Release notes

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

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

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

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

Commits
  • 7f619ca Release 5.10
  • 9899de4 Update Gradle Enterprise plugin to 3.14
  • 45b970f Replace soon-to-be-deprecated usages of project.buildDir
  • 463ae36 Prune Release Notes for 5.10 GA
  • 893c64b Back to snapshots for further development
  • e6ff0c5 Release 5.10.0-RC2
  • b08a76b Add 5.10.0-RC2 release notes
  • 2c278c7 Revert "Prune Release Notes for 5.10 GA"
  • acb6e65 Provide access to source element annotations for TempDirFactory
  • 73818a1 Bump org.gradle.toolchains:foojay-resolver from 0.5.0 to 0.6.0
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6

Release notes

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

Byte Buddy 1.14.6

  • Add PatchMode.SUBSTITUTE and ResettableClassFileTransformer.Substitutable for in-order patching.
  • Allow for explicit specification og differential matcher when patching an AgentBuilder.
  • Add platform loader to locator for build plugins.
  • Correctly resolve accessors for fields with capitalized first letter.
  • Make jars for Android read-only as newer versions require it.
Changelog

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

15. August 2023: version 1.14.6

  • Add PatchMode.SUBSTITUTE and ResettableClassFileTransformer.Substitutable for in-order patching.
  • Allow for explicit specification og differential matcher when patching an AgentBuilder.
  • Add platform loader to locator for build plugins.
  • Correctly resolve accessors for fields with capitalized first letter.
  • Make jars for Android read-only as newer versions require it.
Commits
  • 199ce8e [maven-release-plugin] prepare release byte-buddy-1.14.6
  • 572307e [release] Release new version
  • 405af61 Add method to patch with explicit differential matcher.
  • 0f1d715 Make substitutable class file transformers unwrappable and unwrap before appl...
  • 5e3f7fc Avoid running annotation-related tests on Windows for Java 17 as they fail on...
  • c0fbd7f Add checksums.
  • 67ac129 Fix compatibility warning (false positive).
  • 10e13ac Attempt changing class name.
  • f13bce2 Attempt changing class name.
  • e72c091 Add platform loader to Maven Mojo provided class file locator.
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-plugin-api from 3.9.3 to 3.9.4

Release notes

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

3.9.4

Release Notes - Maven - Version 3.9.4

Full Changelog: apache/maven@maven-3.9.3...maven-3.9.4

Commits
  • dfbb324 [maven-release-plugin] prepare release maven-3.9.4
  • 35be293 [MNG-7847] Upgrade resolver to 1.9.14
  • 2963769 [MNG-7846] Break out of endless loop (#1206)
  • 3f37e6a Bump guava from 31.1-jre to 32.0.1-jre (#1189)
  • 07491eb [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven:maven-core from 3.9.3 to 3.9.4

Release notes

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

3.9.4

Release Notes - Maven - Version 3.9.4

Full Changelog: apache/maven@maven-3.9.3...maven-3.9.4

Commits
  • dfbb324 [maven-release-plugin] prepare release maven-3.9.4
  • 35be293 [MNG-7847] Upgrade resolver to 1.9.14
  • 2963769 [MNG-7846] Break out of endless loop (#1206)
  • 3f37e6a Bump guava from 31.1-jre to 32.0.1-jre (#1189)
  • 07491eb [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> dependency 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> dependency 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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.3.0` | `3.4.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.12.1` | `10.12.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.9.3` | `5.10.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.5` | `1.14.6` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.3` | `3.9.4` |
| [org.apache.maven:maven-core](https://github.com/apache/maven) | `3.9.3` | `3.9.4` |


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

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

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

Updates `net.bytebuddy:byte-buddy` from 1.14.5 to 1.14.6
- [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.5...byte-buddy-1.14.6)

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

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

---
updated-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: 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-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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2023
@skapral skapral merged commit 03576f6 into master Aug 26, 2023
4 checks passed
@skapral skapral deleted the dependabot_maven_dev-dependencies-703f1d9e5d branch August 26, 2023 16:20
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