Update dependency org.apache.logging.log4j:log4j-bom to v2.17.2

This commit is contained in:
Renovate Bot 2022-05-13 17:46:57 +00:00
parent 9d50e4c95f
commit efe401e27e
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -54,7 +54,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa") {
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"
}
implementation(platform("org.apache.logging.log4j:log4j-bom:2.17.1"))
implementation(platform("org.apache.logging.log4j:log4j-bom:2.17.2"))
// Use MySQL Connector-J
implementation 'mysql:mysql-connector-java'
implementation 'org.reflections:reflections:0.9.12'