Skip to content

Commit 79b05b4

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 8395767 + 3707e10 commit 79b05b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

gradle/libs.versions.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ minio = { module = "io.minio:minio", version = "8.5.11" }
88
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.10.2" }
99
okio = { module = "com.squareup.okio:okio", version = "3.4.0" }
1010
jackson = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.9.9" }
11+
logging = { module = "org.apache.logging.log4j:log4j-core", version = '2.1'}
1112

1213

1314

lib/build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dependencies {
1111
implementation(libs.commons.text)
1212
implementation(libs.minio)
1313
implementation(libs.jackson)
14+
api(libs.logging)
15+
1416

1517
constraints {
1618
// Force a newer version of commons-compress in transitive resolution

0 commit comments

Comments
 (0)