Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 268e110

Browse files
chore: regenerate README
1 parent 17aa8b8 commit 268e110

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging.git",
7-
"sha": "b73dc73fd341bf60441177376b389dde4602faf4"
7+
"sha": "17aa8b8103176d7d32822b70d143f7851f22e73a"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-logging</artifactId>
42-
<version>2.1.2</version>
42+
<version>2.1.3</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-logging'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-logging:2.1.2'
55+
compile 'com.google.cloud:google-cloud-logging:2.1.3'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.1.2"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.1.3"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)