Skip to content

Commit 3e11dce

Browse files
committed
Fix postmerge issues
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent aef4b07 commit 3e11dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ tasks.named("thirdPartyAudit").configure {
370370
'com.google.protobuf.UnsafeUtil$JvmMemoryAccessor',
371371
'com.google.protobuf.UnsafeUtil$MemoryAccessor',
372372
'org.apache.logging.log4j.core.util.internal.UnsafeUtil',
373-
'org.apache.logging.log4j.core.util.internal.UnsafeUtil$1'
373+
'org.apache.logging.log4j.core.util.internal.UnsafeUtil$1',
374374
'reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory$TracingException'
375375
)
376376
}

0 commit comments

Comments
 (0)