We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9469d68 commit c622c49Copy full SHA for c622c49
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.19.1</version>
+ <version>2.19.2</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>
@@ -111,7 +111,6 @@
111
<artifactId>javax.annotation-api</artifactId>
112
<version>1.3.2</version>
113
</dependency>
114
-
115
<!-- test -->
116
<dependency>
117
0 commit comments