Skip to content

Commit b788d8b

Browse files
chore: update version in README.md to 1.4.0 (#58)
Co-authored-by: repository-butler[bot] <166800726+repository-butler[bot]@users.noreply.github.com>
1 parent 542667c commit b788d8b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ This library is available on Maven Central. You can add it to your project using
4545

4646
```kotlin
4747
dependencies {
48-
implementation("io.github.mpecan:upsert:1.3.0")
48+
implementation("io.github.mpecan:upsert:1.4.0")
4949
}
5050
```
5151

5252
### Gradle (Groovy DSL)
5353

5454
```groovy
5555
dependencies {
56-
implementation 'io.github.mpecan:upsert:1.3.0'
56+
implementation 'io.github.mpecan:upsert:1.4.0'
5757
}
5858
```
5959

@@ -64,7 +64,7 @@ dependencies {
6464
<dependency>
6565
<groupId>io.github.mpecan</groupId>
6666
<artifactId>upsert</artifactId>
67-
<version>1.3.0</version>
67+
<version>1.4.0</version>
6868
</dependency>
6969
```
7070

@@ -283,31 +283,31 @@ Add one of the following dependencies to your `pom.xml`:
283283
<dependency>
284284
<groupId>com.fasterxml.jackson.core</groupId>
285285
<artifactId>jackson-databind</artifactId>
286-
<version>1.3.0</version>
286+
<version>1.4.0</version>
287287
</dependency>
288288
<dependency>
289289
<groupId>com.fasterxml.jackson.module</groupId>
290290
<artifactId>jackson-module-kotlin</artifactId>
291-
<version>1.3.0</version>
291+
<version>1.4.0</version>
292292
</dependency>
293293

294294
<!-- Option 2: Gson -->
295295
<dependency>
296296
<groupId>com.google.code.gson</groupId>
297297
<artifactId>gson</artifactId>
298-
<version>1.3.0</version>
298+
<version>1.4.0</version>
299299
</dependency>
300300

301301
<!-- Option 3: JSON-B -->
302302
<dependency>
303303
<groupId>jakarta.json.bind</groupId>
304304
<artifactId>jakarta.json.bind-api</artifactId>
305-
<version>1.3.0</version>
305+
<version>1.4.0</version>
306306
</dependency>
307307
<dependency>
308308
<groupId>org.eclipse</groupId>
309309
<artifactId>yasson</artifactId>
310-
<version>1.3.0</version>
310+
<version>1.4.0</version>
311311
</dependency>
312312
```
313313

@@ -355,13 +355,13 @@ testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
355355
<dependency>
356356
<groupId>com.fasterxml.jackson.core</groupId>
357357
<artifactId>jackson-databind</artifactId>
358-
<version>1.3.0</version>
358+
<version>1.4.0</version>
359359
<scope>test</scope>
360360
</dependency>
361361
<dependency>
362362
<groupId>com.fasterxml.jackson.module</groupId>
363363
<artifactId>jackson-module-kotlin</artifactId>
364-
<version>1.3.0</version>
364+
<version>1.4.0</version>
365365
<scope>test</scope>
366366
</dependency>
367367
```

0 commit comments

Comments
 (0)