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:
2222<dependency >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >google-cloud-logging-logback</artifactId >
25- <version >0.129.7 -alpha</version >
25+ <version >0.129.8 -alpha</version >
2626</dependency >
2727```
2828
2929If you are using Gradle without BOM, add this to your dependencies:
3030
3131``` Groovy
32- implementation 'com.google.cloud:google-cloud-logging-logback:0.129.7 -alpha'
32+ implementation 'com.google.cloud:google-cloud-logging-logback:0.129.8 -alpha'
3333```
3434
3535If you are using SBT, add this to your dependencies:
3636
3737``` Scala
38- libraryDependencies += " com.google.cloud" % " google-cloud-logging-logback" % " 0.129.7 -alpha"
38+ libraryDependencies += " com.google.cloud" % " google-cloud-logging-logback" % " 0.129.8 -alpha"
3939```
4040
4141## Authentication
Original file line number Diff line number Diff line change 1717 <logback .version>1.2.11</logback .version>
1818 <easymock .version>5.1.0</easymock .version>
1919 <truth .version>1.1.3</truth .version>
20- <logging .version>3.13.7 </logging .version>
20+ <logging .version>3.14.0 </logging .version>
2121 <slf4j .version>1.7.36</slf4j .version>
2222 <google .api-common.version>1.10.1</google .api-common.version>
2323 </properties >
You can’t perform that action at this time.
0 commit comments