Skip to content

Commit 4253913

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12
1 parent 9aee653 commit 4253913

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.11</version>
142+
<version>1.5.12</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
@@ -15,7 +15,7 @@ system-lambda = { group = "com.github.stefanbirkner", name = "system-lambda", ve
1515
jjwt-api = { module = "io.jsonwebtoken:jjwt-api", version.ref = "jjwt" }
1616
jjwt-impl = { module = "io.jsonwebtoken:jjwt-impl", version.ref = "jjwt" }
1717
jjwt-jackson = { module = "io.jsonwebtoken:jjwt-jackson", version.ref = "jjwt" }
18-
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.11" }
18+
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }
1919

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

0 commit comments

Comments
 (0)