@@ -158,21 +158,21 @@ The `problem4j-jackson` modules does **not** declare `jackson-databind` as a tra
158158 <dependency >
159159 <groupId >io.github.problem4j</groupId >
160160 <artifactId >problem4j-core</artifactId >
161- <version >1.4.1 </version >
161+ <version >1.4.2 </version >
162162 </dependency >
163163 <dependency >
164164 <groupId >io.github.problem4j</groupId >
165165 <artifactId >problem4j-jackson2</artifactId >
166- <version >1.4.1 </version >
166+ <version >1.4.2 </version >
167167 </dependency >
168168 </dependencies >
169169 ```
1701702 . Gradle (Groovy or Kotlin DSL):
171171 ``` groovy
172172 dependencies {
173173 implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
174- implementation("io.github.problem4j:problem4j-core:1.4.1 ")
175- implementation("io.github.problem4j:problem4j-jackson2:1.4.1 ")
174+ implementation("io.github.problem4j:problem4j-core:1.4.2 ")
175+ implementation("io.github.problem4j:problem4j-jackson2:1.4.2 ")
176176 }
177177 ```
178178
@@ -189,21 +189,21 @@ The `problem4j-jackson` modules does **not** declare `jackson-databind` as a tra
189189 <dependency >
190190 <groupId >io.github.problem4j</groupId >
191191 <artifactId >problem4j-core</artifactId >
192- <version >1.4.1 </version >
192+ <version >1.4.2 </version >
193193 </dependency >
194194 <dependency >
195195 <groupId >io.github.problem4j</groupId >
196196 <artifactId >problem4j-jackson3</artifactId >
197- <version >1.4.1 </version >
197+ <version >1.4.2 </version >
198198 </dependency >
199199 </dependencies >
200200 ```
2012012 . Gradle (Groovy or Kotlin DSL):
202202 ``` groovy
203203 dependencies {
204204 implementation("tools.jackson.core:jackson-databind:3.0.3")
205- implementation("io.github.problem4j:problem4j-core:1.4.1 ")
206- implementation("io.github.problem4j:problem4j-jackson3:1.4.1 ")
205+ implementation("io.github.problem4j:problem4j-core:1.4.2 ")
206+ implementation("io.github.problem4j:problem4j-jackson3:1.4.2 ")
207207 }
208208 ```
209209
0 commit comments