gradle: Update gradle dependencies (#2804)

This commit is contained in:
OpenOSRS
2020-09-14 15:07:56 +02:00
committed by GitHub
parent 4b3891a42c
commit 0d828ca99a

View File

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