@@ -153,26 +153,26 @@ The `problem4j-jackson` modules does **not** declare `jackson-databind` as a tra
153153 <dependency >
154154 <groupId >com.fasterxml.jackson.core</groupId >
155155 <artifactId >jackson-databind</artifactId >
156- <version >2.20.1 </version >
156+ <version >2.21.0 </version >
157157 </dependency >
158158 <dependency >
159159 <groupId >io.github.problem4j</groupId >
160160 <artifactId >problem4j-core</artifactId >
161- <version >1.4.0 </version >
161+ <version >1.4.1 </version >
162162 </dependency >
163163 <dependency >
164164 <groupId >io.github.problem4j</groupId >
165165 <artifactId >problem4j-jackson2</artifactId >
166- <version >1.4.0 </version >
166+ <version >1.4.1 </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.0 ")
175- implementation("io.github.problem4j:problem4j-jackson2:1.4.0 ")
174+ implementation("io.github.problem4j:problem4j-core:1.4.1 ")
175+ implementation("io.github.problem4j:problem4j-jackson2:1.4.1 ")
176176 }
177177 ```
178178
@@ -184,26 +184,26 @@ The `problem4j-jackson` modules does **not** declare `jackson-databind` as a tra
184184 <dependency >
185185 <groupId >tools.jackson.core</groupId >
186186 <artifactId >jackson-databind</artifactId >
187- <version >3.0.3 </version >
187+ <version >3.0.4 </version >
188188 </dependency >
189189 <dependency >
190190 <groupId >io.github.problem4j</groupId >
191191 <artifactId >problem4j-core</artifactId >
192- <version >1.4.0 </version >
192+ <version >1.4.1 </version >
193193 </dependency >
194194 <dependency >
195195 <groupId >io.github.problem4j</groupId >
196196 <artifactId >problem4j-jackson3</artifactId >
197- <version >1.4.0 </version >
197+ <version >1.4.1 </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.0 ")
206- implementation("io.github.problem4j:problem4j-jackson3:1.4.0 ")
205+ implementation("io.github.problem4j:problem4j-core:1.4.1 ")
206+ implementation("io.github.problem4j:problem4j-jackson3:1.4.1 ")
207207 }
208208 ```
209209
0 commit comments