Skip to content

Commit

Permalink
Upgrade Google Cloud Functions libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu authored and gsmet committed Jun 20, 2023
1 parent 7c2b986 commit 60c9b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<google-http-client.version>1.43.2</google-http-client.version>
<scram-client.version>2.1</scram-client.version>
<picocli.version>4.7.4</picocli.version>
<google-cloud-functions.version>1.0.4</google-cloud-functions.version>
<google-cloud-functions.version>1.1.0</google-cloud-functions.version>
<commons-compress.version>1.23.0</commons-compress.version>
<commons-text.version>1.10.0</commons-text.version>
<gson.version>2.10.1</gson.version>
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>

<!-- google cloud functions invoker-->
<gcf-invoker.version>1.1.1</gcf-invoker.version>
<gcf-invoker.version>1.3.0</gcf-invoker.version>
<!-- Jakarta JMS API -->
<jakarta.jms-api.version>3.1.0</jakarta.jms-api.version>

Expand Down

0 comments on commit 60c9b1f

Please sign in to comment.