Skip to content

Commit

Permalink
update dialect version (#42)
Browse files Browse the repository at this point in the history
* feat: simple app spring jooq

* feat: change dialect version
  • Loading branch information
KirillKurdyukov authored Sep 18, 2024
1 parent 31bae02 commit 2336641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbc/spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<maven.compiler.release>17</maven.compiler.release>
<kotlin.version>1.9.22</kotlin.version>
<hibernate.ydb.dialect.version>0.9.5</hibernate.ydb.dialect.version>
<hibernate.ydb.dialect.version>1.0.0</hibernate.ydb.dialect.version>
<spring.boot.version>3.2.1</spring.boot.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 2336641

Please sign in to comment.