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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 45e8a4530 NO-ISSUE: Bump jQuery to 3.5.1 (#2078)
45e8a4530 is described below
commit 45e8a453096253e282df9b660f5e1d0e4d3158ee
Author: Daniel José dos Santos <[email protected]>
AuthorDate: Wed Feb 26 11:29:12 2025 -0300
NO-ISSUE: Bump jQuery to 3.5.1 (#2078)
---
.../basic/src/main/resources/META-INF/resources/index.html | 2 +-
.../extended/travels/src/main/resources/templates/index.html | 2 +-
.../extended/visas/src/main/resources/templates/index.html | 2 +-
.../src/main/resources/META-INF/resources/index.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/kogito-quarkus-examples/kogito-travel-agency/basic/src/main/resources/META-INF/resources/index.html
b/kogito-quarkus-examples/kogito-travel-agency/basic/src/main/resources/META-INF/resources/index.html
index 097ac6c04..4c2ff63c2 100644
---
a/kogito-quarkus-examples/kogito-travel-agency/basic/src/main/resources/META-INF/resources/index.html
+++
b/kogito-quarkus-examples/kogito-travel-agency/basic/src/main/resources/META-INF/resources/index.html
@@ -24,7 +24,7 @@
<meta charset="UTF-8">
<title>Kogito Travel Agency</title>
- <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet"
href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet"
href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
diff --git
a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/src/main/resources/templates/index.html
b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/src/main/resources/templates/index.html
index 650d697c5..b90969212 100644
---
a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/src/main/resources/templates/index.html
+++
b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/src/main/resources/templates/index.html
@@ -24,7 +24,7 @@
<meta charset="UTF-8">
<title>Kogito Travel Agency</title>
- <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
+ <script src="https://code.jquery.com/jquery-3.5.1.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">
<link rel="stylesheet"
href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
diff --git
a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/src/main/resources/templates/index.html
b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/src/main/resources/templates/index.html
index 99941c901..f3435bf1c 100644
---
a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/src/main/resources/templates/index.html
+++
b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/src/main/resources/templates/index.html
@@ -24,7 +24,7 @@
<meta charset="UTF-8">
<title>Kogito Visas</title>
- <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet"
href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet"
href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
diff --git
a/kogito-quarkus-examples/process-usertasks-timer-quarkus/src/main/resources/META-INF/resources/index.html
b/kogito-quarkus-examples/process-usertasks-timer-quarkus/src/main/resources/META-INF/resources/index.html
index c9d1ca0c7..d48fbe296 100644
---
a/kogito-quarkus-examples/process-usertasks-timer-quarkus/src/main/resources/META-INF/resources/index.html
+++
b/kogito-quarkus-examples/process-usertasks-timer-quarkus/src/main/resources/META-INF/resources/index.html
@@ -29,7 +29,7 @@
<link rel="icon" href="https://kogito.kie.org/favicon.ico"
type="image/icon type">
<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/jquery-3.5.1.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">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]