Hello,
I noticed that the latest published version as well as the current pom.xml configuration still references Handlebars v4.3.1, which is affected by CVE-2025-48924.
Would it be possible to upgrade to Handlebars v4.5.0, along with handlebars-jackson
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-jackson</artifactId>
<version>4.5.0</version>
</dependency>
instead of using handlebars-jackson2, to mitigate this vulnerability?
Thanks in advance for looking into this!