IBM / cics-bundle-gradle

The plugin to build and deploy CICS bundles in a Gradle build.
Eclipse Public License 2.0
7 stars 20 forks source link

Update dependencies #131

Closed KyeMaloy97 closed 1 year ago

KyeMaloy97 commented 1 year ago

Updates dependencies and casts a int to a long, as there was a change in the maven plugin that meant we had to use a long in common, and casting it in here is safer than the alternative of casting a long to an int in the maven plugin which could fail.

Also updates the gradle wrapper from an older version to a recent one.