Skip to content

Commit 0dcfffe

Browse files
committed
Upgrade optional dependencies (http4k, google cloud functions api)
1 parent 8fcb21f commit 0dcfffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bolt-google-cloud-functions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- functions-framework-api requires Java 11+ -->
1414
<maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target>
16-
<google-cloud-functions-api.version>1.1.0</google-cloud-functions-api.version>
16+
<google-cloud-functions-api.version>1.1.4</google-cloud-functions-api.version>
1717
</properties>
1818

1919
<artifactId>bolt-google-cloud-functions</artifactId>

bolt-http4k/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<http4k.version>5.35.2.0</http4k.version>
13+
<http4k.version>5.37.1.1</http4k.version>
1414
<!-- http4k 5.26+ no longer supports Java 1.8 -->
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)