File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
58
58
If you are using Gradle without BOM, add this to your dependencies
59
59
60
60
``` Groovy
61
- implementation 'com.google.cloud:google-cloud-logging:3.6.3 '
61
+ implementation 'com.google.cloud:google-cloud-logging:3.6.4 '
62
62
```
63
63
64
64
If you are using SBT, add this to your dependencies
65
65
66
66
``` Scala
67
- libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.6.3 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.6.4 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change 46
46
<plugin >
47
47
<groupId >org.sonatype.plugins</groupId >
48
48
<artifactId >nexus-staging-maven-plugin</artifactId >
49
- <version >1.6.10 </version >
49
+ <version >1.6.11 </version >
50
50
<configuration >
51
51
<skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
52
52
</configuration >
You can’t perform that action at this time.
0 commit comments