@@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
23
23
<dependency >
24
24
<groupId >jp.co.future</groupId >
25
25
<artifactId >uroborosql</artifactId >
26
- <version >1.0.2 </version >
26
+ <version >1.0.3 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.springframework</groupId >
@@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
38
38
<dependency >
39
39
<groupId >jp.co.future</groupId >
40
40
<artifactId >uroborosql</artifactId >
41
- <version >1.0.2 </version >
41
+ <version >1.0.3 </version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >ognl</groupId >
@@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
50
50
### for Gradle
51
51
52
52
``` gradle
53
- compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2 '
53
+ compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3 '
54
54
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
55
55
```
56
56
57
57
または
58
58
59
59
``` gradle
60
- compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2 '
60
+ compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3 '
61
61
compile group: 'ognl', name: 'ognl', version: '3.1.23'
62
62
```
63
63
0 commit comments