Skip to content

Commit 5377046

Browse files
committed
Debump handlebars
1 parent bd492a6 commit 5377046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

semantickernel-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@
197197
<version>${com.fasterxml.jackson.core.version}</version>
198198
<scope>runtime</scope>
199199
</dependency>
200-
<!-- 4.4.0+ has as dependency on a higher version of Java than Java 8 -->
200+
<!-- 4.4.0+ has as dependency on a higher version of Java than Java 8 and has dependency on Nashorn (GPL) -->
201201
<dependency>
202202
<groupId>com.github.jknack</groupId>
203203
<artifactId>handlebars</artifactId>
204-
<version>4.5.0</version>
204+
<version>4.3.1</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>jakarta.inject</groupId>

0 commit comments

Comments
 (0)