This is an automated email from the ASF dual-hosted git repository.

jiangmaolin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new d2ff0ab76c3 Bump spring-boot-starter-jdbc to 3.2.x in example to 
support slf4j-api 2.0.x (#38008)
d2ff0ab76c3 is described below

commit d2ff0ab76c30fe71e0d486728ed9527677db0a41
Author: Raigor <[email protected]>
AuthorDate: Wed Feb 11 18:02:34 2026 +0700

    Bump spring-boot-starter-jdbc to 3.2.x in example to support slf4j-api 
2.0.x (#38008)
---
 .../src/main/resources/template/pom.ftl                             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
 
b/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
index e257974dc8a..99e7711c78f 100644
--- 
a/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
+++ 
b/examples/shardingsphere-jdbc-example-generator/src/main/resources/template/pom.ftl
@@ -204,7 +204,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jdbc</artifactId>
-            <version>2.2.0.RELEASE</version>
+            <version>3.2.12</version>
             <exclusions>
                 <exclusion>
                     <artifactId>snakeyaml</artifactId>
@@ -265,12 +265,12 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot</artifactId>
-            <version>2.2.0.RELEASE</version>
+            <version>3.2.12</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-autoconfigure</artifactId>
-            <version>2.2.0.RELEASE</version>
+            <version>3.2.12</version>
         </dependency>
     </#if>
         

Reply via email to