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 e41fc6ee22 Bump jquery-ui to 1.13.2 (#3226)
e41fc6ee22 is described below
commit e41fc6ee2289b354852235527ee0e77fffe97f3f
Author: Jozef Marko <[email protected]>
AuthorDate: Wed Sep 20 10:16:16 2023 +0200
Bump jquery-ui to 1.13.2 (#3226)
Bump from 1.12.1 to .13.2 due to vulnerabilities:
- https://security.snyk.io/package/npm/jquery-ui/1.12.1
---
.../src/main/resources/META-INF/resources/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 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 78ed4c7db2..25c759a475 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
@@ -29,8 +29,8 @@ under the License.
<link href='https://fonts.googleapis.com/css?family=Abril Fatface'
rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Josefin Sans'
rel='stylesheet'>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
- <link rel="stylesheet"
href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
+ <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"
@@ -149,4 +149,4 @@ under the License.
</section>
</body>
- </html>
\ No newline at end of file
+ </html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]