Skip to content

Commit 110da7a

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update com.github.jmongard.git-semver-plugin to v0.17.0
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 9894c9d commit 110da7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tasks.register("allDependencies") {
8888
}
8989
}
9090

91-
open class OrtPrintTask : PrintTask({ "" }, "Prints the current project version") {
91+
open class OrtPrintTask : PrintTask({ "" }, "Prints the current project version", "") {
9292
private val projectVersion = project.version.toString()
9393

9494
@TaskAction

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencyAnalysisPlugin = "3.5.0"
44
detektPlugin = "1.23.8"
55
dokkatooPlugin = "2.4.0"
66
downloadPlugin = "5.6.0"
7-
gitSemverPlugin = "0.16.1"
7+
gitSemverPlugin = "0.17.0"
88
graalVmNativeImagePlugin = "0.11.3"
99
ideaExtPlugin = "1.3"
1010
kotlinPlugin = "2.2.21"

0 commit comments

Comments
 (0)