jreijn / spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC
Apache License 2.0
422 stars 116 forks source link

Bump htmlflow from 3.5 to 3.9 #84

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps htmlflow from 3.5 to 3.9.

Release notes

Sourced from htmlflow's releases.

HtmlFlow-3.7

Support #75 When parent template is initialized with a PrintStream, any internal use of addPartial() should use implicitly that PrintStream regardless the output approach defined on the partial view instantiation.

This feature implies a couple of new internal methods including a newby() in HtmlVisitor that creates a new instance of same type and keeping indentation.

HtmlFlow-3.6

Fix code Smells on Generics and other uses cases. Update Junit release to suppress reported vulnerability. #68

Commits
  • ced7677 [maven-release-plugin] prepare release htmlflow-3.9
  • 31612ab Update for release 3.9 with support for custom elements
  • 7a26867 Merge branch 'development'
  • 65bb2cf Issue 80;
  • 2db802f [maven-release-plugin] prepare for next development iteration
  • cbfd710 [maven-release-plugin] prepare release htmlflow-3.8
  • 725e382 Merge branch 'development'
  • 18df0ae Tweak to avoid erroneous .text("\n")
  • b916024 Fix DOM assertions according to new JSoup release.
  • 49ef80f Merge remote-tracking branch 'origin/dependabot/maven/org.jsoup-jsoup-1.14.2'...
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #93.