Skip to content

Commit

Permalink
vup 0.26.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HidekiSugimoto189 committed May 14, 2024
1 parent df15022 commit dccb523
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.8</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
Expand All @@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.8</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
### for Gradle

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.8'
compile group: 'ognl', name: 'ognl', version: '3.1.23'
```

または

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.8'
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for Japanese, see [README.ja.md](https://github.com/future-architect/uroborosql/
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.8</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
Expand All @@ -40,7 +40,7 @@ or
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.8</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -52,14 +52,14 @@ or
### for Gradle

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.8'
compile group: 'ognl', name: 'ognl', version: '3.1.23'
```

or

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.8'
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
```

Expand Down

0 comments on commit dccb523

Please sign in to comment.