Skip to content

Commit 3bafcc5

Browse files
committed
Refactor the azure adapter tests
1 parent efda728 commit 3bafcc5

File tree

1 file changed

+1
-2
lines changed
  • spring-cloud-function-samples/function-sample-azure-time-trigger

1 file changed

+1
-2
lines changed

spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ The `spring-cloud-function-adapter-azure` dependency activates the AzureFunction
6060
<dependency>
6161
<groupId>org.springframework.cloud</groupId>
6262
<artifactId>spring-cloud-function-adapter-azure</artifactId>
63-
<version>3.2.9-SNAPSHOT</version>
6463
</dependency>
6564
----
6665

67-
(Version 3.2.9 or higher)
66+
(Version 4.x.x or higher)
6867

6968

7069
The `uppercase` function with signature `Function<Message<String>, Void> uppercase()` is defined as `@Bean` in the TimeTriggerDemoApplication context.

0 commit comments

Comments
 (0)