Skip to content

Commit

Permalink
Update end to end tests to use java library version 3.1.0 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamperiadis authored and shreyas-gopalakrishna committed Jul 14, 2024
1 parent b2b4fa3 commit 917efa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endtoendtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<azure.functions.maven.plugin.version>1.18.0</azure.functions.maven.plugin.version>
<azure.functions.java.library.version>3.0.0-SNAPSHOT</azure.functions.java.library.version>
<azure.functions.java.library.version>3.1.0</azure.functions.java.library.version>
<durabletask.azure.functions>1.0.0-beta.1</durabletask.azure.functions>
<functionAppName>azure-functions-java-endtoendtests</functionAppName>
<functionAppRegion>westus</functionAppRegion>
Expand Down

0 comments on commit 917efa8

Please sign in to comment.