Parcourir la source

change bytebuddy version due to gradle warning

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902924 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning il y a 1 an
Parent
révision
47a86037b6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      poi-ooxml-lite-agent/build.gradle

+ 2
- 2
poi-ooxml-lite-agent/build.gradle Voir le fichier

@@ -24,8 +24,8 @@ sourceSets {
}

dependencies {
api 'net.bytebuddy:byte-buddy:1.12.+'
api 'net.bytebuddy:byte-buddy-agent:1.12.+'
api 'net.bytebuddy:byte-buddy:1.12.12'
api 'net.bytebuddy:byte-buddy-agent:1.12.12'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}


Chargement…
Annuler
Enregistrer