Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 806eb41

Browse files
committed
Updated log4j.
Signed-off-by: Luiz Gustavo Gomes Borges <[email protected]>
1 parent 6bb1eac commit 806eb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/br/com/zup/beagle/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Dependencies : Plugin<Project> {
6868
const val springBoot = "2.3.5.RELEASE"
6969
const val micronaut = "2.1.3"
7070
const val incap = "0.3"
71-
const val log4j = "2.17.0"
71+
const val log4j = "2.17.1"
7272
}
7373

7474
object BackendLibraries {
@@ -112,4 +112,4 @@ class Dependencies : Plugin<Project> {
112112
const val injectJava = "io.micronaut:micronaut-inject-java:${Versions.micronaut}"
113113
}
114114

115-
}
115+
}

0 commit comments

Comments
 (0)