gradle: Update gradle dependencies (#2795)

This commit is contained in:
OpenOSRS
2020-09-13 20:34:15 +02:00
committed by GitHub
parent a2998d63b9
commit d7416a01d8
3 changed files with 7 additions and 7 deletions

View File

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