Skip to content

Commit e52d79d

Browse files
committed
refactor: inline version of htmx.org
1 parent 1d5ecb3 commit e52d79d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
<dependency>
307307
<groupId>org.webjars.npm</groupId>
308308
<artifactId>htmx.org</artifactId>
309-
<version>${htmx.version}</version>
309+
<!-- Don't forget to update version in the ResourceUrl class and in the src/main/webapp/WEB-INF/views/series/info.html -->
310+
<version>2.0.8</version>
310311
<scope>runtime</scope>
311312
</dependency>
312313

@@ -572,9 +573,6 @@
572573
<!-- Redefine default value from spring-boot-dependencies -->
573574
<htmlunit.version>2.70.0</htmlunit.version>
574575

575-
<!-- Don't forget to update version in the ResourceUrl class and in the src/main/webapp/WEB-INF/views/series/info.html -->
576-
<htmx.version>2.0.8</htmx.version>
577-
578576
<!-- Redefine default value from spring-boot-dependencies -->
579577
<jakarta-mail.version>1.6.7</jakarta-mail.version>
580578

0 commit comments

Comments
 (0)