Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.apache.logging.log4j:log4j-core to v2…
Browse files Browse the repository at this point in the history
….24.2 (#989)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Nov 22, 2024
1 parent 4c61596 commit 23be7d0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,6 @@
"version": "5.2.1-SNAPSHOT",
"lockFileVersion": 1,
"dependencies": [
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-core",
"version": "2.24.1",
"checksumAlgorithm": "SHA-256",
"checksum": "00bcf388472ca80a687014181763b66d777177f22cbbf179fd60e1b1ac9bc9b0",
"scope": "compile",
"selectedVersion": "2.24.1",
"included": true,
"id": "org.apache.logging.log4j:log4j-core:2.24.1",
"children": [
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-api",
"version": "2.24.1",
"checksumAlgorithm": "SHA-256",
"checksum": "6e77bb229fc8dcaf09038beeb5e9030b22e9e01b51b458b0183ce669ebcc92ef",
"scope": "compile",
"selectedVersion": "2.24.1",
"included": true,
"id": "org.apache.logging.log4j:log4j-api:2.24.1",
"parent": "org.apache.logging.log4j:log4j-core:2.24.1",
"children": []
}
]
},
{
"groupId": "com.soebes.itf.jupiter.extension",
"artifactId": "itf-assertj",
Expand Down Expand Up @@ -975,6 +949,32 @@
}
]
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-core",
"version": "2.24.2",
"checksumAlgorithm": "SHA-256",
"checksum": "7a7b90db866c86a1093b3fde758ca28398ebb2a533da0d79a30cc0a78506b9df",
"scope": "compile",
"selectedVersion": "2.24.2",
"included": true,
"id": "org.apache.logging.log4j:log4j-core:2.24.2",
"children": [
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-api",
"version": "2.24.2",
"checksumAlgorithm": "SHA-256",
"checksum": "0ca3ecbd4c315bdd5f2ef6af127712df718c78334cce5bf6fb7b4aa17fdab126",
"scope": "compile",
"selectedVersion": "2.24.2",
"included": true,
"id": "org.apache.logging.log4j:log4j-api:2.24.2",
"parent": "org.apache.logging.log4j:log4j-core:2.24.2",
"children": []
}
]
},
{
"groupId": "com.soebes.itf.jupiter.extension",
"artifactId": "itf-jupiter-extension",
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.24.1</version>
<version>2.24.2</version>
</dependency>
<dependency>
<groupId>com.soebes.itf.jupiter.extension</groupId>
Expand Down

0 comments on commit 23be7d0

Please sign in to comment.