ACS-8871: Bump Spring from 6.0.19 to 6.1.13 (#2947)

* ACS-8871: Bump Spring from 6.0.19 to 6.1.13
This commit is contained in:
Krystian Dabrowski
2024-10-02 17:09:36 +02:00
committed by GitHub
parent aeebd3dcc6
commit 27962726b4
5 changed files with 36 additions and 31 deletions

View File

@@ -997,7 +997,7 @@ public class LockServiceImpl implements LockService,
}
// Never return a null LockState
Assert.notNull(lockState);
Assert.notNull(lockState, "The lockState should not be null");
return lockState;
}