Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Nov 17, 2023
1 parent d98eda8 commit f6f3119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.ben-manes.versions" version "0.49.0"
id "com.github.ben-manes.versions" version "0.50.0"

id "java"
id "java-gradle-plugin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'me.qoomon.git-versioning' version '6.4.2'
id 'me.qoomon.git-versioning' version '6.4.3'
}

gitVersioning.apply {
Expand Down Expand Up @@ -38,4 +38,4 @@ task debug {
println(project.property("git.commit"))
println(project.property("git.ref"))
}
}
}

0 comments on commit f6f3119

Please sign in to comment.