Skip to content

Upgrade Spring dependency from jOOQ-meta-extensions-hibernate to 6.1.3 due to CVE-2024-22233 #16139

@lukaseder

Description

@lukaseder

jOOQ has a Spring dependency in jOOQ-meta-extensions-hibernate, as well as in a few tests. The test dependencies were easy to remove, but the one in the jOOQ-meta-extensions-hibernate module is a bit harder because we're using Spring to find entities on the class path.

Now, Spring 5.x has this vulnerability: CVE-2024-22233. Upgrading Spring to 6.x is tricky because it has a Java 17 baseline, so perhaps, we can just remove the dependency entirely and scan the classpath ourselves? Perhaps it's not too hard.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions