We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd492a6 commit 5377046Copy full SHA for 5377046
1 file changed
semantickernel-bom/pom.xml
@@ -197,11 +197,11 @@
197
<version>${com.fasterxml.jackson.core.version}</version>
198
<scope>runtime</scope>
199
</dependency>
200
- <!-- 4.4.0+ has as dependency on a higher version of Java than Java 8 -->
+ <!-- 4.4.0+ has as dependency on a higher version of Java than Java 8 and has dependency on Nashorn (GPL) -->
201
<dependency>
202
<groupId>com.github.jknack</groupId>
203
<artifactId>handlebars</artifactId>
204
- <version>4.5.0</version>
+ <version>4.3.1</version>
205
206
207
<groupId>jakarta.inject</groupId>
0 commit comments