Skip to content

Bump org.jvnet.hudson.plugins:analysis-pom from 10.7.0 to 10.9.0 #387

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps org.jvnet.hudson.plugins:analysis-pom from 10.7.0 to 10.9.0.

Commits
  • 79bef1a [maven-release-plugin] prepare release v10.9.0
  • 32adad5 Merge pull request #1154 from jenkinsci/remove-versions
  • 5b12a77 Fail the build if SpotBugs has warnings
  • 8448454 Remove all versions in POM that are already set in pluginManagement
  • d5f5507 [maven-release-plugin] prepare for next development iteration
  • 16201e9 [maven-release-plugin] prepare release v10.8.0
  • 5fb65be Merge pull request #1152 from jenkinsci/pmd-upgrade
  • fdaa5e7 Merge pull request #1151 from jenkinsci/revapi-ignore-spotbugs
  • f5c7afd Merge pull request #1153 from jenkinsci/dependabot/maven/io.jenkins.tools.bom...
  • 9d6a3ca Bump io.jenkins.tools.bom:bom-2.479.x
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [org.jvnet.hudson.plugins:analysis-pom](https://github.com/jenkinsci/analysis-pom-plugin) from 10.7.0 to 10.9.0.
- [Release notes](https://github.com/jenkinsci/analysis-pom-plugin/releases)
- [Changelog](https://github.com/jenkinsci/analysis-pom-plugin/blob/main/CHANGELOG.md)
- [Commits](jenkinsci/analysis-pom-plugin@v10.7.0...v10.9.0)

---
updated-dependencies:
- dependency-name: org.jvnet.hudson.plugins:analysis-pom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Mar 25, 2025
Copy link

Partial score: 0/0

🚧 The grading has been aborted due to an error.

Exception

edu.hm.hafner.analysis.ParsingException: Exception occurred during parsing
JSONException: Missing value at 0 [character 1 line 1]
org.json.JSONException: Missing value at 0 [character 1 line 1]
	at org.json.JSONTokener.syntaxError(JSONTokener.java:503)
	at org.json.JSONTokener.nextSimpleValue(JSONTokener.java:453)
	at org.json.JSONTokener.nextValue(JSONTokener.java:421)
	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:30)
	at edu.hm.hafner.analysis.IssueParser.parse(IssueParser.java:61)
	at edu.hm.hafner.grading.FileSystemToolParser.readReport(FileSystemToolParser.java:40)
	at edu.hm.hafner.grading.ScoreBuilder.readReport(ScoreBuilder.java:162)
	at edu.hm.hafner.grading.AnalysisScore$AnalysisScoreBuilder.read(AnalysisScore.java:178)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:336)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:42)
	at edu.hm.hafner.analysis.IssueParser.parse(IssueParser.java:61)
	at edu.hm.hafner.grading.FileSystemToolParser.readReport(FileSystemToolParser.java:40)
	at edu.hm.hafner.grading.ScoreBuilder.readReport(ScoreBuilder.java:162)
	at edu.hm.hafner.grading.AnalysisScore$AnalysisScoreBuilder.read(AnalysisScore.java:178)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:336)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)
Caused by: org.json.JSONException: Missing value at 0 [character 1 line 1]
	at org.json.JSONTokener.syntaxError(JSONTokener.java:503)
	at org.json.JSONTokener.nextSimpleValue(JSONTokener.java:453)
	at org.json.JSONTokener.nextValue(JSONTokener.java:421)
	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:30)
	... 8 more

Error Messages

Quality Monitor Errors:
An error occurred while grading
org.json.JSONException: Missing value at 0 [character 1 line 1]
	at org.json.JSONTokener.syntaxError(JSONTokener.java:503)
	at org.json.JSONTokener.nextSimpleValue(JSONTokener.java:453)
	at org.json.JSONTokener.nextValue(JSONTokener.java:421)
	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:30)
 [wrapped] edu.hm.hafner.analysis.ParsingException: Exception occurred during parsing
JSONException: Missing value at 0 [character 1 line 1]
org.json.JSONException: Missing value at 0 [character 1 line 1]
	at org.json.JSONTokener.syntaxError(JSONTokener.java:503)
	at org.json.JSONTokener.nextSimpleValue(JSONTokener.java:453)
	at org.json.JSONTokener.nextValue(JSONTokener.java:421)
	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:30)
	at edu.hm.hafner.analysis.IssueParser.parse(IssueParser.java:61)
	at edu.hm.hafner.grading.FileSystemToolParser.readReport(FileSystemToolParser.java:40)
	at edu.hm.hafner.grading.ScoreBuilder.readReport(ScoreBuilder.java:162)
	at edu.hm.hafner.grading.AnalysisScore$AnalysisScoreBuilder.read(AnalysisScore.java:178)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:336)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

	at org.json.JSONTokener.syntaxError(JSONTokener.java:503)
	at org.json.JSONTokener.nextSimpleValue(JSONTokener.java:453)
	at org.json.JSONTokener.nextValue(JSONTokener.java:421)
	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:30)
	at edu.hm.hafner.analysis.IssueParser.parse(IssueParser.java:61)
	at edu.hm.hafner.grading.FileSystemToolParser.readReport(FileSystemToolParser.java:40)
	at edu.hm.hafner.grading.ScoreBuilder.readReport(ScoreBuilder.java:162)
	at edu.hm.hafner.grading.AnalysisScore$AnalysisScoreBuilder.read(AnalysisScore.java:178)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:336)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)
	at edu.hm.hafner.analysis.parser.JsonIssueParser.parseReport(JsonIssueParser.java:42)
	at edu.hm.hafner.analysis.IssueParser.parse(IssueParser.java:61)
	at edu.hm.hafner.grading.FileSystemToolParser.readReport(FileSystemToolParser.java:40)
	at edu.hm.hafner.grading.ScoreBuilder.readReport(ScoreBuilder.java:162)
	at edu.hm.hafner.grading.AnalysisScore$AnalysisScoreBuilder.read(AnalysisScore.java:178)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:336)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)

Information Messages

--------------------------------------------------------------------------------
                     Start Quality Monitor 2.4.0 (#1e6c188)                     
--------------------------------------------------------------------------------
Obtaining configuration from environment variable CONFIG
================================================================================
Processing 1 test configuration(s)
Tests Configuration:
{
  "name" : "Tests",
  "icon" : "",
  "sourcePath" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "junit",
    "name" : "JUnit Tests",
    "icon" : "",
    "pattern" : "**/target/*-reports/TEST*.xml",
    "metric" : ""
  } ],
  "failureImpact" : 0,
  "passedImpact" : 0,
  "skippedImpact" : 0,
  "successRateImpact" : 0,
  "failureRateImpact" : 0,
  "defaultMetric" : "TESTS"
}
Searching for JUnit Tests results matching file name pattern **/target/*-reports/TEST*.xml
- target/failsafe-reports/TEST-io.jenkins.plugins.bootstrap5_api.InjectedTest.xml: TESTS: 11
- target/surefire-reports/TEST-io.jenkins.plugins.bootstrap5.MessagesViewModelTest.xml: TESTS: 2
-> JUnit Tests Total: TESTS: 13
=> JUnit Tests: 13 tests passed
=> Tests: 13 tests passed
================================================================================
Processing 1 coverage configuration(s)
Code Coverage Configuration:
{
  "name" : "Code Coverage",
  "icon" : "",
  "sourcePath" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "jacoco",
    "name" : "",
    "icon" : "",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "metric" : "line"
  }, {
    "id" : "jacoco",
    "name" : "",
    "icon" : "",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "metric" : "branch"
  } ],
  "coveredPercentageImpact" : 0,
  "missedPercentageImpact" : 0,
  "defaultMetric" : ""
}
Searching for Line Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- target/site/jacoco/jacoco.xml: LINE: 84.21% (16/19)
-> Line Coverage Total: LINE: 84.21% (16/19)
=> Line Coverage: 84% (3 missed lines)
Searching for Branch Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- target/site/jacoco/jacoco.xml: BRANCH: 100.00% (2/2)
-> Branch Coverage Total: BRANCH: 100.00% (2/2)
=> Branch Coverage: 100% (0 missed branches)
=> Code Coverage: 92% (3 missed items)
================================================================================
Processing 4 static analysis configuration(s)
Style Configuration:
{
  "name" : "Style",
  "icon" : "",
  "sourcePath" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "checkstyle",
    "name" : "",
    "icon" : "",
    "pattern" : "**/target/**checkstyle-result.xml",
    "metric" : ""
  }, {
    "id" : "pmd",
    "name" : "",
    "icon" : "",
    "pattern" : "**/target/pmd-*/pmd.xml",
    "metric" : ""
  } ],
  "errorImpact" : 0,
  "highImpact" : 0,
  "normalImpact" : 0,
  "lowImpact" : 0,
  "defaultMetric" : ""
}
Searching for CheckStyle results matching file name pattern **/target/**checkstyle-result.xml
- target/checkstyle-java/checkstyle-result.xml: No warnings
- target/checkstyle-tests/checkstyle-result.xml: No warnings
-> CheckStyle (checkstyle): No warnings
=> CheckStyle: No warnings
Searching for PMD results matching file name pattern **/target/pmd-*/pmd.xml
- target/pmd-java/pmd.xml: No warnings
- target/pmd-javascript/pmd.xml: No warnings
- target/pmd-tests/pmd.xml: No warnings
-> PMD (pmd): No warnings
=> PMD: No warnings
=> Style: No warnings
Bugs Configuration:
{
  "name" : "Bugs",
  "icon" : "bug",
  "sourcePath" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "spotbugs",
    "name" : "",
    "icon" : "",
    "pattern" : "**/target/spotbugsXml.xml",
    "metric" : ""
  }, {
    "id" : "error-prone",
    "name" : "",
    "icon" : "",
    "pattern" : "**/maven.log",
    "metric" : ""
  } ],
  "errorImpact" : 0,
  "highImpact" : 0,
  "normalImpact" : 0,
  "lowImpact" : 0,
  "defaultMetric" : ""
}
Searching for SpotBugs results matching file name pattern **/target/spotbugsXml.xml
- target/spotbugsXml.xml: No bugs
-> SpotBugs (spotbugs): No bugs
=> SpotBugs: No bugs
Searching for Error Prone results matching file name pattern **/maven.log
- maven.log: No bugs
-> Error Prone (error-prone): No bugs
=> Error Prone: No bugs
=> Bugs: No bugs
API Problems Configuration:
{
  "name" : "API Problems",
  "icon" : "no_entry_sign",
  "sourcePath" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "revapi",
    "name" : "",
    "icon" : "",
    "pattern" : "**/target/revapi-result.json",
    "metric" : ""
  } ],
  "errorImpact" : 0,
  "highImpact" : 0,
  "normalImpact" : 0,
  "lowImpact" : 0,
  "defaultMetric" : ""
}
Searching for Revapi results matching file name pattern **/target/revapi-result.json
================================================================================
================================================================================

Created by Quality Monitor v2.4.0 (#1e6c188). More details are shown in the GitHub Checks Result.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2025

Superseded by #391.

@dependabot dependabot bot closed this Apr 3, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-10.9.0 branch April 3, 2025 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant