Skip to content

Commit

Permalink
Revert "chore: pin versions of dependencies for compatibility with Py…
Browse files Browse the repository at this point in the history
…thon 3.6 (#1588)" (#293)

Reverts googleapis/java-dms#266
  • Loading branch information
diegomarquezp committed Sep 29, 2022
1 parent b6b0945 commit 6d05f29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions java-dms/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:6566dc8226f20993af18e5a4e7a2b1ba85a292b02dedb6a1634cf10e1b418fa5

digest: sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
6 changes: 3 additions & 3 deletions java-dms/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-dms</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-dms:2.2.5'
implementation 'com.google.cloud:google-cloud-dms:2.2.6'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.2.5"
libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.2.6"
```

## Authentication
Expand Down
1 change: 1 addition & 0 deletions java-dms/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
":maintainLockFilesDisabled",
":autodetectPinVersions"
],
"ignorePaths": [".kokoro/requirements.txt"],
"packageRules": [
{
"packagePatterns": [
Expand Down

0 comments on commit 6d05f29

Please sign in to comment.