Skip to content

Commit 612d44d

Browse files
committed
update net.bytebuddy version to 1.17.2
1 parent 32d6815 commit 612d44d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ configurations {
4545
}
4646

4747
dependencyUpdates.resolutionStrategy = {
48-
4948
componentSelection { rules ->
5049
rules.all { ComponentSelection selection ->
5150
boolean rejected = ['alpha', 'beta', 'rc', 'cr', 'm'].any { qualifier ->
@@ -56,6 +55,10 @@ dependencyUpdates.resolutionStrategy = {
5655
}
5756
}
5857
}
58+
59+
resolutionStrategy {
60+
force 'net.bytebuddy:byte-buddy:1.17.2'
61+
}
5962
}
6063

6164
dependencyCheck {
@@ -298,6 +301,7 @@ dependencies {
298301
}
299302
testImplementation group: 'org.json', name: 'json', version: '20211205'
300303

304+
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.2'
301305
testImplementation "org.flywaydb:flyway-core:8.5.13"
302306
testImplementation('org.springframework.boot:spring-boot-starter-test')
303307
testImplementation('org.springframework.cloud:spring-cloud-starter-contract-stub-runner')

0 commit comments

Comments
 (0)