Skip to content

v1.4.3

Latest

Choose a tag to compare

@malczuuu malczuuu released this 15 Mar 06:55
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.

Changed

  • Bump problem4j-core to 1.4.3.

https://central.sonatype.com/artifact/io.github.problem4j/problem4j-jackson2/1.4.3

Integrates problem4j-core with com.fasterxml.jackson.core:jackson-databind:2.x.

  1. Maven:
    <dependencies>
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-jackson2</artifactId>
            <version>1.4.3</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        implementation("io.github.problem4j:problem4j-jackson2:1.4.3")
    }

https://central.sonatype.com/artifact/io.github.problem4j/problem4j-jackson3/1.4.3

Integrates problem4j-core with tools.jackson.core:jackson-databind:3.x.

  1. Maven:
    <dependencies>
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-jackson3</artifactId>
            <version>1.4.3</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        implementation("io.github.problem4j:problem4j-jackson3:1.4.3")
    }