Skip to content

Commit e208bb5

Browse files
committed
[Java] Upgrade to versions plugin 0.46.0.
1 parent a640a45 commit e208bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import java.security.MessageDigest
2121
plugins {
2222
id 'java-library'
2323
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
24-
id "com.github.ben-manes.versions" version "0.45.0"
24+
id 'com.github.ben-manes.versions' version '0.46.0'
2525
}
2626

2727
defaultTasks 'clean', 'build'

0 commit comments

Comments
 (0)