Skip to content

Commit 6a34ad4

Browse files
deps: update dependency org.easymock:easymock to v5.3.0 (#1332)
* deps: update dependency org.easymock:easymock to v5.3.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e931893 commit 6a34ad4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-logging-logback</artifactId>
26-
<version>0.131.6-alpha</version>
26+
<version>0.131.7-alpha</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.6-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.7-alpha'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.131.6-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.131.7-alpha"
4040
```
4141
<!-- {x-version-update-end} -->
4242

@@ -299,7 +299,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
299299
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging-logback/java11.html
300300
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
301301
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging-logback.svg
302-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.6-alpha
302+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.7-alpha
303303
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
304304
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
305305
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<logback.version>1.2.13</logback.version>
18-
<easymock.version>5.2.0</easymock.version>
18+
<easymock.version>5.3.0</easymock.version>
1919
<truth.version>1.4.2</truth.version>
2020
<logging.version>3.17.2</logging.version>
2121
<slf4j.version>1.7.36</slf4j.version>

0 commit comments

Comments
 (0)