Update h2 version

XMLWordPrintable

    • 3
    • S

      there was a recent critical h2 security issue resolved with 2.0.206. While this won't affect Optimize in reality, we should still always try to stay on the latest version of our dependencies where possible. The automatic update fails with NPE issues, causing by an underlying mismatch between the h2 server and client versions:

      org.h2.jdbc.JdbcSQLException: Version mismatch, driver version is "0" but server version is "15" [90047-190]
          at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
          at org.h2.message.DbException.get(DbException.java:179)
          at org.h2.server.TcpServerThread.run(TcpServerThread.java:90)
          at java.base/java.lang.Thread.run(Thread.java:834) 

      We need to resolve this mismatch so we can update the h2 version.

      Dependabot PR: https://github.com/camunda/camunda-optimize/pull/4251

            Assignee:
            Unassigned
            Reporter:
            Joshua Windels
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: