Skip to content

Commit ced17f8

Browse files
committed
Upgrade to JarHC 2.2.2.
1 parent 2182df8 commit ced17f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jarhc-gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ gradle.taskGraph.whenReady {
5252

5353
dependencies {
5454

55-
// JarHC 2.2.1
56-
implementation("org.jarhc:jarhc:2.2.1")
55+
// JarHC 2.2.2
56+
implementation("org.jarhc:jarhc:2.2.2")
5757

5858
// Gradle API
5959
// (this is required because the Gradle API dependency gets removed by the Shadow plugin)

jarhc-gradle-plugin/src/functionalTest/resources/projects/default-config/expected-output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JarHC - JAR Health Check 2.2.0
1+
JarHC - JAR Health Check 2.2.2
22
==============================
33

44
Load JAR files ...

jarhc-gradle-plugin/src/functionalTest/resources/projects/full-config/expected-output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JarHC - JAR Health Check 2.2.0
1+
JarHC - JAR Health Check 2.2.2
22
==============================
33

44
Load JAR files ...

0 commit comments

Comments
 (0)