We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270dac0 commit 2743d3aCopy full SHA for 2743d3a
1 file changed
settings.gradle
@@ -70,7 +70,7 @@ dependencyResolutionManagement {
70
def antlrVersion = version "antlr", "4.13.0"
71
// WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
72
// make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
73
- def byteBuddyVersion = version "byteBuddy", "1.17.5"
+ def byteBuddyVersion = version "byteBuddy", "1.17.8"
74
def classmateVersion = version "classmate", "1.5.1"
75
def geolatteVersion = version "geolatte", "1.9.1"
76
def hcannVersion = version "hcann", "7.0.3.Final"
0 commit comments