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.3 (#1016)

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 Dec 13, 2024
1 parent 701824a commit 8235fe7
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 @@ -909,32 +909,6 @@
}
]
},
{
"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 Expand Up @@ -1014,6 +988,32 @@
}
]
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-core",
"version": "2.24.3",
"checksumAlgorithm": "SHA-256",
"checksum": "7eb4084596ae25bd3c61698e48e8d0ab65a9260758884ed5cbb9c6e55c44a56a",
"scope": "compile",
"selectedVersion": "2.24.3",
"included": true,
"id": "org.apache.logging.log4j:log4j-core:2.24.3",
"children": [
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-api",
"version": "2.24.3",
"checksumAlgorithm": "SHA-256",
"checksum": "5b4a0a0cd0e751ded431c162442bdbdd53328d1f8bb2bae5fc1bbeee0f66d80f",
"scope": "compile",
"selectedVersion": "2.24.3",
"included": true,
"id": "org.apache.logging.log4j:log4j-api:2.24.3",
"parent": "org.apache.logging.log4j:log4j-core:2.24.3",
"children": []
}
]
},
{
"groupId": "org.apache.maven.shared",
"artifactId": "maven-dependency-tree",
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.2</version>
<version>2.24.3</version>
</dependency>
<dependency>
<groupId>com.soebes.itf.jupiter.extension</groupId>
Expand Down

0 comments on commit 8235fe7

Please sign in to comment.