We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701f380 commit 72b07ceCopy full SHA for 72b07ce
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.microsoft.azure.functions</groupId>
4
<artifactId>azure-functions-java-worker</artifactId>
5
- <version>2.18.0</version>
+ <version>2.18.1</version>
6
<packaging>jar</packaging>
7
<name>Azure Functions Java Worker</name>
8
<description>This package contains the Java Language Worker used by Azure functions host to execute java functions</description>
@@ -333,7 +333,6 @@
333
<scope>provided</scope>
334
</dependency>
335
</dependencies>
336
-
337
<build>
338
<plugins>
339
<!--
0 commit comments