Get it while it's hot!
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>3.3.0</version>
</dependency>
Fix #275: Json-io shading needs additional transformer (#280)
- upgrade to latest Gradle Shadow plugin
- add new transformer that replaces the original package name in text files in the json-io config folder (aliases.txt, classFactory.txt, coercedTypes.txt, customWriters.txt) with the shaded one
A minor release? oh yes!