Skip to content

Commit 7bce642

Browse files
dependabot[bot]php-coder
authored andcommitted
chore: bump org.webjars.npm:htmx.org from 2.0.4 to 2.0.8
Bumps [org.webjars.npm:htmx.org](https://github.com/bigskysoftware/htmx) from 2.0.4 to 2.0.8. - [Release notes](https://github.com/bigskysoftware/htmx/releases) - [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md) - [Commits](bigskysoftware/htmx@v2.0.4...v2.0.8) --- updated-dependencies: - dependency-name: org.webjars.npm:htmx.org dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82d7dc8 commit 7bce642

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
<htmlunit.version>2.70.0</htmlunit.version>
584584

585585
<!-- Don't forget to update version in the ResourceUrl class and in the src/main/webapp/WEB-INF/views/series/info.html -->
586-
<htmx.version>2.0.4</htmx.version>
586+
<htmx.version>2.0.8</htmx.version>
587587

588588
<!-- Redefine default value from spring-boot-dependencies -->
589589
<jakarta-mail.version>1.6.7</jakarta-mail.version>

src/main/java/ru/mystamps/web/feature/site/ResourceUrl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class ResourceUrl {
5353
private static final String AXIOS_JS = "0.19.2/dist/axios.min.js";
5454
private static final String BOOTSTRAP_CSS = "/bootstrap/3.4.1/css/bootstrap.min.css";
5555
private static final String BOOTSTRAP_JS = "/bootstrap/3.4.1/js/bootstrap.min.js";
56-
private static final String HTMX_JS = "2.0.4/dist/htmx.min.js";
56+
private static final String HTMX_JS = "2.0.8/dist/htmx.min.js";
5757
private static final String JQUERY_JS = "/jquery/1.9.1/jquery.min.js";
5858
private static final String REACT_JS = "16.8.6/umd/react.production.min.js";
5959
private static final String REACT_DOM_JS = "16.8.6/umd/react-dom.production.min.js";

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
11331133
<script src="https://unpkg.com/react@16.8.6/umd/react.development.js" th:src="${REACT_JS}"></script>
11341134
<script src="https://unpkg.com/react-dom@16.8.6/umd/react-dom.development.js" th:src="${REACT_DOM_JS}"></script>
11351135
<script src="https://unpkg.com/axios@0.19.2/dist/axios.js" th:src="${AXIOS_JS}"></script>
1136-
<script src="https://unpkg.com/htmx.org@2.0.4/dist/htmx.js" th:src="${HTMX_JS}"></script>
1136+
<script src="https://unpkg.com/htmx.org@2.0.8/dist/htmx.js" th:src="${HTMX_JS}"></script>
11371137
<!--/*/
11381138
<script th:inline="javascript">
11391139
// See for details: https://htmx.org/docs/#configuration-options

0 commit comments

Comments
 (0)