This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 59d6285ea5 chore(dep): bump jOOQ dependencies to version 3.16.23 
(#3687)
59d6285ea5 is described below

commit 59d6285ea5bd25e849e217165df1498a924fd42d
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sat Aug 23 22:54:55 2025 -0700

    chore(dep): bump jOOQ dependencies to version 3.16.23 (#3687)
    
    Newer versions of JOOQ are available, but 3.16 is the latest subversion
    that supports Java 11. Therefore, we are upgrading JOOQ to the latest
    release within the 3.16 subversion.
    
    Closes issue #3686
    
    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
+)

Reply via email to