Skip to content

Commit

Permalink
⬆️ upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Aug 28, 2015
1 parent 17da992 commit 6be52a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ subprojects {
}
testCompile "org.ow2.asm:asm:$asmVer"

jmhCompile 'org.openjdk.jmh:jmh-core:1.10.3'
jmhCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.10.3'
jmhCompile 'org.openjdk.jmh:jmh-core:1.10.4'
jmhCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.10.4'

compileOnly 'org.kohsuke.metainf-services:metainf-services:1.5'
// compileOnly 'com.google.auto.service:auto-service:1.0-rc1' // same as metainf-services
Expand Down Expand Up @@ -441,7 +441,7 @@ project (':quasar-core') {
compile("com.esotericsoftware.kryo:kryo:2.24.0") {
exclude group: "org.ow2.asm", module: '*'
}
compile("de.javakaffee:kryo-serializers:0.33") {
compile("de.javakaffee:kryo-serializers:0.36") {
exclude group: "com.esotericsoftware", module: '*'
exclude group: "com.esotericsoftware.kryo", module: '*'
}
Expand Down Expand Up @@ -603,7 +603,7 @@ project (':quasar-actors') {
provided project(path: ':quasar-core', configuration: "jdk${jdkVer}Archives")
// compile 'org.mutabilitydetector:MutabilityDetector:0.9.2'
compile "org.slf4j:slf4j-api:1.7.12"
compile "net.bytebuddy:byte-buddy:0.6.12"
compile "net.bytebuddy:byte-buddy:0.6.15"
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:2.3") {
exclude group: "org.slf4j", module: '*'
}
Expand Down

0 comments on commit 6be52a3

Please # to comment.