From e05b77f4c7057f28827672f916369d1656d4d474 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Thu, 8 Apr 2021 23:25:35 -0700 Subject: [PATCH] Bump p2asmaven to its latest bugfix. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bdbef35339..02efb8b73d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id "com.github.spotbugs" version "4.7.0" apply false //https://github.com/diffplug/goomph - id "com.diffplug.p2.asmaven" version "3.27.0" apply false + id "com.diffplug.p2.asmaven" version "3.29.1" apply false // https://github.com/diffplug/spotless-changelog id "com.diffplug.spotless-changelog" version "2.1.0" apply false }