Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 19, 2023
1 parent 7e69549 commit bf17b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion avro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use this extension on Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-avro</artifactId>
<version>2.8.5</version>
<version>2.16.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To use this extension on Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>2.13.3</version>
<version>2.16.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use this extension on Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-ion</artifactId>
<version>2.11.1</version>
<version>2.16.0</version>
</dependency>
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion smile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use this module on Maven-based projects, use following dependency:
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>2.11.1</version>
<version>2.16.0</version>
</dependency>
```

Expand Down

0 comments on commit bf17b69

Please sign in to comment.