Skip to content

Commit

Permalink
Updates after release 1.2.2 (#69)
Browse files Browse the repository at this point in the history
* Update README.md
* Update SECURITY.md
  • Loading branch information
oswaldobapvicjr authored Feb 28, 2024
1 parent f92d9a3 commit 4f1ddbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ JsonMerger<JsonObject> merger = new JsonMerger<>(JsonObject.class);
This is a command-line tool for merging JSON files directly from the terminal.

```help
$ java -jar jsonmerge-cli-1.2.1.jar --help
$ java -jar jsonmerge-cli-1.2.2.jar --help

Usage: jsonmerge-cli-1.2.1.jar [-hp] [-t <target>] [-d <exp=key>]... <FILE1> <FILE2>
Usage: jsonmerge-cli-1.2.2.jar [-hp] [-t <target>] [-d <exp=key>]... <FILE1> <FILE2>

Parameters:

Expand All @@ -161,15 +161,15 @@ If you are using Maven, add `jsonmerge-core` as a dependency in your `pom.xml` f
<dependency>
<groupId>net.obvj</groupId>
<artifactId>jsonmerge-core</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

> If you use other dependency management systems (such as Gradle, Grape, Ivy, etc.) click [here](https://maven-badges.herokuapp.com/maven-central/net.obvj/jsonmerge-core).
### JSON Merge CLI

To use **JSON Merge CLI**, [download the latest version here](https://repo1.maven.org/maven2/net/obvj/jsonmerge-cli/1.2.1/jsonmerge-cli-1.2.1.jar) (JRE 8+ required).
To use **JSON Merge CLI**, [download the latest version here](https://repo1.maven.org/maven2/net/obvj/jsonmerge-cli/1.2.2/jsonmerge-cli-1.2.2.jar) (JRE 8+ required).

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | JDK version(s) | Supported |
| --------- | -------------- | ------------------ |
| **1.2.1** | 8, 11, 17, 21 | :white_check_mark: |
| < 1.2.1 | n/a | :x: |
| **1.2.2** | 8, 11, 17, 21 | :white_check_mark: |
| < 1.2.2 | n/a | :x: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 4f1ddbb

Please sign in to comment.