Gradle 7.0 introduced an incubating feature to centrally manage dependencies in your Gradle project. A version catalog is a list of dependencies, represented as dependency coordinates, that a user can pick from when declaring dependencies in a build script. Gradle documentaiton In this post, we will take a look at how to setup the versioning system and…