We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ccce8 commit ab457d0Copy full SHA for ab457d0
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-gradle-plugin'
3
id 'com.gradle.plugin-publish' version '0.12.0'
4
id 'org.unbroken-dome.test-sets' version '3.0.1'
5
- id "com.github.ben-manes.versions" version "0.28.0"
+ id "com.github.ben-manes.versions" version "0.29.0"
6
}
7
8
group 'io.openapiprocessor'
@@ -52,7 +52,7 @@ dependencies {
52
exclude group: 'org.codehaus.groovy'
53
54
55
- testImplementation 'net.bytebuddy:byte-buddy:1.10.11'
+ testImplementation 'net.bytebuddy:byte-buddy:1.10.13'
56
57
58
0 commit comments