khakers / modmail-viewer

An advanced web frontend for the modmail discord bot with built in Discord OAuth2 authentication, and support for browsing and searching current and historical logs. Directly replaces logviewer.
MIT License
10 stars 4 forks source link

chore(deps): bump jte from 2.2.3 to 2.3.0 #46

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jte from 2.2.3 to 2.3.0. Updates gg.jte:jte from 2.2.3 to 2.3.0

Release notes

Sourced from gg.jte:jte's releases.

2.3.0

This release bumps Kotlin to 1.8 and Gradle to 8.0 (see #177). This affects only users who use .kte template and/or use the jte Gradle Plugin for precompiling templates.

In case your app is still not on Kotlin 1.8 or Gradle 8.0, it is recommended to stay on jte < 2.3.0 until you are ready to upgrade.

2.2.6

This release improves the jte-spring-boot-starter:

The jte-spring-boot-starter no longer exists. If you're still on spring boot 2, you can continue using jte-spring-boot-starter-2. If you're already on spring boot 3, you can now use jte-spring-boot-starter-3.

2.2.4

  • #185 Rendering Enums calls name(), instead of toString()
  • #186 Add hot reload support to ResourceCodeResolver
  • #189 properly reset escaping context after attribute value
Commits
  • 4a1333d Bump version to 2.3.0
  • 132982b Update SECURITY.md
  • 03041bd Fix jvm target compatibility error
  • 2d9687e Delete ignored files
  • cdb495f Build gradle tests projects with gradle 8.0.1
  • 2ef1bf9 Build gradle plugin with gradle 8.0.1
  • 6757c34 Bump kotlin version to 1.8.10
  • 2ab5fde #199 add javadoc for TemplateEngine configuration methods, that are only effe...
  • 17b8612 Fix javadoc warnings
  • 595d412 Add test for trimControlStructures with ContentType#Plain
  • Additional commits viewable in compare view


Updates gg.jte.gradle from 2.2.3 to 2.3.0

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)
khakers commented 1 year ago

Blocked until the Gradle wrapper is upgraded to Gradle 8.0

dependabot[bot] commented 1 year ago

Superseded by #61.