@@ -22,28 +22,28 @@ In `build.gradle` in the `dependencies` section:
2222
2323``` Groovy
2424// x-release-please-start-version
25- implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.12 '
25+ implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.9.0 '
2626// x-release-please-end
2727// x-release-please-start-version
28- implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.12 '
28+ implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0 '
2929// x-release-please-end
3030// x-release-please-start-version
31- implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.12 '
31+ implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0 '
3232// x-release-please-end
3333// x-release-please-start-version
34- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.12 '
34+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0 '
3535// x-release-please-end
3636// x-release-please-start-version
37- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.12 '
37+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0 '
3838// x-release-please-end
3939// x-release-please-start-version
40- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.12 '
40+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0 '
4141// x-release-please-end
4242// x-release-please-start-version
43- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.12 '
43+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0 '
4444// x-release-please-end
4545// x-release-please-start-version
46- implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.12 '
46+ implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.0 '
4747// x-release-please-end
4848implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
4949```
@@ -57,49 +57,49 @@ In `pom.xml` in the `dependencies` section:
5757 <groupId >com.microsoft.kiota</groupId >
5858 <artifactId >microsoft-kiota-abstractions</artifactId >
5959 <!-- x-release-please-start-version-->
60- <version >1.8.12 </version >
60+ <version >1.9.0 </version >
6161 <!-- x-release-please-end-->
6262 </dependency >
6363 <dependency >
6464 <groupId >com.microsoft.kiota</groupId >
6565 <artifactId >microsoft-kiota-authentication-azure</artifactId >
6666 <!-- x-release-please-start-version-->
67- <version >1.8.12 </version >
67+ <version >1.9.0 </version >
6868 <!-- x-release-please-end-->
6969 </dependency >
7070 <dependency >
7171 <groupId >com.microsoft.kiota</groupId >
7272 <artifactId >microsoft-kiota-http-okHttp</artifactId >
7373 <!-- x-release-please-start-version-->
74- <version >1.8.12 </version >
74+ <version >1.9.0 </version >
7575 <!-- x-release-please-end-->
7676 </dependency >
7777 <dependency >
7878 <groupId >com.microsoft.kiota</groupId >
7979 <artifactId >microsoft-kiota-serialization-json</artifactId >
8080 <!-- x-release-please-start-version-->
81- <version >1.8.12 </version >
81+ <version >1.9.0 </version >
8282 <!-- x-release-please-end-->
8383 </dependency >
8484 <dependency >
8585 <groupId >com.microsoft.kiota</groupId >
8686 <artifactId >microsoft-kiota-serialization-text</artifactId >
8787 <!-- x-release-please-start-version-->
88- <version >1.8.12 </version >
88+ <version >1.9.0 </version >
8989 <!-- x-release-please-end-->
9090 </dependency >
9191 <dependency >
9292 <groupId >com.microsoft.kiota</groupId >
9393 <artifactId >microsoft-kiota-serialization-form</artifactId >
9494 <!-- x-release-please-start-version-->
95- <version >1.8.12 </version >
95+ <version >1.9.0 </version >
9696 <!-- x-release-please-end-->
9797 </dependency >
9898 <dependency >
9999 <groupId >com.microsoft.kiota</groupId >
100100 <artifactId >microsoft-kiota-serialization-multipart</artifactId >
101101 <!-- x-release-please-start-version-->
102- <version >1.8.12 </version >
102+ <version >1.9.0 </version >
103103 <!-- x-release-please-end-->
104104 </dependency >
105105 <dependency >
0 commit comments