Skip to content

Commit

Permalink
fix(deps): update dependency io.pebbletemplates:pebble to v3.2.3 (#377)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.2.3`](https://redirect.github.com/PebbleTemplates/pebble/releases/tag/3.2.3)

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

<ul>
<li>Dynamically open different feature according to different scenarios
(#&#8203;671)</li>
<li>Fix the ability to provide your own PebbleViewResolver
(#&#8203;686)</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-ruby).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 1d1934d commit 5bc759e
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 @@ -131,7 +131,7 @@
<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 5bc759e

Please sign in to comment.