Skip to content

Commit ab457d0

Browse files
committed
update dependencies
1 parent 12ccce8 commit ab457d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-gradle-plugin'
33
id 'com.gradle.plugin-publish' version '0.12.0'
44
id 'org.unbroken-dome.test-sets' version '3.0.1'
5-
id "com.github.ben-manes.versions" version "0.28.0"
5+
id "com.github.ben-manes.versions" version "0.29.0"
66
}
77

88
group 'io.openapiprocessor'
@@ -52,7 +52,7 @@ dependencies {
5252
exclude group: 'org.codehaus.groovy'
5353
}
5454

55-
testImplementation 'net.bytebuddy:byte-buddy:1.10.11'
55+
testImplementation 'net.bytebuddy:byte-buddy:1.10.13'
5656
}
5757

5858

0 commit comments

Comments
 (0)