Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 740895b83 -> 0d3745e53
generate a next version snapshot with ASM 6.1 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0d3745e5 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/0d3745e5 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/0d3745e5 Branch: refs/heads/GROOVY_2_4_X Commit: 0d3745e53767c27ab1094cc2014be6d6ee793116 Parents: 740895b Author: paulk <[email protected]> Authored: Sat Mar 24 09:49:09 2018 +1000 Committer: paulk <[email protected]> Committed: Sat Mar 24 09:49:09 2018 +1000 ---------------------------------------------------------------------- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/0d3745e5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 834cba0..2d5d468 100644 --- a/build.gradle +++ b/build.gradle @@ -148,7 +148,7 @@ configurations { ext { antVersion = '1.9.4' - asmVersion = '6.0' + asmVersion = '6.1' antlrVersion = '2.7.7' coberturaVersion = '1.9.4.1' commonsCliVersion = '1.2' http://git-wip-us.apache.org/repos/asf/groovy/blob/0d3745e5/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 2b96ab7..103e95f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -groovyVersion = 2.4.15-SNAPSHOT +groovyVersion = 2.4.16-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.4.15.SNAPSHOT +groovyBundleVersion = 2.4.16.SNAPSHOT gradle_version=2.14.1
