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 parboiled-java from 1.2.0 to 1.4.1 #78

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps parboiled-java from 1.2.0 to 1.4.1.

Changelog

Sourced from parboiled-java's changelog.

Version 1.4.1 (2022-03-11)

  • Improved support for Java 16+ (thanks to @​kenwenzel for the patch!)
  • Dropped support for Java 8

Version 1.4.0 (2022-01-24)

  • Support Java 17
  • Upgraded to ASM 9.2
  • Dropped support for Scala 2.11

Version 1.3.1 (2019-06-24)

  • Upgraded to ASM 7.1
  • Fixed class loader in parser generation
  • Added cross-build for Scala 2.13.0
  • Dropped support for Scala 2.10

Version 1.3.0 (2019-01-23)

  • Upgraded to ASM 7.0
  • Added Scala 2.13.0-M5 build
Commits
  • 8c0bd6b Prepare for release 1.4.1
  • 3344d69 Merge pull request #195 from kenwenzel/define-via-lookup
  • b09524d Add short comment for logic to determine names of group classes.
  • d567e81 Bump actions/checkout from 2.4.0 to 3
  • f1dfb5e Add some documentation to LookupFactory.
  • b0d7d92 Remove Java 8 from build matrix.
  • 83f416a Use MethodHandles.Lookup to define new classes.
  • cc4beab Update sbt to 1.6.2
  • 4446bdb Prepare for release 1.4.0
  • 2a1593e Fix broken tests
  • 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)
jreijn commented 2 years ago

@dependabot rebase