This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 cf9c7e69430 fix: example ci class not found (#29409)
cf9c7e69430 is described below
commit cf9c7e694301ef4cf3313e14a39c4aa15ccadb8c
Author: totalo <[email protected]>
AuthorDate: Fri Dec 15 11:07:06 2023 +0800
fix: example ci class not found (#29409)
---
.../src/main/resources/template/pom.ftl | 4 ++--
1 file changed, 2 insertions(+), 2 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 0d26fd54c74..b39dc7f1a52 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,12 +204,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.7</version>
+ <version>1.7.36</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.2.10</version>
+ <version>1.2.13</version>
</dependency>
</dependencies>