Note: I recognize this is a managed dependency, but I've seen a couple issues recently (#41147 and #43686) regarding ojdbc versions that seemed to suggest they may not be automatic. If they are, feel free to close this though!

version 23.6.0.24.10 of the Oracle Database JDBC Driver (for ojdbc8, ojdbc11, and ojdbc17) contains a bug where null parameters in NamedJdbcTemplates lead to exceptions (see bug report here)

Caused by: java.sql.SQLException: ORA-17004: Invalid column type: 268435455

version 23.7.0.25.01 was released on February 5th that fixes these problems. Figured I'd bring it up since 23.6.0.24.10 was part of the 3.5.0-M1 milestone in #43686, and it would probably be better to use the newer version 23.7.0.25.01 that doesn't introduce this bug.

Comment From: wilkinsona

Thanks, but we don't need an issue for this. The automated process will handle this and open the necessary issue, as it did for #43686.

Comment From: pcbowers

Ahh, cool! Didn't realize the automated process used a user account 👍 Thanks for letting me know and your hard work on this project!