project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-08-11 00:03:50 +00:00
parent 68a72419c2
commit 72b1982330
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ buildscript {
}
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.29.0")
classpath("com.openosrs:injector-plugin:1.1.5")
}
}