Skip to content

Commit ae02ee4

Browse files
committed
[1.1.6]
README.md updated
1 parent f0fff27 commit ae02ee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Avro Decoder with support optional fields in JSON.
1313
**Gradle**
1414
```groovy
1515
dependencies {
16-
implementation 'com.github.goodforgod:avro-json-optional-decoder:1.1.5'
16+
implementation 'com.github.goodforgod:avro-json-optional-decoder:1.1.6'
1717
}
1818
```
1919

@@ -22,7 +22,7 @@ dependencies {
2222
<dependency>
2323
<groupId>com.github.goodforgod</groupId>
2424
<artifactId>avro-json-optional-decoder</artifactId>
25-
<version>1.1.5</version>
25+
<version>1.1.6</version>
2626
</dependency>
2727
```
2828

@@ -34,7 +34,7 @@ Library is compatible with different Apache Avro versions. Please use compatible
3434

3535
| [Apache Avro](https://mvnrepository.com/artifact/org.apache.avro/avro-compiler) Version | [Library](https://mvnrepository.com/artifact/com.github.goodforgod/avro-json-optional-decoder) Version |
3636
| ---- | ---- |
37-
| [1.9.2](https://mvnrepository.com/artifact/org.apache.avro/avro-compiler/1.9.2) | [1.1.5](https://mvnrepository.com/artifact/com.github.goodforgod/avro-json-optional-decoder/1.1.4) |
37+
| [1.9.2](https://mvnrepository.com/artifact/org.apache.avro/avro-compiler/1.9.2) | [1.1.6](https://mvnrepository.com/artifact/com.github.goodforgod/avro-json-optional-decoder/1.1.4) |
3838
| [1.8.2](https://mvnrepository.com/artifact/org.apache.avro/avro-compiler/1.8.2) | [1.0.1](https://mvnrepository.com/artifact/com.github.goodforgod/avro-json-optional-decoder/1.0.1) |
3939

4040

0 commit comments

Comments
 (0)