File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
functionapp/cosmosdb-output Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 <!-- dependencies -->
2020 <azure-functions-java-library .version>3.1.0</azure-functions-java-library .version>
2121 <!-- plugins -->
22- <azure-functions-maven-plugin .version>1.36 .0</azure-functions-maven-plugin .version>
22+ <azure-functions-maven-plugin .version>1.37 .0</azure-functions-maven-plugin .version>
2323 </properties >
2424 <build >
2525 <plugins >
3232 <region >${region} </region >
3333 <resourceGroup >${resourceGroup} </resourceGroup >
3434 <runtime >
35- <javaVersion >${java.version} </javaVersion >
35+ <javaVersion >Java 17 </javaVersion >
3636 </runtime >
3737 <appSettings >
3838 <property >
6161 <plugin >
6262 <groupId >org.apache.maven.plugins</groupId >
6363 <artifactId >maven-resources-plugin</artifactId >
64- <version >3.1.0 </version >
64+ <version >3.3.1 </version >
6565 <executions >
6666 <execution >
6767 <id >copy-resources</id >
8888 <plugin >
8989 <groupId >org.apache.maven.plugins</groupId >
9090 <artifactId >maven-dependency-plugin</artifactId >
91- <version >3.1 .1</version >
91+ <version >3.8 .1</version >
9292 <executions >
9393 <execution >
9494 <id >copy-dependencies</id >
110110 <plugin >
111111 <groupId >org.apache.maven.plugins</groupId >
112112 <artifactId >maven-clean-plugin</artifactId >
113- <version >3.1 .0</version >
113+ <version >3.4 .0</version >
114114 <configuration >
115115 <filesets >
116116 <fileset >
136136 <plugin >
137137 <groupId >org.apache.maven.plugins</groupId >
138138 <artifactId >maven-resources-plugin</artifactId >
139- <version >3.2.0 </version >
139+ <version >3.3.1 </version >
140140 <executions >
141141 <execution >
142142 <id >copy-resources</id >
You can’t perform that action at this time.
0 commit comments