Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 9347a0f

Browse files
authored
Merge pull request #586 from graphql-java-kickstart/renovate/jquery-3.x
Update dependency jquery to v3.6.0
2 parents e2d3ebc + 1868bf9 commit 9347a0f

File tree

1 file changed

+1
-1
lines changed
  • example-graphql-subscription/src/main/resources/public

1 file changed

+1
-1
lines changed

example-graphql-subscription/src/main/resources/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
4444
rel="stylesheet">
4545

46-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
46+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.js"></script>
4747
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.js"></script>
4848
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
4949

0 commit comments

Comments
 (0)