Skip to content

Commit e265430

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.25 (#1822)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://redirect.github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.5.24` → `1.5.25` | ![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.25?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.24/1.5.25?slim=true) | --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 278419c commit e265430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>ch.qos.logback</groupId>
141141
<artifactId>logback-classic</artifactId>
142-
<version>1.5.24</version>
142+
<version>1.5.25</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>io.pebbletemplates</groupId>

gradle/libraries.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ system-lambda = { group = "com.github.stefanbirkner", name = "system-lambda", ve
1717
jjwt-api = { module = "io.jsonwebtoken:jjwt-api", version.ref = "jjwt" }
1818
jjwt-impl = { module = "io.jsonwebtoken:jjwt-impl", version.ref = "jjwt" }
1919
jjwt-jackson = { module = "io.jsonwebtoken:jjwt-jackson", version.ref = "jjwt" }
20-
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.24" }
20+
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.25" }
2121

2222
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
2323
okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp3" }

0 commit comments

Comments
 (0)