File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff 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
5858tasks.withType<AsciidoctorTask > {
Original file line number Diff line number Diff line change 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 ]
57geomatys-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 ]
813geomatys-boot-convention = { id = " com.geomatys.spring-boot-convention" , version.ref = " geomatys-backend" }
You can’t perform that action at this time.
0 commit comments