Skip to content

Commit

Permalink
fix(deps): update dependency io.pebbletemplates:pebble to v3.2.2 (#1169)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.pebbletemplates:pebble](http://pebbletemplates.io)
([source](https://github.com/PebbleTemplates/pebble)) | `3.2.1` ->
`3.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.pebbletemplates:pebble/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.pebbletemplates:pebble/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.pebbletemplates:pebble/3.2.1/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.pebbletemplates:pebble/3.2.1/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PebbleTemplates/pebble (io.pebbletemplates:pebble)</summary>

###
[`v3.2.2`](https://github.com/PebbleTemplates/pebble/releases/tag/3.2.2)

[Compare
Source](https://github.com/PebbleTemplates/pebble/compare/3.2.1...3.2.2)

<ul>
<li>Throw a more detailed exception from DefaultAttributeResolver
(#&#8203;653)</li>
<li>Make expression nodes fully visitable (#&#8203;657)</li>
<li>Added getTemplates function to MemoryLoader (#&#8203;660)</li>
<li>Generate OSGi metadata into pebble jar to make it OSGi compliant
(#&#8203;663)</li>
<li>Add flag for parameter name retention in maven compiler plugin
(#&#8203;664)</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 becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 27, 2023
1 parent 5000ccc commit b119f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit b119f27

Please sign in to comment.