Commit 6ab4d8e 1 parent 6a93ce7 commit 6ab4d8e Copy full SHA for 6ab4d8e
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting'
78
78
If you are using Gradle without BOM, add this to your dependencies:
79
79
80
80
``` Groovy
81
- implementation 'com.google.cloud:google-cloud-errorreporting:0.124.7 -beta'
81
+ implementation 'com.google.cloud:google-cloud-errorreporting:0.124.8 -beta'
82
82
```
83
83
84
84
If you are using SBT, add this to your dependencies:
85
85
86
86
``` Scala
87
- libraryDependencies += " com.google.cloud" % " google-cloud-errorreporting" % " 0.124.7 -beta"
87
+ libraryDependencies += " com.google.cloud" % " google-cloud-errorreporting" % " 0.124.8 -beta"
88
88
```
89
89
90
90
## Authentication
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.cloud</groupId >
38
38
<artifactId >google-cloud-core</artifactId >
39
- <version >2.8.12 </version >
39
+ <version >2.8.13 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.cloud</groupId >
37
37
<artifactId >google-cloud-core</artifactId >
38
- <version >2.8.12 </version >
38
+ <version >2.8.13 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments