Skip to content

Commit a1bb86f

Browse files
committed
- updates libs versions in readme
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent b6a05c4 commit a1bb86f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README
2020
In `build.gradle` in the `dependencies` section:
2121

2222
```Groovy
23-
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:0.1.0'
24-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.1.0'
25-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.1.0'
26-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.1.0'
27-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.1.0'
28-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.1.0'
23+
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:0.1.2'
24+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.1.2'
25+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.1.2'
26+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.1.2'
27+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.1.2'
28+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.1.2'
2929
```
3030

3131
### With Maven:
@@ -36,32 +36,32 @@ In `pom.xml` in the `dependencies` section:
3636
<dependency>
3737
<groupId>com.microsoft.kiota</groupId>
3838
<artifactId>microsoft-kiota-abstractions</artifactId>
39-
<version>0.1.0</version>
39+
<version>0.1.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.microsoft.kiota</groupId>
4343
<artifactId>microsoft-kiota-authentication-azure</artifactId>
44-
<version>0.1.0</version>
44+
<version>0.1.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.microsoft.kiota</groupId>
4848
<artifactId>microsoft-kiota-http-okHttp</artifactId>
49-
<version>0.1.0</version>
49+
<version>0.1.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.microsoft.kiota</groupId>
5353
<artifactId>microsoft-kiota-serialization-json</artifactId>
54-
<version>0.1.0</version>
54+
<version>0.1.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.microsoft.kiota</groupId>
5858
<artifactId>microsoft-kiota-serialization-text</artifactId>
59-
<version>0.1.0</version>
59+
<version>0.1.2</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.microsoft.kiota</groupId>
6363
<artifactId>microsoft-kiota-serialization-form</artifactId>
64-
<version>0.1.0</version>
64+
<version>0.1.2</version>
6565
</dependency>
6666
```
6767

0 commit comments

Comments
 (0)