Skip to content

Commit 7799ca0

Browse files
⬆️(deps): Update dependency org.apache.logging.log4j:log4j-core to v2.25.1 (#1268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 603c509 commit 7799ca0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

maven_plugin/lockfile.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,27 +274,27 @@
274274
{
275275
"groupId": "org.apache.logging.log4j",
276276
"artifactId": "log4j-core",
277-
"version": "2.25.0",
277+
"version": "2.25.1",
278278
"checksumAlgorithm": "SHA-256",
279-
"checksum": "05d3eecb9e509fd47117c0fb43c7b4b2989b28ecd5543ad5feff2e4903d3c921",
279+
"checksum": "78c232747855464b182f0abf78a99a22c88d4d270ff585343dab55576d7420e2",
280280
"scope": "compile",
281-
"resolved": "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.25.0/log4j-core-2.25.0.jar",
282-
"selectedVersion": "2.25.0",
281+
"resolved": "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.25.1/log4j-core-2.25.1.jar",
282+
"selectedVersion": "2.25.1",
283283
"included": true,
284-
"id": "org.apache.logging.log4j:log4j-core:2.25.0",
284+
"id": "org.apache.logging.log4j:log4j-core:2.25.1",
285285
"children": [
286286
{
287287
"groupId": "org.apache.logging.log4j",
288288
"artifactId": "log4j-api",
289-
"version": "2.25.0",
289+
"version": "2.25.1",
290290
"checksumAlgorithm": "SHA-256",
291-
"checksum": "0393e32167240eb56597a2016446928755729f1a181046cab5d42a81d0e3d909",
291+
"checksum": "20b9c77c0a9e54d1063a39e551dcaf98c7d8e7a4994648f84d0b9e14c71f7215",
292292
"scope": "compile",
293-
"resolved": "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.25.0/log4j-api-2.25.0.jar",
294-
"selectedVersion": "2.25.0",
293+
"resolved": "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.25.1/log4j-api-2.25.1.jar",
294+
"selectedVersion": "2.25.1",
295295
"included": true,
296-
"id": "org.apache.logging.log4j:log4j-api:2.25.0",
297-
"parent": "org.apache.logging.log4j:log4j-core:2.25.0",
296+
"id": "org.apache.logging.log4j:log4j-api:2.25.1",
297+
"parent": "org.apache.logging.log4j:log4j-core:2.25.1",
298298
"children": []
299299
}
300300
]

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.apache.logging.log4j</groupId>
9898
<artifactId>log4j-core</artifactId>
99-
<version>2.25.0</version>
99+
<version>2.25.1</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.soebes.itf.jupiter.extension</groupId>

0 commit comments

Comments
 (0)