@@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
2323<dependency >
2424 <groupId >jp.co.future</groupId >
2525 <artifactId >uroborosql</artifactId >
26- <version >1.0.7 </version >
26+ <version >1.0.8 </version >
2727</dependency >
2828<dependency >
2929 <groupId >org.springframework</groupId >
@@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
3838<dependency >
3939 <groupId >jp.co.future</groupId >
4040 <artifactId >uroborosql</artifactId >
41- <version >1.0.7 </version >
41+ <version >1.0.8 </version >
4242</dependency >
4343<dependency >
4444 <groupId >ognl</groupId >
@@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
5050### for Gradle
5151
5252``` gradle
53- compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.7 '
53+ compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.8 '
5454compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
5555```
5656
5757または
5858
5959``` gradle
60- compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.7 '
60+ compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.8 '
6161compile group: 'ognl', name: 'ognl', version: '3.1.23'
6262```
6363
0 commit comments