Skip to content

Commit

Permalink
chore: Update jdependency to 2.7.0
Browse files Browse the repository at this point in the history
Fixes issues with records (closes GradleUp#679)
  • Loading branch information
jpenilla committed Jun 7, 2021
1 parent 7eaffb7 commit 2a18921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'org.apache.ant:ant:1.10.9'
implementation 'org.codehaus.plexus:plexus-utils:3.3.0'
implementation "org.apache.logging.log4j:log4j-core:2.14.1"
implementation('org.vafer:jdependency:2.6.0') {
implementation('org.vafer:jdependency:2.7.0') {
exclude group: 'org.ow2.asm'
}

Expand Down

0 comments on commit 2a18921

Please sign in to comment.