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.1 #61

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from gg.jte:jte's releases.

2.3.1

  • #204 Support Gradle configuration cache, which is stable since Gradle 8.1

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
  • af4a636 Bump version to 2.3.1
  • 36c85a2 default to current gradle version
  • 8835966 Add gradle-test-wrapper to support running Gradle tests against multiple Grad...
  • ca786ea #205 add migration guides to documentation
  • c04a8db Update SECURITY.md
  • 67667bc Update to codecov@v3
  • 0703073 Update README.md
  • 875c2b0 Bump version to 2.3.1-SNAPSHOT for further development
  • 4a1333d Bump version to 2.3.0
  • 132982b Update SECURITY.md
  • Additional commits viewable in compare view


Updates gg.jte.gradle from 2.2.3 to 2.3.1

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

@dependabot rebase

dependabot[bot] commented 1 year ago

Superseded by #65.