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 {
|
plugins {
|
||||||
kotlin("jvm") version "2.4.0"
|
kotlin("jvm") version "2.4.0"
|
||||||
kotlin("plugin.spring") 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("io.spring.dependency-management") version "1.1.7"
|
||||||
id("org.jlleitschuh.gradle.ktlint") version "14.2.0"
|
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"
|
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)
|
// 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-core:3.1.0")
|
||||||
implementation("tools.jackson.core:jackson-databind: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)
|
// Data Persistence (MongoDB)
|
||||||
@@ -77,7 +77,7 @@ dependencies {
|
|||||||
// ════════════════════════════════════════════════════════════════════════════════
|
// ════════════════════════════════════════════════════════════════════════════════
|
||||||
// Validation
|
// 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)
|
// API Documentation (OpenAPI/Swagger)
|
||||||
@@ -87,7 +87,7 @@ dependencies {
|
|||||||
// ════════════════════════════════════════════════════════════════════════════════
|
// ════════════════════════════════════════════════════════════════════════════════
|
||||||
// Mapping & Utilities
|
// 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
|
// UUID Generation
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
@@ -128,5 +128,4 @@ class AuthController(
|
|||||||
val response = authService.refreshToken(request.refreshToken)
|
val response = authService.refreshToken(request.refreshToken)
|
||||||
return ResponseEntity.ok(response)
|
return ResponseEntity.ok(response)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user