Skip to content

Commit 8651ef9

Browse files
Bump com.microsoft.azure:azure-functions-maven-plugin (#497)
Bumps [com.microsoft.azure:azure-functions-maven-plugin](https://github.com/microsoft/azure-maven-plugins) from 1.35.0 to 1.36.0. - [Release notes](https://github.com/microsoft/azure-maven-plugins/releases) - [Commits](microsoft/azure-maven-plugins@azure-functions-maven-plugin-v1.35.0...azure-functions-maven-plugin-v1.36.0) --- updated-dependencies: - dependency-name: com.microsoft.azure:azure-functions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c53266 commit 8651ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: backend/FaceApp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<kotlin.version>2.0.0</kotlin.version>
1717
<functions.version>3.1.0</functions.version>
18-
<functions.plugin.version>1.35.0</functions.plugin.version>
18+
<functions.plugin.version>1.36.0</functions.plugin.version>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
2121
<stagingDirectory>${project.build.directory}/azure-functions/${functionAppName}</stagingDirectory>

0 commit comments

Comments
 (0)