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 rocker-maven-plugin from 1.2.1 to 1.3.0 #90

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rocker-maven-plugin from 1.2.1 to 1.3.0.

Changelog

Sourced from rocker-maven-plugin's changelog.

1.3.0 - 2020-05-29

  • NOTE: Templates compiled before v1.2.5 are not runtime-compatible if compiled from v1.2.4 due to a change of method signature in how values are rendered. We are bumping up the minor number and re-releasing so users take caution. All templates are still source compatible and fine if generated with v1.2.5+.

1.2.5 - 2020-05-26

  • Null safe operator guards against target value toString() also returning a null (@​jjlauer)
  • Bump gradle publish plugin to v0.12.0

1.2.4 - 2020-05-26

  • Version skipped due to deploy issue to Maven Central

1.2.3 - 2020-01-07

  • Relaxed dynamic binding of template arguments. You can supply a map of keys and values and valid keys are set on the template model. (@​pmlopes)
  • Additional improvements for Java version detection. (@​igorbolic)

1.2.2 - 2019-09-10

  • Support for marking classes with generated annotation (@​serranya)
Commits
  • 590399d [maven-release-plugin] prepare release v1.3.0
  • d941fd3 Update docs
  • bf6af29 Updated README with latest version
  • 4533f1f Update changelog
  • f4abc9d [maven-release-plugin] prepare for next development iteration
  • fb29cd5 [maven-release-plugin] prepare release v1.2.5
  • 3e03ffa [maven-release-plugin] rollback the release of v1.2.4
  • a37ce2c [maven-release-plugin] prepare release v1.2.4
  • c19fc06 Bump gradle publish plugin
  • 9f2ec83 [maven-release-plugin] rollback the release of v1.2.4
  • 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

Looks like com.fizzed:rocker-maven-plugin is up-to-date now, so this is no longer needed.