Skip to content

Commit

Permalink
Update Java Worker Version to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureFunctionsJava committed Jun 19, 2024
1 parent 387e2eb commit f0b7ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.functions</groupId>
<artifactId>azure-functions-java-worker</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
<packaging>jar</packaging>
<name>Azure Functions Java Worker</name>
<description>This package contains the Java Language Worker used by Azure functions host to execute java functions</description>
Expand Down Expand Up @@ -303,7 +303,7 @@
</systemProperties>
</configuration>
</plugin>
<!-- This plugin is used to detect publicly disclosed vulnerabilities contained within a project’s dependencies -->
<!-- This plugin is used to detect publicly disclosed vulnerabilities contained within a project’s dependencies -->
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
Expand All @@ -321,4 +321,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit f0b7ff3

Please sign in to comment.