Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the production-major group with 2 updates in the / directory: org.owasp:dependency-check-maven and org.json:json.

Updates org.owasp:dependency-check-maven from 10.0.4 to 12.0.1

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 12.0.1

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 12.0.0

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 11.1.1

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 11.1.0

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 11.0.0

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Version 12.0.1 (2025-01-19)

  • docs: Fix OSS Index Maven config documentation (#7322)
  • Fix OSS Index Maven config documentation
  • chore(docs): Document Gradle plugin support for failBuildOnUnusedSuppressionRule (#7307)
  • chore(docs): Correct analyzers config example to use Gradle dot-syntax (#7305)
  • fix: improve error message on improperly configured serverId credentials in settings.xml (#7313)
  • fix: Lower Basic serverId when Bearer was expected to a warning
  • fix: improve error message on improperly configured serverId credentials
  • fix: Correct nonProxyHosts support when no sys properties set (#7306)
  • core(docs): Group failBuildOnUnusedSuppressionRule flag next to suppression file configuration
  • core(docs): Update Gradle plugin documentation for failBuildOnUnusedSuppressionRule support
  • fix: Correct nonProxyHosts support when no sys properties set
  • chore(docs): Correct analyzers config example to use Gradle dot-syntax

See the full listing of changes.

Version 12.0.0 (2025-01-11)

  • feat: report on CVSS v4 (#7204)
  • feat: show from which dependency the CVE comes in failure report (#7224)
  • feat: Use Maven settings decryption API for decrypting secrets from settings.xml (#7284)
  • feat: Extend authentication to support Bearer token for many resources (#7277)
  • feat: Add a flag to fail when one or more suppression rules are not used (#7244)
  • fix: add product evidence as vendor to reduce FN (#7295)
  • fix: Make the HTTP-Client use pre-emptive authentication (#7255)
  • fix: Add the missing proxy credentials for suppressionFileUser/Password authentication scenario
  • fix: increase max retry count (#7252)
  • fix: Make the HTTP-Client use pre-emptive authentication for configured server credentials and extend HTTPClient usage to Nexus search
  • fix: Tranform into UTC the last modified date from database (#7222)

See the full listing of changes.

Version 11.1.1 (2024-12-04)

  • fix: re-enable issue locking (#7220)
  • fix: add username/password properties to be able to authenticate for central.content.url and analyzer.central.url again (#7169)
  • fix: rework replaceOrAddVulnerability (#7177)
  • fix: do not log loading of JDBC driver (#7155)
  • fix: expose flag to disable version check (#7147)
  • fix: Gracefully handle CVEs with bad configuration nodes missing CPE match expressions (#7125)
  • chore: cleanup base suppression (#7138)
  • docs: update gradle configuration documentation (#7176)
  • docs: update documentation for Gradle plugin (#7143)
  • docs: improve false positive issue templat (#7130)

See the full listing of changes.

Version 11.1.0 (2024-10-30)

... (truncated)

Commits
  • eee5b46 build: prepare release v12.0.1
  • 8f76b42 docs: prepare release
  • 9424f85 build(deps): bump org.sonatype.goodies:package-url-java from 1.1.1 to 1.2.0 (...
  • c5e6bce build(deps): bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.3 t...
  • 7181e6a build(deps): bump joda-time:joda-time from 2.10.4 to 2.13.0 (#7300)
  • 2c7b19b build(deps-dev): bump io.netty:netty-codec-http from 4.1.115.Final to 4.1.117...
  • 9502f82 build(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine (#7323)
  • eb6be01 docs: Fix OSS Index Maven config documentation (#7322)
  • 7485f9f build(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine
  • d883343 Fix OSS Index Maven config documentation
  • Additional commits viewable in compare view

Updates org.json:json from 20240303 to 20250107

Release notes

Sourced from org.json:json's releases.

20250107

Pull Request Description
#930 pre-release-20250107: updates for next release
#929 restore moditect in pom.xml

20241224

Pull Request Description
#924 pre-release-20241224: updates for next release
#907 Fix a bug when calling JSONArray.addAll() with Collection as Object
#894 update jsonpath from 2.4.0 to 2.9.0
#889 Fixed non-idempotent unit tests in JSONObjectTest
#879 Extend syntax error information
#877, #886, #888, #911, #921 Strict mode opt-in feature
#876 Remove jsonparserconfig ctor- just use withOverwriteDuplicateKey
#867 Improve performance in toString()
Changelog

Sourced from org.json:json's changelog.

Release history:

JSON-java releases can be found by searching the Maven repository for groupId "org.json" and artifactId "json". For example: https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav

20250107....Restore moditect in pom.xml

20241224....Strict mode opt-in feature, and recent commits. This release does not contain module-info.class.
It is not recommended if you need this feature.

Commits

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 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

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 Jan 20, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/production-major-2470298795 branch from 03bc358 to 997ac3b Compare January 23, 2025 06:31
@dependabot dependabot bot force-pushed the dependabot/maven/production-major-2470298795 branch from 997ac3b to 72860e2 Compare March 17, 2025 06:21
@dependabot dependabot bot force-pushed the dependabot/maven/production-major-2470298795 branch from 72860e2 to d489aef Compare March 27, 2025 06:17
@dependabot dependabot bot force-pushed the dependabot/maven/production-major-2470298795 branch from d489aef to b8080b1 Compare April 4, 2025 06:58
Bumps the production-major group with 2 updates in the / directory: [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) and [org.json:json](https://github.com/douglascrockford/JSON-java).


Updates `org.owasp:dependency-check-maven` from 10.0.4 to 12.0.1
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v10.0.4...v12.0.1)

Updates `org.json:json` from 20240303 to 20250107
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-major
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/production-major-2470298795 branch from b8080b1 to dee84cc Compare April 9, 2025 06:06
@CharlesDuboisSAP CharlesDuboisSAP enabled auto-merge (squash) April 9, 2025 07:01
@CharlesDuboisSAP CharlesDuboisSAP merged commit 5761d89 into main Apr 9, 2025
6 checks passed
@CharlesDuboisSAP CharlesDuboisSAP deleted the dependabot/maven/production-major-2470298795 branch April 9, 2025 07:31
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.

2 participants