Update dependency org.apache.logging.log4j:log4j-bom to v2.17.2
This commit is contained in:
parent
e67e2ecda3
commit
0042b4eb7a
@ -61,7 +61,7 @@ dependencies {
|
|||||||
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
|
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
|
||||||
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"
|
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
|
// Use MySQL Connector-J
|
||||||
compile 'mysql:mysql-connector-java'
|
compile 'mysql:mysql-connector-java'
|
||||||
compile 'org.reflections:reflections:0.9.12'
|
compile 'org.reflections:reflections:0.9.12'
|
||||||
|
Loading…
Reference in New Issue
Block a user