Skip to content

Commit c2e0d52

Browse files
Update README.md
1 parent 13f2cb0 commit c2e0d52

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,21 @@ The `problem4j-jackson` modules does **not** declare `jackson-databind` as a tra
138138
<dependency>
139139
<groupId>io.github.problem4j</groupId>
140140
<artifactId>problem4j-core</artifactId>
141-
<version>1.3.1</version>
141+
<version>1.3.2</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>io.github.problem4j</groupId>
145145
<artifactId>problem4j-jackson2</artifactId>
146-
<version>1.3.1</version>
146+
<version>1.3.2</version>
147147
</dependency>
148148
</dependencies>
149149
```
150150
2. Gradle (Groovy or Kotlin DSL):
151151
```groovy
152152
dependencies {
153153
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
154-
implementation("io.github.problem4j:problem4j-core:1.3.1")
155-
implementation("io.github.problem4j:problem4j-jackson2:1.3.1")
154+
implementation("io.github.problem4j:problem4j-core:1.3.2")
155+
implementation("io.github.problem4j:problem4j-jackson2:1.3.2")
156156
}
157157
```
158158

@@ -169,21 +169,21 @@ The `problem4j-jackson` modules does **not** declare `jackson-databind` as a tra
169169
<dependency>
170170
<groupId>io.github.problem4j</groupId>
171171
<artifactId>problem4j-core</artifactId>
172-
<version>1.3.1</version>
172+
<version>1.3.2</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>io.github.problem4j</groupId>
176176
<artifactId>problem4j-jackson3</artifactId>
177-
<version>1.3.1</version>
177+
<version>1.3.2</version>
178178
</dependency>
179179
</dependencies>
180180
```
181181
2. Gradle (Groovy or Kotlin DSL):
182182
```groovy
183183
dependencies {
184184
implementation("tools.jackson.core:jackson-databind:3.0.3")
185-
implementation("io.github.problem4j:problem4j-core:1.3.1")
186-
implementation("io.github.problem4j:problem4j-jackson3:1.3.1")
185+
implementation("io.github.problem4j:problem4j-core:1.3.2")
186+
implementation("io.github.problem4j:problem4j-jackson3:1.3.2")
187187
}
188188
```
189189

0 commit comments

Comments
 (0)