Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commons-cli = "1.11.0"
pdfbox = "3.0.7"
slf4j = "2.0.18"
junit = "6.1.0"
errorprone = "2.49.0"
errorprone = "2.50.0"
nullaway = "0.13.6"
jspecify = "1.0.0"
archunit = "1.4.2"
Expand All @@ -33,7 +33,7 @@ awaitility = "4.3.0"
# --- Plugin marker versions (read by build-logic/build.gradle.kts and by `version.ref` below) ---
spotless = "8.6.0"
errorprone-plugin = "5.1.0"
spotbugs-plugin = "6.5.5"
spotbugs-plugin = "6.5.6"
# SpotBugs analysis-engine version (distinct from the Gradle plugin marker above); was inlined in
# tate-yoko-pdf's quality script. The unified quality convention sets spotbugs.toolVersion from here.
spotbugs-tool = "4.9.6"
Expand All @@ -43,7 +43,7 @@ shadow = "9.4.2"
# Spring Boot Gradle plugin (bootRun/bootJar) for the :webapp:app web front end. Boot 4.0 (Spring
# Framework 7) baselines Java 17 with first-class Java 25 support. Applied only in :webapp:app via
# `alias(libs.plugins.springBoot)`; it imports its own dependency BOM for spring-boot-starter-*.
spring-boot = "4.0.6"
spring-boot = "4.1.0"
# springdoc-openapi (Swagger UI + /v3/api-docs) for the :webapp:app REST API. The 3.0.x line targets
# Spring Boot 4 / Jackson 3 (2.8.x is the Boot 3 line). App-only dep; not BOM-managed by Spring Boot.
springdoc = "3.0.3"
Expand Down
Loading