Browse Source

Bump raven to 6.0.0.

No major changes, just a version bump for the Sentry protocol
(for Sentry 7) and removal of UDP connections which we never
used.
pull/474/head
Chris Smith 9 years ago
parent
commit
4abab876eb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -36,7 +36,7 @@ dependencies {
36 36
     bundle group: 'com.squareup.dagger', name: 'dagger', version: '1.2.1'
37 37
     bundle group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.08'
38 38
     bundle group: 'com.brsanthu', name: 'migbase64', version: '2.2'
39
-    bundle group: 'net.kencochrane.raven', name: 'raven', version: '5.0.1'
39
+    bundle group: 'net.kencochrane.raven', name: 'raven', version: '6.0.0'
40 40
     bundle group: 'com.google.guava', name:'guava', version: '18.0'
41 41
     bundle group: 'net.engio', name: 'mbassador', version: '1.2.0'
42 42
     bundle group: 'com.dmdirc', name: 'util', version: '+', changing: true

Loading…
Cancel
Save