diff --git a/NOTICE b/NOTICE
index 6957085..cc9023d 100644
--- a/NOTICE
+++ b/NOTICE
@@ -25,7 +25,7 @@ spring-projects/spring-data-commons
https://github.com/spring-projects/spring-data-commons
-Spring Data Commons 3.3.6
+Spring Data Commons 3.3.7
Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
https://github.com/spring-projects/spring-data-jdbc
-Spring Data Relational 3.3.6
+Spring Data Relational 3.3.7
Copyright (c) [2017-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
diff --git a/README.md b/README.md
index 74cef25..2a54dec 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,13 @@ may be an appropriate choice.
}
}
dependencies {
- classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.6")
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.7")
}
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.6")
+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.7")
}
```
@@ -51,7 +51,7 @@ may be an appropriate choice.
org.springframework.boot
spring-boot-starter-parent
- 3.3.6
+ 3.3.7
@@ -63,7 +63,7 @@ may be an appropriate choice.
com.navercorp.spring
spring-boot-starter-data-jdbc-plus-sql
- 3.3.6
+ 3.3.7
```
diff --git a/gradle.properties b/gradle.properties
index 4a1fb5f..a63d5b0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
-springBootVersion=3.3.6
+springBootVersion=3.3.7
springDataBomVersion=2024.0.6