Skip to content

Commit fb34420

Browse files
Update dependency io.pebbletemplates:pebble to v4 (#1458)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.pebbletemplates:pebble](http://pebbletemplates.io) ([source](https://redirect.github.com/PebbleTemplates/pebble)) | `3.2.4` -> `4.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.pebbletemplates:pebble/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.pebbletemplates:pebble/3.2.4/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PebbleTemplates/pebble (io.pebbletemplates:pebble)</summary> ### [`v4.0.0`](https://redirect.github.com/PebbleTemplates/pebble/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/PebbleTemplates/pebble/compare/3.2.4...v4.0.0) ### BREAKING CHANGES - Add support for spring boot 4 ([#&#8203;704](https://redirect.github.com/PebbleTemplates/pebble/issues/704)) - Use one of the following artifactId according to the spring boot version that you are using | ArtifactId | spring-boot version | | --------------------------------- | ------------------- | | pebble-legacy-spring-boot-starter | 3.x.x | | pebble-spring-boot-starter | 4.x.x | - The following spring boot properties has been moved to `.servlet` or `.reactive` | Old property | New Property | | ------------------------------- | --------------------------------------- | | pebble.allowRequestOverride | pebble.servlet.allowRequestOverride | | pebble.allowSessionOverride | pebble.servlet.allowSessionOverride | | pebble.cache | pebble.servlet.cache | | pebble.contentType | pebble.servlet.contentType | | pebble.exposeRequestAttributes | pebble.servlet.exposeRequestAttributes | | pebble.exposeSessionAttributes | pebble.servlet.exposeSessionAttributes | | pebble.exposeSpringMacroHelpers | pebble.servlet.exposeSpringMacroHelpers | | | pebble.reactive.mediaTypes | For more information, please consult the spring-boot integration documentation in the [Boot externalized configuration section](https://pebbletemplates.io/wiki/guide/spring-boot-integration/) ### New Features - Add nl2br filter ([#&#8203;699](https://redirect.github.com/PebbleTemplates/pebble/issues/699)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b763785 commit fb34420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>io.pebbletemplates</groupId>
137137
<artifactId>pebble</artifactId>
138-
<version>3.2.4</version>
138+
<version>4.0.0</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)