parsingdata / metal

A Java library for parsing binary data formats, using declarative descriptions.
Apache License 2.0
18 stars 9 forks source link

Bump the minor-updates group with 6 updates #418

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the minor-updates group with 6 updates:

Package From To
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.12.1
org.jacoco:jacoco-maven-plugin 0.8.10 0.8.11
org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 3.6.3
org.apache.maven.plugins:maven-gpg-plugin 3.1.0 3.2.0
org.apache.maven.plugins:maven-pmd-plugin 3.21.0 3.21.2
org.apache.maven.plugins:maven-jxr-plugin 3.3.0 3.3.2

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1

Release notes

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

3.12.1

🐛 Bug Fixes

📦 Dependency updates

3.12.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 736da68 [maven-release-plugin] prepare release maven-compiler-plugin-3.12.1
  • ef93f3d [MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)
  • eb7840c [MCOMPILER-567] - Fail to compile if the "generated-sources/annotations" does...
  • 2a7a73b [maven-release-plugin] prepare for next development iteration
  • c08b0fd [maven-release-plugin] prepare release maven-compiler-plugin-3.12.0
  • a1c5b13 [MCOMPILER-565] Allow project build by Maven 4
  • 4855773 Bump plexusCompilerVersion from 2.13.0 to 2.14.1
  • 1d05342 [MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...
  • ea74978 [MCOMPILER-381] - Refactor incremental detection (#181)
  • fd37f09 [MCOMPILER-333] Cleanup generated source files (#214)
  • Additional commits viewable in compare view


Updates org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #1520).
  • Experimental support for Java 22 class files (GitHub #1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #1466, #1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #1468).
  • JaCoCo build now requires JDK 17 (GitHub #1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #1518).
Commits
  • f33756c Prepare release 0.8.11
  • 0670530 Upgrade animal-sniffer-maven-plugin to 1.23
  • 206e5be Restore exec file compatibility after upgrade of ASM to version 9.5 (#1492)
  • 36fc079 Update documentation: JDK version 21 is officially supported (#1520)
  • 7162917 Add validation tests for boolean expressions (#1505)
  • 4bc9267 Fix link to Bytecode Outline Plug-In (#1519)
  • ded62fc Upgrade ASM to 9.6 (#1518)
  • 6798260 Fix links to ASM website (#1515)
  • 4ba332f Fix misleading outdated javadoc (#1513)
  • 7ca0f0f Opcodes.RET should be processed by visitVarInsn instead of visitInsn (#...
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3

Release notes

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

3.6.2

🐛 Bug Fixes

📦 Dependency updates

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • 8205008 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.3
  • b69af90 [MJAVADOC-682] Reactor builds fail when multiple modules with same groupId:ar...
  • b47b280 directory, not folder
  • 488624f [MJAVADOC-782] Align read-only parameters naming with other plugins
  • 867dc73 [MJAVADOC-781] Upgrade plugins and components (in ITs)
  • 0104ab2 Fix incorrect config in test-javadoc-test-plugin-config.xml
  • dd39c0c [MJAVADOC-780] add missing plugin configuration
  • e6e6180 Remove junk from 692d7a8a9918efd24633a44f0f3d4dfd22d0fec4
  • 692d7a8 [MJAVADOC-779] - Upgrade maven-plugin parent to 41
  • 386d4ea Remove dead link
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0

Release notes

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

3.2.0

Release Notes - Maven GPG Plugin - Version 3.2.0

... (truncated)

Commits
  • 4b23da8 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.0
  • 56645dd Fix tag template
  • 036dfe0 [MGPG-105] [MGPG-108] Make plugin backward compat and update site and doco (#77)
  • 0771b61 [MGPG-110] SignAndDeployFileMojo validation is off (#78)
  • 23b64f2 [MGPG-99] Make sure newline is added to input stream (#76)
  • 9a73f90 [MGPG-105] Make possible backward compatibility (#74)
  • 6a94f3a Bump apache/maven-gh-actions-shared from 3 to 4 (#75)
  • 6f50819 [MGPG-106] Introduce new signer: BC (#72)
  • ea35e2c [MGPG-105] Stop propagating bad practices (#71)
  • 6081ad4 [MGPG-107] Settle on JUnit 5 (#70)
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2

Release notes

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

3.21.2

🐛 Bug Fixes

👻 Maintenance

📝 Documentation updates

📦 Dependency updates

Commits
  • 1f534b5 [maven-release-plugin] prepare release maven-pmd-plugin-3.21.2
  • 8f66ebd [MPMD-382] Regression in report rendering
  • a7fcb38 [maven-release-plugin] prepare for next development iteration
  • 43bebb6 [maven-release-plugin] prepare release maven-pmd-plugin-3.21.1
  • defbc25 Downgrade to Plexus XML 3.0.0
  • 92c55fb [MPMD-387] Upgrade to Parent 40
  • 33f42e7 [MPMD-370] Remove remaining uses of FileReader
  • 957ec89 [MPMD-380] use Apache Commons FileUtils and JDK
  • 4f10a00 Update release-drafter@v5
  • c2616d1 Typo: fill --> file
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.2

Release notes

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

jxr-3.3.2

What's Changed

Full Changelog: https://github.com/apache/maven-jxr/compare/jxr-3.3.1...jxr-3.3.2

jxr-3.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/apache/maven-jxr/compare/jxr-3.3.0...jxr-3.3.1

Commits
  • 8755e6d [maven-release-plugin] prepare release jxr-3.3.2
  • ec1e1a9 [JXR-187] Upgrade components
  • ac17da4 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3
  • ee3388f Add .factorypath to .gitignore
  • d6a03e6 [JXR-186] Upgrade to Parent 41
  • 7cd3904 [JXR-185] Consistently evaluate skip parameter in MavenReport#canGenerateRepo...
  • 0e94f5b Directory, not folder
  • ebdbc95 [JXR-183] Plugin Documentation not generated
  • 2d2343e [maven-release-plugin] prepare for next development iteration
  • 6880e1c [maven-release-plugin] prepare release jxr-3.3.1
  • 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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (22073cf) to head (6c1fa9d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #418 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 1150 1150 =========================================== Files 98 98 Lines 1537 1537 Branches 159 159 =========================================== Hits 1537 1537 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mvanaken commented 8 months ago

@jvdb , Sonar is failing again. It seems to run fine for the main branch. We've had this problem before, but I do not remember if and how we fixed it. It seems that the Sonar analysis is not allowed on branches created by dependabot? Could it be a permissions issue? We could also disable the Sonar analysis for dependabot branches?

I found this post of someone explaining the same issue. Not sure if it is related. Could you take a look at it?

mvanaken commented 8 months ago

@jvdb , Sonar is failing again. It seems to run fine for the main branch. We've had this problem before, but I do not remember if and how we fixed it. It seems that the Sonar analysis is not allowed on branches created by dependabot? Could it be a permissions issue? We could also disable the Sonar analysis for dependabot branches?

I found this post of someone explaining the same issue. Not sure if it is related. Could you take a look at it?

Fixed it by adding "-Dsonar.organization=parsingdata" to the maven command to start Sonar!