Skip to content

Commit 14d1fe4

Browse files
committed
Version updates.
1 parent 64a0c26 commit 14d1fe4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.6.4</version>
8+
<version>2.6.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.changenode</groupId>
12-
<artifactId>frisson</artifactId>
12+
<artifactId>spring-boot-supabase</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>ChangeNode Frisson</name>
14+
<name>ChangeNode Spring Boot Supabase</name>
1515
<description>Modern Java web application template</description>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>nz.net.ultraq.thymeleaf</groupId>
8080
<artifactId>thymeleaf-layout-dialect</artifactId>
81-
<version>3.0.0</version>
81+
<version>3.1.0</version>
8282
</dependency>
8383

8484
<dependency>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.webjars</groupId>
142142
<artifactId>webjars-locator-core</artifactId>
143-
<version>0.48</version>
143+
<version>0.50</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.webjars.npm</groupId>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.webjars.npm</groupId>
152152
<artifactId>hyperscript.org</artifactId>
153-
<version>0.9.4</version>
153+
<version>0.9.5</version>
154154
</dependency>
155155
</dependencies>
156156

@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.codehaus.mojo</groupId>
233233
<artifactId>versions-maven-plugin</artifactId>
234-
<version>2.9.0</version>
234+
<version>2.10.0</version>
235235
</plugin>
236236
</plugins>
237237
</pluginManagement>
@@ -335,7 +335,7 @@
335335
</reportSet>
336336
</reportSets>
337337
<configuration>
338-
<processDependencyManagementTransitive>true</processDependencyManagementTransitive>
338+
<processDependencyManagementTransitive>false</processDependencyManagementTransitive>
339339
</configuration>
340340
</plugin>
341341
</plugins>

src/main/resources/public/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--HTMX-->
88
<script th:src="@{/webjars/htmx.org/dist/htmx.min.js}" type="text/javascript"></script>
99
<!-- Hyperscript for fancier stuff -->
10-
<script th:src="@{/webjars/hyperscript.org/dist/_hyperscript.js}" type="text/javascript"></script>
10+
<script th:src="@{/webjars/hyperscript.org/dist/_hyperscript_web.min.js}" type="text/javascript"></script>
1111
<link th:href="@{/webjars/bootstrap-icons/font/bootstrap-icons.css}" th:rel="stylesheet"/>
1212
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"/>
1313
<style>.htmx-indicator { position: fixed; top: 20px; right: 50%; height: 60px; width: 60px; border-radius: 100px; opacity: 0; transition: opacity 500ms ease-in; } .htmx-request .htmx-indicator { opacity: 1; }</style>

0 commit comments

Comments
 (0)