Skip to content

Commit

Permalink
[Java] Upgrade to Shadow 6.1.0 and ByteBuddy 1.10.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Oct 7, 2020
1 parent 429ec30 commit b238384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ buildscript {
plugins {
id 'java-library'
id 'idea'
id 'com.github.johnrengelman.shadow' version '6.0.0' apply false
id 'com.github.johnrengelman.shadow' version '6.1.0' apply false
id 'biz.aQute.bnd.builder' version '5.1.2' apply false
id "com.github.ben-manes.versions" version "0.33.0"
}

defaultTasks 'clean', 'build'

def byteBuddyVersion = '1.10.16'
def byteBuddyVersion = '1.10.17'
def findbugsAnnotations = '3.0.1'
def checkstyleVersion = '8.36'
def hamcrestVersion = '2.2'
Expand Down

0 comments on commit b238384

Please sign in to comment.