This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 6b0176d785 [NO-ISSUE] Upgrade bootstrap in Spring Boot archetype.
(#3993)
6b0176d785 is described below
commit 6b0176d78567e2ad42c9c9c4c89d99eaeafe0bc3
Author: Tibor Zimányi <[email protected]>
AuthorDate: Tue Jul 22 13:33:17 2025 +0200
[NO-ISSUE] Upgrade bootstrap in Spring Boot archetype. (#3993)
---
.../src/main/resources/META-INF/resources/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/index.html
b/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/index.html
index c7469ba422..381339c5a3 100644
---
a/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/index.html
+++
b/springboot/archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/resources/index.html
@@ -31,11 +31,11 @@ under the License.
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
<link rel="stylesheet"
href="http://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
- <link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
-
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous">
- <script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
-
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
- crossorigin="anonymous"></script>
+ <link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
+
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr"
crossorigin="anonymous">
+ <script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
+
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
+ crossorigin="anonymous"></script>
</head>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]