Skip to content

Commit

Permalink
Fix db method issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 5, 2025
1 parent aecd3fb commit 9376e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ reactor-netty-http = { module = "io.projectreactor.netty:reactor-netty-http", ve
spark = "me.lucko:spark-common:1.10.119-SNAPSHOT"
openai = "com.openai:openai-java:0.8.1"
immutables = "org.immutables:value:2.10.1 "
hibernate-core = "org.hibernate.orm:hibernate-core:7.0.0-SNAPSHOT"
hibernate-community-dialects = "org.hibernate.orm:hibernate-community-dialects:7.0.0-SNAPSHOT"
hibernate-validator = "org.hibernate.validator:hibernate-validator:9.0.0-SNAPSHOT"
hibernate-core = "org.hibernate.orm:hibernate-core:7.0.0.Beta3"
hibernate-community-dialects = "org.hibernate.orm:hibernate-community-dialects:7.0.0.Beta3"
hibernate-validator = "org.hibernate.validator:hibernate-validator:9.0.0.CR1"
hibernate-hikaricp = "org.hibernate:hibernate-hikaricp:6.6.4.Final"
hikaricp = "com.zaxxer:HikariCP:6.2.1"
sqlite = "org.xerial:sqlite-jdbc:3.47.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@ public static SessionFactory forSqlite(Path dbFile) {
throw new IllegalStateException(ex);
}
}


}

0 comments on commit 9376e21

Please sign in to comment.