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

chore(deps): bump bnd-maven-plugin from 6.3.0 to 6.3.1 #3609

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps bnd-maven-plugin from 6.3.0 to 6.3.1.

Release notes

Sourced from bnd-maven-plugin's releases.

Bnd/Bndtools 6.3.1

See Release Notes.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 7, 2022
Bumps [bnd-maven-plugin](https://github.com/bndtools/bnd) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
- [Commits](bndtools/bnd@6.3.0...6.3.1)

---
updated-dependencies:
- dependency-name: biz.aQute.bnd:bnd-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/biz.aQute.bnd-bnd-maven-plugin-6.3.1 branch from 48c5415 to d8efd66 Compare June 12, 2022 17:30
@codecov
Copy link

codecov bot commented Jun 12, 2022

Codecov Report

Merging #3609 (d8efd66) into master (48dfd6d) will increase coverage by 0.003%.
The diff coverage is n/a.

❗ Current head d8efd66 differs from pull request most recent head 0d48cd1. Consider uploading reports for the commit 0d48cd1 to get more accurate results

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #3609       +/-   ##
===============================================
+ Coverage     58.328%   58.332%   +0.003%     
+ Complexity      2662      2660        -2     
===============================================
  Files            633       633               
  Lines          34350     34348        -2     
  Branches        5837      5842        +5     
===============================================
  Hits           20036     20036               
+ Misses         12260     12258        -2     
  Partials        2054      2054               
Flag Coverage Δ
AlsoSlowTests 58.332% <ø> (+0.003%) ⬆️
javaparser-core 53.842% <ø> (ø)
javaparser-symbol-solver 36.051% <ø> (+0.002%) ⬆️
jdk-10 58.325% <ø> (+0.003%) ⬆️
jdk-11 58.319% <ø> (-0.003%) ⬇️
jdk-12 58.325% <ø> (+0.003%) ⬆️
jdk-13 58.322% <ø> (+0.003%) ⬆️
jdk-14 58.325% <ø> (+0.003%) ⬆️
jdk-15 58.325% <ø> (+0.003%) ⬆️
jdk-16 58.325% <ø> (+0.003%) ⬆️
jdk-8 58.329% <ø> (+0.003%) ⬆️
jdk-9 58.325% <ø> (+0.009%) ⬆️
macos-latest 58.323% <ø> (+0.003%) ⬆️
ubuntu-latest 58.317% <ø> (+0.003%) ⬆️
windows-latest 58.314% <ø> (+0.003%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...eclarations/JavaParserTypeVariableDeclaration.java 60.606% <0.000%> (-6.061%) ⬇️
...ver/reflectionmodel/ReflectionEnumDeclaration.java 31.746% <0.000%> (-1.090%) ⬇️
...ver/javaparsermodel/contexts/StatementContext.java 66.071% <0.000%> (-0.596%) ⬇️
...l/declarations/JavaParserInterfaceDeclaration.java 66.406% <0.000%> (-0.261%) ⬇️
...rmodel/declarations/JavaParserEnumDeclaration.java 59.740% <0.000%> (-0.260%) ⬇️
...model/declarations/JavaParserClassDeclaration.java 80.689% <0.000%> (-0.133%) ⬇️
...er/symbolsolver/javaparsermodel/TypeExtractor.java 75.303% <0.000%> (-0.100%) ⬇️
...src/main/java/com/github/javaparser/JavaToken.java 89.749% <0.000%> (ø)
...parser/resolution/types/ResolvedReferenceType.java 81.683% <0.000%> (ø)
...mbolsolver/model/typesystem/ReferenceTypeImpl.java 85.046% <0.000%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48dfd6d...0d48cd1. Read the comment docs.

@jlerbsc jlerbsc added this to the next release milestone Jul 9, 2022
@jlerbsc jlerbsc enabled auto-merge July 11, 2022 13:46
@MysterAitch MysterAitch removed this from the next release milestone Aug 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2022

A newer version of biz.aQute.bnd:bnd-maven-plugin exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@hazendaz
Copy link
Contributor

@jlerbsc This PR should be closed as this is long updated now.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants