Skip to content

Commit eda2b48

Browse files
fix(deps): update dependency io.pebbletemplates:pebble to v4.1.1 (#1837)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.pebbletemplates:pebble](http://pebbletemplates.io) ([source](https://redirect.github.com/PebbleTemplates/pebble)) | `4.1.0` → `4.1.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.pebbletemplates:pebble/4.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.pebbletemplates:pebble/4.1.0/4.1.1?slim=true) | --- ### Release Notes <details> <summary>PebbleTemplates/pebble (io.pebbletemplates:pebble)</summary> ### [`v4.1.1`](https://redirect.github.com/PebbleTemplates/pebble/releases/tag/4.1.1) [Compare Source](https://redirect.github.com/PebbleTemplates/pebble/compare/4.1.0...4.1.1) <h1 id="new-features">New Features</h1> <ul> <li>Expose AST Root Node to Enable Custom NodeVisitor Implementation (#&#8203;701)</li> </ul> <h1 id="bug-fixes">Bug Fixes</h1> <ul> <li>Catch all exceptions in DelegatingLoader (#&#8203;765)</li> </ul> </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-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bcf90a4 commit eda2b48

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
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>io.pebbletemplates</groupId>
146146
<artifactId>pebble</artifactId>
147-
<version>4.1.0</version>
147+
<version>4.1.1</version>
148148
</dependency>
149149
</dependencies>
150150
<properties>

0 commit comments

Comments
 (0)