I'm not familiar with how pom.xml works, but from ...
# kobalt
s
I'm not familiar with how pom.xml works, but from browsing the Retrofit repo I can see that they specify some versions in some properties in the pom.xml two levels up. Here's the file you linked: https://github.com/square/retrofit/blob/master/retrofit-converters/moshi/pom.xml and here's the parent of its parent: https://github.com/square/retrofit/blob/master/pom.xml which has elements like
<moshi.version>1.1.0</moshi.version>
. Does Gradle somehow resolve those properties or does it just grab the latest non-snapshot version like you do now?