Bump com.github.javaparser:javaparser-symbol-solver-core from 3.25.8 to 3.27.0
Open
Number: #290
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 27, 2025 at 01:05 PM UTC
(10 months ago)
(10 months ago)
Updated:
September 27, 2025 at 01:05 PM UTC
(10 months ago)
(10 months ago)
Labels:
dependencies java
dependencies java
Description:
Bumps com.github.javaparser:javaparser-symbol-solver-core from 3.25.8 to 3.27.0.
Release notes
Sourced from com.github.javaparser:javaparser-symbol-solver-core's releases.
javaparser-parent-3.27.0
Developer Changes
- fix(deps): update dependency org.junit:junit-bom to v5.13.1 (PR #4775 by
@renovate[bot])- chore(deps): update dependency maven to v3.9.10 (PR #4774 by
@renovate[bot])- fix(deps): update dependency org.checkerframework:checker-qual to v3.49.4 (PR #4770 by
@renovate[bot])- fix(deps): update dependency org.junit:junit-bom to v5.13.0 (PR #4766 by
@renovate[bot])- chore(deps): update codecov/codecov-action action to v5.4.3 (PR #4755 by
@renovate[bot])- fix(deps): update dependency org.checkerframework:checker-qual to v3.49.3 (PR #4745 by
@renovate[bot])- chore(deps): update codecov/codecov-action action to v5.4.2 (PR #4731 by
@renovate[bot])- fix(deps): update dependency org.junit:junit-bom to v5.12.2 (PR #4728 by
@renovate[bot])- fix(deps): update dependency com.google.guava:guava to v33.4.7-jre (PR #4719 by
@renovate[bot])Uncategorised
- Fix resolution for method refs used as varargs (PR #4759 by
@johannescoetzee)- Fix IndexOutOfBoundsException resulting from empty varargs call as method usage (PR #4754 by
@johannescoetzee)- Fix resolution of lambdas used as varargs (PR #4752 by
@johannescoetzee)- Fix: issue 4747 Lexical preserving fails after replacing MarkerAnnotationExpr name (PR #4748 by
@jlerbsc)- Fix: issue 4503 Unable to find the method declaration corresponding to a method reference (PR #4739 by
@jlerbsc)- Fix issue 4724 Duplicate fields returned by JavaParserEnumDeclaration.getAllFields() (PR #4735 by
@jlerbsc)- Make some helper methods protected in DefaultPrettyPrinterVisitor (PR #4729 by
@johanneskloos)- Fix constructor resolution issue 4703 (PR #4727 by
@johannescoetzee)- Fix MethodAmbiguityException for methods with varargs (PR #4725 by
@johannescoetzee)- Fix range for cast expression with lambda child (PR #4721 by
@johannescoetzee)- Add Javadoc to the various parts of the DefaultPrettyPrinterVisitor (PR #4718 by
@johanneskloos)- Make JarTypeSolver and ReflectionTypeSolver a bit more versatile. (PR #4716 by
@johanneskloos)- Fix formatting issues (PR #4715 by
@jlerbsc)- Fix Switch toString to LexicalPreservingPrinter when configured (PR #4712 by
@jlerbsc)- Fix: issue 4697 Updating the com.google.guava:guava dependency to v334.5-jre fails. (PR #4711 by
@jlerbsc)- Implement MethodResolutionCapability in JavassistRecordDeclaration (PR #4709 by
@johanneskloos)- Fix: issue 4707 Upgrading from junit 5.11.4 -> 5.12.1 causes junit exception (PR #4708 by
@jlerbsc)- Fix for #3710 by cutting off resolution loops involving object creation steps. (PR #4704 by
@johanneskloos)- [SECURITY] Fix Zip Slip Vulnerability (PR #3684 by
@JLLeitschuh):heart: Contributors
Thank You to all contributors who worked on this release!
javaparser-parent-3.26.4
Developer Changes
- fix(deps): update byte-buddy.version to v1.17.5 (PR #4702 by
@renovate[bot])- chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0 (PR #4700 by
@renovate[bot])- chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.1.4 (PR #4689 by
@renovate[bot])
... (truncated)
Changelog
Sourced from com.github.javaparser:javaparser-symbol-solver-core's changelog.
Version 3.27.0
Developer Changes
- fix(deps): update dependency org.junit:junit-bom to v5.13.1 (PR #4775 by
@renovate[bot])- chore(deps): update dependency maven to v3.9.10 (PR #4774 by
@renovate[bot])- fix(deps): update dependency org.checkerframework:checker-qual to v3.49.4 (PR #4770 by
@renovate[bot])- fix(deps): update dependency org.junit:junit-bom to v5.13.0 (PR #4766 by
@renovate[bot])- chore(deps): update codecov/codecov-action action to v5.4.3 (PR #4755 by
@renovate[bot])- fix(deps): update dependency org.checkerframework:checker-qual to v3.49.3 (PR #4745 by
@renovate[bot])- chore(deps): update codecov/codecov-action action to v5.4.2 (PR #4731 by
@renovate[bot])- fix(deps): update dependency org.junit:junit-bom to v5.12.2 (PR #4728 by
@renovate[bot])- fix(deps): update dependency com.google.guava:guava to v33.4.7-jre (PR #4719 by
@renovate[bot])Uncategorised
- Fix resolution for method refs used as varargs (PR #4759 by
@johannescoetzee)- Fix IndexOutOfBoundsException resulting from empty varargs call as method usage (PR #4754 by
@johannescoetzee)- Fix resolution of lambdas used as varargs (PR #4752 by
@johannescoetzee)- Fix: issue 4747 Lexical preserving fails after replacing MarkerAnnotationExpr name (PR #4748 by
@jlerbsc)- Fix: issue 4503 Unable to find the method declaration corresponding to a method reference (PR #4739 by
@jlerbsc)- Fix issue 4724 Duplicate fields returned by JavaParserEnumDeclaration.getAllFields() (PR #4735 by
@jlerbsc)- Make some helper methods protected in DefaultPrettyPrinterVisitor (PR #4729 by
@johanneskloos)- Fix constructor resolution issue 4703 (PR #4727 by
@johannescoetzee)- Fix MethodAmbiguityException for methods with varargs (PR #4725 by
@johannescoetzee)- Fix range for cast expression with lambda child (PR #4721 by
@johannescoetzee)- Add Javadoc to the various parts of the DefaultPrettyPrinterVisitor (PR #4718 by
@johanneskloos)- Make JarTypeSolver and ReflectionTypeSolver a bit more versatile. (PR #4716 by
@johanneskloos)- Fix formatting issues (PR #4715 by
@jlerbsc)- Fix Switch toString to LexicalPreservingPrinter when configured (PR #4712 by
@jlerbsc)- Fix: issue 4697 Updating the com.google.guava:guava dependency to v334.5-jre fails. (PR #4711 by
@jlerbsc)- Implement MethodResolutionCapability in JavassistRecordDeclaration (PR #4709 by
@johanneskloos)- Fix: issue 4707 Upgrading from junit 5.11.4 -> 5.12.1 causes junit exception (PR #4708 by
@jlerbsc)- Fix for #3710 by cutting off resolution loops involving object creation steps. (PR #4704 by
@johanneskloos)- [SECURITY] Fix Zip Slip Vulnerability (PR #3684 by
@JLLeitschuh):heart: Contributors
Thank You to all contributors who worked on this release!
Version 3.26.4
... (truncated)
Commits
76b9479[maven-release-plugin] prepare release javaparser-parent-3.27.066f0b87update readme75514c3Update changelog89be4dbfix(deps): update dependency org.junit:junit-bom to v5.13.1 (#4775)1afdbe8chore(deps): update dependency maven to v3.9.10 (#4774)3c8f071chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to...9102d64fix(deps): update dependency org.checkerframework:checker-qual to v3.49.4 (#4...e0acd7dchore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.25.0 (#...1695985chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to...014d2adfix(deps): update dependency org.junit:junit-bom to v5.13.0 (#4766)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Ecosystem:
maven
maven
Version Change:
3.25.8 → 3.27.0
Update Type:
Minor
Minor
Technical Details
| ID: | 8560450 |
| UUID: | 2866514111 |
| Node ID: | PR_kwDOCSc8Kc6q24i_ |
| Host: | GitHub |
| Repository: | java9-modularity/gradle-modules-plugin |
| Merge State: | Unknown |