Skip to content

Commit 3691350

Browse files
committed
chore(Build): Upgrade dependencies (Spring Boot 3.3 to 3.5)
1 parent ca772cb commit 3691350

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ dependencies {
5050
testImplementation("org.iogp:gigs:1.0-GEOMATYS-ALPHA-1")
5151

5252
// For Swagger UI
53-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")
54-
implementation("com.github.therapi:therapi-runtime-javadoc:0.15.0")
55-
annotationProcessor("com.github.therapi:therapi-runtime-javadoc-scribe:0.13.0")
53+
implementation(libs.springdoc.starter)
54+
implementation(libs.therapi.runtime)
55+
annotationProcessor(libs.therapi.processor)
5656
}
5757

5858
tasks.withType<AsciidoctorTask> {

gradle/libs.versions.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[versions]
2-
geomatys-backend = "2024.5"
2+
geomatys-backend = "2025.1"
3+
springdoc = "2.8.9"
4+
therapi = "0.15.0"
35

46
[libraries]
57
geomatys-backend-bom = { module = "com.geomatys.backend:downstream-bom", version.ref = "geomatys-backend" }
8+
springdoc-starter = { module = "org.springdoc:springdoc-openapi-starter-webmvc-ui", version.ref = "springdoc" }
9+
therapi-runtime = { module = "com.github.therapi:therapi-runtime-javadoc", version.ref = "therapi" }
10+
therapi-processor = { module = "com.github.therapi:therapi-runtime-javadoc-scribe", version.ref = "therapi" }
611

712
[plugins]
813
geomatys-boot-convention = { id = "com.geomatys.spring-boot-convention", version.ref = "geomatys-backend" }

0 commit comments

Comments
 (0)