Skip to content

Commit

Permalink
Merge pull request open-osrs#2767 from open-osrs/GRADLE-DEPS-UPDATE-6…
Browse files Browse the repository at this point in the history
…8a7241

project: Update gradle dependencies
  • Loading branch information
Owain94 authored Aug 11, 2020
2 parents 07db4de + 72b1982 commit 25092dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down
2 changes: 1 addition & 1 deletion deobfuscator/deobfuscator.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.12")

implementation(group = "org.jetbrains", name = "annotations", version = "19.0.0")
implementation(group = "org.jetbrains", name = "annotations", version = "20.0.0")
implementation(group = "org.ow2.asm", name = "asm", version = "8.0.1")
implementation(group = "org.ow2.asm", name = "asm-util", version = "8.0.1")
implementation(group = "net.runelite", name = "fernflower", version = "07082019")
Expand Down
2 changes: 1 addition & 1 deletion runelite-client/runelite-client.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation(group = "org.pushing-pixels", name = "radiance-substance", version = "2.5.1")
implementation(group = "net.sf.jopt-simple", name = "jopt-simple", version = "5.0.4")
implementation(group = "org.apache.commons", name = "commons-text", version = "1.8")
implementation(group = "org.jetbrains", name = "annotations", version = "19.0.0")
implementation(group = "org.jetbrains", name = "annotations", version = "20.0.0")
implementation(group = "org.jooq", name = "jooq", version = "3.13.3")
implementation(group = "org.jooq", name = "jooq-codegen", version = "3.13.3")
implementation(group = "org.jooq", name = "jooq-meta", version = "3.13.3")
Expand Down

0 comments on commit 25092dd

Please sign in to comment.