Skip to content

Commit c622c49

Browse files
author
AzureFunctionsJava
committed
Update Java Worker Version to 2.19.2
1 parent 9469d68 commit c622c49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
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.19.1</version>
5+
<version>2.19.2</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>
@@ -111,7 +111,6 @@
111111
<artifactId>javax.annotation-api</artifactId>
112112
<version>1.3.2</version>
113113
</dependency>
114-
115114
<!-- test -->
116115
<dependency>
117116
<groupId>com.microsoft.azure.functions</groupId>

0 commit comments

Comments
 (0)