Skip to content

Commit

Permalink
build(deps): update dependency org.apache.maven.plugins:maven-project…
Browse files Browse the repository at this point in the history
…-info-reports-plugin to v3.4.0 (#216)

* build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.4.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>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Jul 18, 2022
1 parent 705e0fd commit 2d7e89f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java-orchestration-airflow/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-orchestration-airflow</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.3.0'
implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.3.1'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.3.1"
```

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

0 comments on commit 2d7e89f

Please sign in to comment.