Skip to content

Commit

Permalink
Fix postmerge issues
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Oct 30, 2023
1 parent aef4b07 commit 3e11dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ tasks.named("thirdPartyAudit").configure {
'com.google.protobuf.UnsafeUtil$JvmMemoryAccessor',
'com.google.protobuf.UnsafeUtil$MemoryAccessor',
'org.apache.logging.log4j.core.util.internal.UnsafeUtil',
'org.apache.logging.log4j.core.util.internal.UnsafeUtil$1'
'org.apache.logging.log4j.core.util.internal.UnsafeUtil$1',
'reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory$TracingException'
)
}
Expand Down

0 comments on commit 3e11dce

Please sign in to comment.