chore(deps): update dependencies
Signed-off-by: Alan Brault <alan.brault@visus.io>
This commit is contained in:
+5
-5
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "2.4.0"
|
||||
kotlin("plugin.spring") version "2.4.0"
|
||||
id("org.springframework.boot") version "4.1.0-RC1"
|
||||
id("org.springframework.boot") version "4.1.0"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("org.jlleitschuh.gradle.ktlint") version "14.2.0"
|
||||
id("tech.mappie.plugin") version "2.4.0-2.4.1"
|
||||
id("tech.mappie.plugin") version "2.4.0-2.4.2"
|
||||
id("com.github.ben-manes.versions") version "0.54.0"
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ dependencies {
|
||||
// Third-party libs still use Jackson 2.x (see resolutionStrategy below)
|
||||
implementation("tools.jackson.core:jackson-core:3.1.0")
|
||||
implementation("tools.jackson.core:jackson-databind:3.1.0")
|
||||
implementation("tools.jackson.module:jackson-module-kotlin:3.1.4")
|
||||
implementation("tools.jackson.module:jackson-module-kotlin:3.2.0")
|
||||
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
// Data Persistence (MongoDB)
|
||||
@@ -77,7 +77,7 @@ dependencies {
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
// Validation
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
implementation("org.hibernate.validator:hibernate-validator:9.1.0.Final")
|
||||
implementation("org.hibernate.validator:hibernate-validator:9.1.1.Final")
|
||||
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
// API Documentation (OpenAPI/Swagger)
|
||||
@@ -87,7 +87,7 @@ dependencies {
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
// Mapping & Utilities
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
implementation("tech.mappie:mappie-api:2.4.0-2.4.1")
|
||||
implementation("tech.mappie:mappie-api:2.4.0-2.4.2")
|
||||
|
||||
// ════════════════════════════════════════════════════════════════════════════════
|
||||
// UUID Generation
|
||||
|
||||
Reference in New Issue
Block a user