Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 0253ee6

Browse files
⬆️ Bump com.fasterxml.jackson.module:jackson-module-kotlin
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.18.1 to 2.18.2. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) --- 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 563cd0f commit 0253ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testImplementation("org.springframework.security:spring-security-test")
3434

3535
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
36-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
36+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
3737
implementation("org.flywaydb:flyway-core:11.0.0")
3838
implementation("org.flywaydb:flyway-database-postgresql:11.0.0")
3939
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")

0 commit comments

Comments
 (0)