Fix `NIOLock` warning

Motivation

NIO has deprecated Lock and replaced it with a newer NIOLock. We should move to use the new NIOLock.

Changes

  • Replaced Lock with NIOLock

Merge request reports

Loading