Skip to content

Commit 8d03568

Browse files
⬆️(deps): Update dependency org.slf4j:log4j-over-slf4j to v2.0.17 (#1106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29d8e4d commit 8d03568

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

maven_plugin/lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,25 +2280,25 @@
22802280
{
22812281
"groupId": "org.slf4j",
22822282
"artifactId": "log4j-over-slf4j",
2283-
"version": "2.0.16",
2283+
"version": "2.0.17",
22842284
"checksumAlgorithm": "SHA-256",
2285-
"checksum": "0a4c4314b80d7b0ec733efb3cfbeb9005e7488e64132716396e33ef0ca1ac52d",
2285+
"checksum": "cbf30eaf95357ab7babf9be123da9cc702f0fe83b23392b7a62589d60b5862d1",
22862286
"scope": "compile",
2287-
"selectedVersion": "2.0.16",
2287+
"selectedVersion": "2.0.17",
22882288
"included": true,
2289-
"id": "org.slf4j:log4j-over-slf4j:2.0.16",
2289+
"id": "org.slf4j:log4j-over-slf4j:2.0.17",
22902290
"children": [
22912291
{
22922292
"groupId": "org.slf4j",
22932293
"artifactId": "slf4j-api",
2294-
"version": "2.0.16",
2294+
"version": "2.0.17",
22952295
"checksumAlgorithm": "SHA-256",
2296-
"checksum": "a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a",
2296+
"checksum": "7b751d952061954d5abfed7181c1f645d336091b679891591d63329c622eb832",
22972297
"scope": "compile",
22982298
"selectedVersion": "1.7.36",
22992299
"included": false,
2300-
"id": "org.slf4j:slf4j-api:2.0.16",
2301-
"parent": "org.slf4j:log4j-over-slf4j:2.0.16",
2300+
"id": "org.slf4j:slf4j-api:2.0.17",
2301+
"parent": "org.slf4j:log4j-over-slf4j:2.0.17",
23022302
"children": []
23032303
}
23042304
]

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.slf4j</groupId>
8787
<artifactId>log4j-over-slf4j</artifactId>
88-
<version>2.0.16</version>
88+
<version>2.0.17</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)