Skip to content

Commit 72b07ce

Browse files
author
AzureFunctionsJava
committed
Update Java Worker Version to 2.18.1
1 parent 701f380 commit 72b07ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.functions</groupId>
44
<artifactId>azure-functions-java-worker</artifactId>
5-
<version>2.18.0</version>
5+
<version>2.18.1</version>
66
<packaging>jar</packaging>
77
<name>Azure Functions Java Worker</name>
88
<description>This package contains the Java Language Worker used by Azure functions host to execute java functions</description>
@@ -333,7 +333,6 @@
333333
<scope>provided</scope>
334334
</dependency>
335335
</dependencies>
336-
337336
<build>
338337
<plugins>
339338
<!--

0 commit comments

Comments
 (0)