v2.2.1
·
74 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
https://central.sonatype.com/namespace/io.github.problem4j
- Maven:
<dependencies> <!-- pick one for your project --> <dependency> <groupId>io.github.problem4j</groupId> <artifactId>problem4j-spring-webflux</artifactId> <version>2.2.1</version> </dependency> <dependency> <groupId>io.github.problem4j</groupId> <artifactId>problem4j-spring-webmvc</artifactId> <version>2.2.1</version> </dependency> </dependencies>
- Gradle (Kotlin DSL):
dependencies { // pick one for your project implementation("io.github.problem4j:problem4j-spring-webflux:2.2.1") implementation("io.github.problem4j:problem4j-spring-webmvc:2.2.1") }
Changed
- Bump
problem4j-coreto1.4.2. - Bump
problem4j-jackson2to1.4.2. - Bump
problem4j-jackson3to1.4.2.