Skip to content

Bump the maven-dependencies group with 5 updates#953

Merged
chadlwilson merged 1 commit into
masterfrom
dependabot/maven/maven-dependencies-edaef06359
Jun 1, 2026
Merged

Bump the maven-dependencies group with 5 updates#953
chadlwilson merged 1 commit into
masterfrom
dependabot/maven/maven-dependencies-edaef06359

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the maven-dependencies group with 5 updates:

Package From To
org.junit:junit-bom 6.0.3 6.1.0
com.github.javaparser:javaparser-core 3.28.0 3.28.2
com.google.protobuf:protobuf-java 4.34.1 4.35.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.5 3.5.6
org.apache.maven.plugins:maven-dependency-plugin 3.10.0 3.11.0

Updates org.junit:junit-bom from 6.0.3 to 6.1.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0...r6.1.0-M1

Commits

Updates com.github.javaparser:javaparser-core from 3.28.0 to 3.28.2

Release notes

Sourced from com.github.javaparser:javaparser-core's releases.

javaparser-parent-3.28.2

Added

  • fix: implement phase-2 poly-expression inference for method/construct or references (JLS §15.12.2.7) (PR #5031 by @​jlerbsc)
  • Enforce JLS §14.11.1 language-level rules for multi-pattern case labels (PR #5010 by @​jlerbsc)

Changed

Fixed

  • fix: resolve constructor references via context rather than constructed type (PR #5030 by @​jlerbsc)
  • fix: handle wildcard actualType in matchTypeParameters (issue #3751) (PR #5029 by @​jlerbsc)
  • Fix: UnsupportedOperationException when resolving method calls inside lambdas in Comparator.comparing (#2716) (PR #5026 by @​jlerbsc)
  • fix: resolve constructor parameter type for lambda in ObjectCreationExpr (PR #5024 by @​jlerbsc)
  • fix(FunctionalInterfaceLogic): return empty() for non-reference types (#3625) (PR #5022 by @​jlerbsc)
  • Fix lambda type inference for fully-qualified static method calls (#3476 (PR #5019 by @​jlerbsc)
  • fix(grammar): allow text block ending in escaped backslash before closing """ (PR #5017 by @​ethan-godden)
  • Fix parsing of multiple patterns in switch case labels (issue #4996) (PR #5009 by @​jlerbsc)

Uncategorised

  • fix: resolve NameExpr to field when local variable with same name is declared later (PR #5025 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

javaparser-parent-3.28.1

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refactor: Extract and centralize indentation logic in lexical preservation (PR #4952 by @​jlerbsc)

Fixed

... (truncated)

Changelog

Sourced from com.github.javaparser:javaparser-core's changelog.

Version 3.28.2

issues resolved

Added

  • fix: implement phase-2 poly-expression inference for method/construct or references (JLS §15.12.2.7) (PR #5031 by @​jlerbsc)
  • Enforce JLS §14.11.1 language-level rules for multi-pattern case labels (PR #5010 by @​jlerbsc)

Changed

Fixed

  • fix: resolve constructor references via context rather than constructed type (PR #5030 by @​jlerbsc)
  • fix: handle wildcard actualType in matchTypeParameters (issue #3751) (PR #5029 by @​jlerbsc)
  • Fix: UnsupportedOperationException when resolving method calls inside lambdas in Comparator.comparing (#2716) (PR #5026 by @​jlerbsc)
  • fix: resolve constructor parameter type for lambda in ObjectCreationExpr (PR #5024 by @​jlerbsc)
  • fix(FunctionalInterfaceLogic): return empty() for non-reference types (#3625) (PR #5022 by @​jlerbsc)
  • Fix lambda type inference for fully-qualified static method calls (#3476 (PR #5019 by @​jlerbsc)
  • fix(grammar): allow text block ending in escaped backslash before closing """ (PR #5017 by @​ethan-godden)
  • Fix parsing of multiple patterns in switch case labels (issue #4996) (PR #5009 by @​jlerbsc)

Uncategorised

  • fix: resolve NameExpr to field when local variable with same name is declared later (PR #5025 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

Version 3.28.1

issues resolved

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refactor: Extract and centralize indentation logic in lexical preservation (PR #4952 by @​jlerbsc)

... (truncated)

Commits
  • e728898 [maven-release-plugin] prepare release javaparser-parent-3.28.2
  • ce4f0ce update readme
  • e520d9b Update changelog
  • 844c440 fix: implement phase-2 poly-expression inference for method/construct or refe...
  • 5581e57 fix: implement phase-2 poly-expression inference for method/constructor refer...
  • fc1f17c fix: resolve constructor references via context rather than constructed type
  • a445b1b fix: resolve constructor references to their functional interface type in ret...
  • 22469cc fix: resolve constructor references via context rather than constructed type
  • ed82314 fix: handle wildcard actualType in matchTypeParameters (issue #3751)
  • 5874940 fix: handle wildcard actualType in matchTypeParameters (issue #3751)
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0

Commits

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6

Release notes

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

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0

Release notes

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

3.11.0

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • c186d05 [maven-release-plugin] prepare release maven-dependency-plugin-3.11.0
  • 3712611 Fix artifact relocation support
  • e873e0e Manage ASM version 9.10 to support JDK 27
  • 70b5356 fix: fix addParentPoms=true causes repositories to be ignored. (#1585)
  • 51d8939 Fix false positive in analyze-exclusions with transitive dependency exclusion...
  • 02b865b Bump eu.maveniverse.maven.domtrip:domtrip-core from 1.5.0 to 1.5.1
  • 04f4de1 Bump eu.maveniverse.maven.domtrip:domtrip-maven from 1.5.0 to 1.5.1
  • 2812490 Bump mavenVersion from 3.9.15 to 3.9.16
  • ce117da Bump org.apache.maven.shared:maven-dependency-analyzer
  • aea7a64 Prevent NPE (#1622)
  • 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 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 maven-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) | `3.28.0` | `3.28.2` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.34.1` | `4.35.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.10.0` | `3.11.0` |


Updates `org.junit:junit-bom` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `com.github.javaparser:javaparser-core` from 3.28.0 to 3.28.2
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.28.0...javaparser-parent-3.28.2)

Updates `com.google.protobuf:protobuf-java` from 4.34.1 to 4.35.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

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

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

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 1, 2026
@chadlwilson chadlwilson enabled auto-merge (squash) June 1, 2026 07:40
@chadlwilson chadlwilson merged commit c7241c8 into master Jun 1, 2026
23 checks passed
@chadlwilson chadlwilson deleted the dependabot/maven/maven-dependencies-edaef06359 branch June 1, 2026 07:46
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

Development

Successfully merging this pull request may close these issues.

1 participant