This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch aglinxinyuan-patch-2 in repository https://gitbox.apache.org/repos/asf/texera.git
commit 9006b52bc8864a2bad351704f0fe3d94ed091f66 Author: Xinyuan Lin <[email protected]> AuthorDate: Sat Aug 23 21:54:02 2025 -0700 Update jOOQ dependencies to version 3.16.23 Signed-off-by: Xinyuan Lin <[email protected]> --- core/dao/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/dao/build.sbt b/core/dao/build.sbt index 77ccf6cb81..de15544204 100644 --- a/core/dao/build.sbt +++ b/core/dao/build.sbt @@ -95,8 +95,8 @@ libraryDependencies ++= Seq( ///////////////////////////////////////////////////////////////////////////// libraryDependencies ++= Seq( - "org.jooq" % "jooq" % "3.16.10", - "org.jooq" % "jooq-codegen" % "3.16.10" + "org.jooq" % "jooq" % "3.16.23", + "org.jooq" % "jooq-codegen" % "3.16.23" ) ///////////////////////////////////////////////////////////////////////////// @@ -106,4 +106,4 @@ libraryDependencies ++= Seq( libraryDependencies ++= Seq( "org.postgresql" % "postgresql" % "42.7.4", "com.typesafe" % "config" % "1.4.3" // config reader -) \ No newline at end of file +)
