Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.2.1 #138

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-debugger-client</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-debugger-client:1.1.5'
implementation 'com.google.cloud:google-cloud-debugger-client:1.1.6'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.5"
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.6"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
<reportSets>
<reportSet>
<reports>
Expand Down