Skip to content

Commit

Permalink
project: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain94 committed May 1, 2020
1 parent 83e41ce commit 9a0403c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,23 @@ subprojects {

dependencies {
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.12")
annotationProcessor(group = "org.pf4j", name = "pf4j", version = "3.2.0")
annotationProcessor(group = "org.pf4j", name = "pf4j", version = "3.3.1")

compileOnly(group = "com.openosrs", name = "http-api", version = ProjectVersions.openosrsVersion)
compileOnly(group = "com.openosrs", name = "runelite-api", version = ProjectVersions.openosrsVersion)
compileOnly(group = "com.openosrs", name = "runelite-client", version = ProjectVersions.openosrsVersion)

compileOnly(group = "org.apache.commons", name = "commons-text", version = "1.8")
compileOnly(group = "com.google.guava", name = "guava", version = "28.2-jre")
compileOnly(group = "com.google.guava", name = "guava", version = "29.0-jre")
compileOnly(group = "com.google.inject", name = "guice", version = "4.2.3", classifier = "no_aop")
compileOnly(group = "com.google.code.gson", name = "gson", version = "2.8.6")
compileOnly(group = "net.sf.jopt-simple", name = "jopt-simple", version = "5.0.4")
compileOnly(group = "ch.qos.logback", name = "logback-classic", version = "1.2.3")
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.12")
compileOnly(group = "com.squareup.okhttp3", name = "okhttp", version = "4.5.0")
compileOnly(group = "com.squareup.okhttp3", name = "okhttp", version = "4.5.0")
compileOnly(group = "org.pf4j", name = "pf4j", version = "3.2.0")
compileOnly(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.2")
compileOnly(group = "com.squareup.okhttp3", name = "okhttp", version = "4.6.0")
compileOnly(group = "com.squareup.okhttp3", name = "okhttp", version = "4.6.0")
compileOnly(group = "org.pf4j", name = "pf4j", version = "3.3.1")
compileOnly(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.3")
compileOnly(group = "org.pushing-pixels", name = "radiance-substance", version = "2.5.1")

testAnnotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.12")
Expand All @@ -100,7 +100,7 @@ subprojects {
testImplementation(group = "com.openosrs", name = "runelite-api", version = ProjectVersions.openosrsVersion)
testImplementation(group = "com.openosrs", name = "runelite-client", version = ProjectVersions.openosrsVersion)

testImplementation(group = "org.pf4j", name = "pf4j", version = "3.2.0")
testImplementation(group = "org.pf4j", name = "pf4j", version = "3.3.1")
testImplementation(group = "com.google.inject.extensions", name = "guice-testlib", version = "4.2.3")
testImplementation(group = "net.sf.jopt-simple", name = "jopt-simple", version = "5.0.4")
testImplementation(group = "junit", name = "junit", version = "4.13")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation(gradleApi())
implementation(group = "org.json", name = "json", version = "20190722")
implementation(group = "com.savvasdalkitsis", name = "json-merge", version = "0.0.4")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.2.2")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.6.0")
}

kotlinDslPluginOptions {
Expand Down

0 comments on commit 9a0403c

Please sign in to comment.