gradle: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-11-10 00:03:42 +00:00
committed by Owain van Brakel
parent 3fb8e68109
commit 8a696b9a25
3 changed files with 16 additions and 12 deletions

View File

@@ -35,14 +35,14 @@ buildscript {
}
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.1.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.34.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.36.0")
classpath("com.openosrs:injector-plugin:1.1.7")
}
}
plugins {
id("com.adarshr.test-logger") version "2.1.1" apply false
id("com.github.ben-manes.versions") version "0.34.0"
id("com.github.ben-manes.versions") version "0.36.0"
id("se.patrikerdes.use-latest-versions") version "0.2.15"
id("org.ajoberstar.grgit") version "4.1.0"
id("com.simonharrer.modernizer") version "2.1.0-1" apply false