Skip to content

Commit

Permalink
upgrade (try again without any CVE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Numichi committed Apr 23, 2023
1 parent b090133 commit 2fd1b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LoggerHookConfiguration {

@Bean
fun mdcContextHook(): MDCContextHook {
return MDCContextHook label@{ ctx: ContextView, mdc: MDC ->
return MDCContextHook { ctx: ContextView, mdc: MDC ->
val result = mutableMapOf<String, String?>()

ctx[ExampleModel::class.java].also {
Expand Down

0 comments on commit 2fd1b22

Please sign in to comment.