Skip to content

Commit 5b3316e

Browse files
authored
Merge branch 'dev' into kamperiadis/fix-official-build
2 parents 9b9d870 + f0b7ff3 commit 5b3316e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.14.0</version>
5+
<version>2.15.0</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>
@@ -303,7 +303,7 @@
303303
</systemProperties>
304304
</configuration>
305305
</plugin>
306-
<!-- This plugin is used to detect publicly disclosed vulnerabilities contained within a project’s dependencies -->
306+
<!-- This plugin is used to detect publicly disclosed vulnerabilities contained within a project’s dependencies -->
307307
<plugin>
308308
<groupId>org.owasp</groupId>
309309
<artifactId>dependency-check-maven</artifactId>
@@ -321,4 +321,4 @@
321321
</plugin>
322322
</plugins>
323323
</build>
324-
</project>
324+
</project>

0 commit comments

Comments
 (0)