@@ -72,21 +72,21 @@ not** declare `jackson-databind` as a transitive dependency.
7272 <dependency >
7373 <groupId >io.github.problem4j</groupId >
7474 <artifactId >problem4j-core</artifactId >
75- <version >1.3.2 </version >
75+ <version >1.3.3 </version >
7676 </dependency >
7777 <dependency >
7878 <groupId >io.github.problem4j</groupId >
7979 <artifactId >problem4j-jackson2</artifactId >
80- <version >1.3.2 </version >
80+ <version >1.3.3 </version >
8181 </dependency >
8282 </dependencies >
8383 ```
84842 . Gradle (Kotlin DSL):
8585 ``` kt
8686 dependencies {
8787 implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0" )
88- implementation(" io.github.problem4j:problem4j-core:1.3.2 " )
89- implementation(" io.github.problem4j:problem4j-jackson2:1.3.2 " )
88+ implementation(" io.github.problem4j:problem4j-core:1.3.3 " )
89+ implementation(" io.github.problem4j:problem4j-jackson2:1.3.3 " )
9090 }
9191 ```
9292
@@ -155,21 +155,21 @@ not** declare `jackson-databind` as a transitive dependency.
155155 <dependency >
156156 <groupId >io.github.problem4j</groupId >
157157 <artifactId >problem4j-core</artifactId >
158- <version >1.3.2 </version >
158+ <version >1.3.3 </version >
159159 </dependency >
160160 <dependency >
161161 <groupId >io.github.problem4j</groupId >
162162 <artifactId >problem4j-jackson3</artifactId >
163- <version >1.3.2 </version >
163+ <version >1.3.3 </version >
164164 </dependency >
165165 </dependencies >
166166 ```
1671672 . Gradle (Kotlin DSL):
168168 ``` kt
169169 dependencies {
170170 implementation(" tools.jackson.core:jackson-databind:3.0.3" )
171- implementation(" io.github.problem4j:problem4j-core:1.3.2 " )
172- implementation(" io.github.problem4j:problem4j-jackson3:1.3.2 " )
171+ implementation(" io.github.problem4j:problem4j-core:1.3.3 " )
172+ implementation(" io.github.problem4j:problem4j-jackson3:1.3.3 " )
173173 }
174174 ```
175175
0 commit comments