diff --git a/build.gradle b/build.gradle
index ff0b1d1..94b4ece 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 import org.springframework.boot.gradle.plugin.SpringBootPlugin
 
 plugins {
-    id 'org.springframework.boot' version '3.2.5'
+    id 'org.springframework.boot' version '3.3.2'
     id 'io.spring.dependency-management' version '1.1.6'
     id 'java-library'
     id 'maven-publish'
@@ -44,7 +44,7 @@ jacocoTestReport {
 apply plugin: 'io.spring.dependency-management'
 dependencyManagement {
     imports {
-        mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.1'
+        mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.3'
         mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.5'
         mavenBom SpringBootPlugin.BOM_COORDINATES
     }
diff --git a/dependencies.gradle b/dependencies.gradle
index 19c8f23..ac0e868 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -7,7 +7,7 @@ dependencies {
     implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.14'
 
     // Spring
-    compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.5'
+    compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.3.2'
 
     // Other
     implementation 'org.apache.httpcomponents:httpcore:4.4.16' // Needed for DB connection security