Skip to content

Commit 6f4dc70

Browse files
authored
Bump the default Kiota Version (#216)
1 parent 123e2e5 commit 6f4dc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/plugin/src/main/java/io/kiota/maven/plugin/KiotaMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class KiotaMojo extends AbstractMojo {
7171
/**
7272
* Version of Kiota to be used
7373
*/
74-
@Parameter(defaultValue = "1.14.0")
74+
@Parameter(defaultValue = "1.22.2")
7575
private String kiotaVersion;
7676

7777
// Kiota Options

0 commit comments

Comments
 (0)