Skip to content

Commit 194542c

Browse files
Bump jackson-module-kotlin from 2.13.0 to 2.13.3
Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.0 to 2.13.3. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.0...jackson-module-kotlin-2.13.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 512ca78 commit 194542c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation("io.micrometer:micrometer-registry-prometheus")
4242
implementation("ch.qos.logback:logback-classic:1.2.11")
4343
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
44-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
44+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")
4545

4646
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
4747
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)