Skip to content

Commit b7ef413

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.3.0 (#1072)
* build(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.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 7ab9360 commit b7ef413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-logging:3.11.0'
61+
implementation 'com.google.cloud:google-cloud-logging:3.11.1'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.0"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.1"
6868
```
6969

7070
## Authentication

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-jar-plugin</artifactId>
65-
<version>3.2.2</version>
65+
<version>3.3.0</version>
6666
<configuration>
6767
<archive>
6868
<manifest>

0 commit comments

Comments
 (0)