Merge pull request #940 from DataDog/tyler/bb-upgrade
Update Byte Buddy to 1.10.0
This commit is contained in:
commit
6e2c6ede14
|
@ -14,8 +14,8 @@ testSets {
|
|||
}
|
||||
|
||||
muzzle {
|
||||
// Version 2.7.5 was not released properly and muzzle cannot test against it causing failure.
|
||||
// So we have to skip it resulting in this verbose setup.
|
||||
// Version 2.7.5 and 2.7.8 were not released properly and muzzle cannot test against it causing failure.
|
||||
// So we have to skip them resulting in this verbose setup.
|
||||
fail {
|
||||
group = 'com.couchbase.client'
|
||||
module = 'java-client'
|
||||
|
@ -29,7 +29,12 @@ muzzle {
|
|||
pass {
|
||||
group = 'com.couchbase.client'
|
||||
module = 'java-client'
|
||||
versions = "[2.7.6,)"
|
||||
versions = "[2.7.6,2.7.8)"
|
||||
}
|
||||
pass {
|
||||
group = 'com.couchbase.client'
|
||||
module = 'java-client'
|
||||
versions = "[2.7.9,)"
|
||||
}
|
||||
fail {
|
||||
group = 'com.couchbase.client'
|
||||
|
|
|
@ -14,7 +14,7 @@ ext {
|
|||
junit : "4.12",
|
||||
logback : "1.2.3",
|
||||
lombok : "1.18.4",
|
||||
bytebuddy : "1.9.16",
|
||||
bytebuddy : "1.10.0",
|
||||
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
|
||||
kotlin : "1.3.11",
|
||||
coroutines : "1.1.0"
|
||||
|
|
Loading…
Reference in New Issue