Skip to content

Commit 63bf19a

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Add plugin to find dependnecy updates
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent be0eaad commit 63bf19a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ plugins {
77
id "io.freefair.lombok" version "6.5.1"
88
id 'maven-publish'
99
id 'jacoco'
10+
// https://github.com/ben-manes/gradle-versions-plugin
11+
// Run: ./gradlew dependencyUpdates -Drevision=release
12+
id "com.github.ben-manes.versions" version "0.47.0"
1013
}
1114

1215
group 'io.securecodebox'

0 commit comments

Comments
 (0)