Faced a problem with dependency locking mechanism:
Project is a multimodule android app where only app module is locked.
I expected that build will fail on simple, manual update of a regular(non dynamic) version until i rewrite locks. But it didn't.
For example i upgraded some version of my 3rd party dependency, let's call it com.dep:dep
: from 1.0
to 1.2
and build finished correctly
even with this particular dependency locked on 1.0 in app's gradle.lockfile