Skip to content

Commit

Permalink
Upgrade optional dependencies (http4k, google cloud functions api)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 6, 2024
1 parent 8fcb21f commit 0dcfffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bolt-google-cloud-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- functions-framework-api requires Java 11+ -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<google-cloud-functions-api.version>1.1.0</google-cloud-functions-api.version>
<google-cloud-functions-api.version>1.1.4</google-cloud-functions-api.version>
</properties>

<artifactId>bolt-google-cloud-functions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.35.2.0</http4k.version>
<http4k.version>5.37.1.1</http4k.version>
<!-- http4k 5.26+ no longer supports Java 1.8 -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 0dcfffe

Please sign in to comment.