-
Notifications
You must be signed in to change notification settings - Fork 9
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 minor-updates group with 6 updates #418
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #418 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 1150 1150
===========================================
Files 98 98
Lines 1537 1537
Branches 159 159
===========================================
Hits 1537 1537 ☔ View full report in Codecov by Sentry. |
@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? |
Bumps the minor-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.12.1` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.10` | `0.8.11` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.5.0` | `3.6.3` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.0` | | [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) | `3.21.0` | `3.21.2` | | [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) | `3.3.0` | `3.3.2` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.11) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.5.0 to 3.6.3 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.3) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.0) Updates `org.apache.maven.plugins:maven-pmd-plugin` from 3.21.0 to 3.21.2 - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.21.0...maven-pmd-plugin-3.21.2) Updates `org.apache.maven.plugins:maven-jxr-plugin` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](apache/maven-jxr@jxr-3.3.0...jxr-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
d027749
to
012e919
Compare
Co-authored-by: jvdb <[email protected]>
Fixed it by adding "-Dsonar.organization=parsingdata" to the maven command to start Sonar! |
Bumps the minor-updates group with 6 updates:
3.11.0
3.12.1
0.8.10
0.8.11
3.5.0
3.6.3
3.1.0
3.2.0
3.21.0
3.21.2
3.3.0
3.3.2
Updates
org.apache.maven.plugins:maven-compiler-plugin
from 3.11.0 to 3.12.1Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
Commits
736da68
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.1ef93f3d
[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 iterationc08b0fd
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.0a1c5b13
[MCOMPILER-565] Allow project build by Maven 44855773
Bump plexusCompilerVersion from 2.13.0 to 2.14.11d05342
[MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...ea74978
[MCOMPILER-381] - Refactor incremental detection (#181)fd37f09
[MCOMPILER-333] Cleanup generated source files (#214)Updates
org.jacoco:jacoco-maven-plugin
from 0.8.10 to 0.8.11Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
f33756c
Prepare release 0.8.110670530
Upgrade animal-sniffer-maven-plugin to 1.23206e5be
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 byvisitVarInsn
instead ofvisitInsn
(#...Updates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.5.0 to 3.6.3Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
... (truncated)
Commits
8205008
[maven-release-plugin] prepare release maven-javadoc-plugin-3.6.3b69af90
[MJAVADOC-682] Reactor builds fail when multiple modules with same groupId:ar...b47b280
directory, not folder488624f
[MJAVADOC-782] Align read-only parameters naming with other plugins867dc73
[MJAVADOC-781] Upgrade plugins and components (in ITs)0104ab2
Fix incorrect config in test-javadoc-test-plugin-config.xmldd39c0c
[MJAVADOC-780] add missing plugin configuratione6e6180
Remove junk from 692d7a8a9918efd24633a44f0f3d4dfd22d0fec4692d7a8
[MJAVADOC-779] - Upgrade maven-plugin parent to 41386d4ea
Remove dead linkUpdates
org.apache.maven.plugins:maven-gpg-plugin
from 3.1.0 to 3.2.0Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
... (truncated)
Commits
4b23da8
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.056645dd
Fix tag template036dfe0
[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)Updates
org.apache.maven.plugins:maven-pmd-plugin
from 3.21.0 to 3.21.2Release notes
Sourced from org.apache.maven.plugins:maven-pmd-plugin's releases.
Commits
1f534b5
[maven-release-plugin] prepare release maven-pmd-plugin-3.21.28f66ebd
[MPMD-382] Regression in report renderinga7fcb38
[maven-release-plugin] prepare for next development iteration43bebb6
[maven-release-plugin] prepare release maven-pmd-plugin-3.21.1defbc25
Downgrade to Plexus XML 3.0.092c55fb
[MPMD-387] Upgrade to Parent 4033f42e7
[MPMD-370] Remove remaining uses of FileReader957ec89
[MPMD-380] use Apache Commons FileUtils and JDK4f10a00
Update release-drafter@v5c2616d1
Typo: fill --> fileUpdates
org.apache.maven.plugins:maven-jxr-plugin
from 3.3.0 to 3.3.2Release notes
Sourced from org.apache.maven.plugins:maven-jxr-plugin's releases.
Commits
8755e6d
[maven-release-plugin] prepare release jxr-3.3.2ec1e1a9
[JXR-187] Upgrade componentsac17da4
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3ee3388f
Add .factorypath to .gitignored6a03e6
[JXR-186] Upgrade to Parent 417cd3904
[JXR-185] Consistently evaluate skip parameter in MavenReport#canGenerateRepo...0e94f5b
Directory, not folderebdbc95
[JXR-183] Plugin Documentation not generated2d2343e
[maven-release-plugin] prepare for next development iteration6880e1c
[maven-release-plugin] prepare release jxr-3.3.1Dependabot 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>
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