jeremylong / Open-Vulnerability-Project

Java libraries for working with available vulnerability data sources (GitHub Security Advisories, NVD, EPSS, CISA Known Exploited Vulnerabilities, etc.)
Apache License 2.0
107 stars 30 forks source link

build(deps): bump com.samskivert:jmustache from 1.15 to 1.16 #179

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps com.samskivert:jmustache from 1.15 to 1.16.

Commits
  • 3193938 [maven-release-plugin] prepare release jmustache-1.16
  • 428f7d2 Fix incorrect Javadoc tag.
  • f22e8ad Move partial thread safety test into ThreadSafetyTest(s).
  • 7922422 Test from @​drykovanov.
  • a697d1c Merge pull request #157 from jstachio/parent_partial_master
  • f861f55 Remove unused method
  • a065543 Inheritance support #120
  • 92c1222 Minor formatting tweaks made while reading diffs.
  • fe6ef9c Merge pull request #155 from jstachio/partial_thread_safe
  • ab4bcb7 Make partial loading threadsafe across platforms
  • 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 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)
jeremylong commented 2 weeks ago

This breaks java 8 compatibility. We will merge soon - to coincide with the dependency-check 11 release.