Skip to content

Commit

Permalink
deps: Upgrade core PSL lib version (#463)
Browse files Browse the repository at this point in the history
* Upgrade core PSL lib version

Upgrading the underlying PSL client library version to 1.13.1 in order to pick up publish compressions changes submitted in version 1.12.

* Update pom.xml

* Update pom.xml

* Update pom.xml
  • Loading branch information
davidtorres committed Mar 25, 2024
1 parent 5b53862 commit 4d8bf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>1.11.1</version>
<version>1.12.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand All @@ -18,7 +18,7 @@
<module>pubsublite-kafka-auth</module>
</modules>
<properties>
<psl.version>1.11.1</psl.version>
<psl.version>1.12.1</psl.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 4d8bf72

Please sign in to comment.