File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ doma.jdbc-logger= # Type of JdbcLogger. (SLF4J, JUL)
3030<dependency >
3131 <groupId >org.seasar.doma.boot</groupId >
3232 <artifactId >doma-spring-boot-starter</artifactId >
33- <version >1.5 .0</version >
33+ <version >1.4 .0</version >
3434</dependency >
3535```
3636
@@ -65,7 +65,7 @@ Add the following dependencies to `pom.xml` so that we can use Doma with Spring
6565<dependency >
6666 <groupId >org.seasar.doma.boot</groupId >
6767 <artifactId >doma-spring-boot-starter</artifactId >
68- <version >1.5 .0</version >
68+ <version >1.4 .0</version >
6969</dependency >
7070<dependency >
7171 <groupId >org.seasar.doma</groupId >
@@ -81,7 +81,7 @@ If you use Doma 2.29.0 or lower, the dependencies are as follows.
8181<dependency >
8282 <groupId >org.seasar.doma.boot</groupId >
8383 <artifactId >doma-spring-boot-starter</artifactId >
84- <version >1.5 .0</version >
84+ <version >1.4 .0</version >
8585 <exclusions >
8686 <exclusion >
8787 <groupId >org.seasar.doma</groupId >
You can’t perform that action at this time.
0 commit comments