From acb007abb53b51c4605bd3165632a2cd97dd4128 Mon Sep 17 00:00:00 2001 From: Dex the DevEx Assistant Date: Mon, 4 May 2026 19:11:21 -0700 Subject: [PATCH] Refresh Spring Boot and Couchbase dependencies --- .env.example | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 6f9b3a5..84d5cab 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ # DO NOT commit .env file to git - it's already in .gitignore # # These environment variables are used for database connection -# and correspond to the Spring Boot 3.5+ Couchbase properties: +# and correspond to the Spring Boot 4.0+ Couchbase properties: # - spring.couchbase.connection-string # - spring.couchbase.username # - spring.couchbase.password diff --git a/pom.xml b/pom.xml index 7e921c7..5b5c282 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.1 + 4.0.3 org.couchbase @@ -20,11 +20,11 @@ UTF-8 17 17 - 3.10.0 + 3.11.1 1.18.42 3.0.1 4.13.2 - 3.5.4 + 3.5.5 @@ -70,7 +70,7 @@ io.github.cdimascio dotenv-java - 3.0.2 + 3.2.0 org.springframework.boot @@ -122,7 +122,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 ${maven.compiler.source} ${maven.compiler.target}