File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-logging-logback</artifactId >
25
- <version >0.123.6 -alpha</version >
25
+ <version >0.123.7 -alpha</version >
26
26
</dependency >
27
27
```
28
28
29
29
If you are using Gradle without BOM, add this to your dependencies
30
30
31
31
``` Groovy
32
- implementation 'com.google.cloud:google-cloud-logging-logback:0.123.6 -alpha'
32
+ implementation 'com.google.cloud:google-cloud-logging-logback:0.123.7 -alpha'
33
33
```
34
34
35
35
If you are using SBT, add this to your dependencies
36
36
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-logging-logback" % " 0.123.6 -alpha"
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-logging-logback" % " 0.123.7 -alpha"
39
39
```
40
40
41
41
## Authentication
Original file line number Diff line number Diff line change 17
17
<logback .version>1.2.11</logback .version>
18
18
<easymock .version>4.3</easymock .version>
19
19
<truth .version>1.1.3</truth .version>
20
- <logging .version>3.7.2 </logging .version>
20
+ <logging .version>3.7.3 </logging .version>
21
21
<slf4j .version>1.7.36</slf4j .version>
22
22
<google .api-common.version>1.10.1</google .api-common.version>
23
23
</properties >
You can’t perform that action at this time.
0 commit comments