Skip to content

Commit 90d4ee4

Browse files
authored
Merge pull request #88 from oracle/feature/update-graphiql
Updated libraries and copyright year
2 parents 1893086 + e869721 commit 90d4ee4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

graphql/graphiql.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2021, 2024 Oracle and/or its affiliates.
2+
* Copyright (c) 2021, 2025 Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as
55
* shown by the LICENSE.txt file in the root directory of
@@ -86,11 +86,11 @@
8686
If you do not want to rely on a CDN, you can host these files locally or
8787
include them directly in your favored resource bunder.
8888
-->
89-
<script src="https://unpkg.com/react@18.2.0/umd/react.development.js"
90-
integrity="sha384-0HL/VWVbwweJfp0saUL50fXRuSABCdVeinTBoJCDXprLkJ49VI0QMWNGMRt8ebnT" crossorigin="anonymous">
89+
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"
90+
integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous">
9191
</script>
92-
<script src="https://unpkg.com/react-dom@18.2.0/umd/react-dom.development.js"
93-
integrity="sha384-79Od0yhavbvtuP2nWl+Y6mwgs8AlknSIikYSw0+uOc65GTyH8SW7e2hCyCB303Y2" crossorigin="anonymous">
92+
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"
93+
integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous">
9494
</script>
9595

9696
<!--
@@ -174,7 +174,7 @@
174174
<footer class="oj-web-applayout-footer oj-sm-padding-2x-horizontal" role="contentinfo" style="height:5vh">
175175
<div class="oj-flex-bar oj-sm-margin-2x-top">
176176
<div class="oj-flex-bar-start">
177-
Copyright &copy; 2014, 2024 Oracle and/or its affiliates All rights reserved.
177+
Copyright &copy; 2014, <script>document.write(new Date().getFullYear());</script> Oracle and/or its affiliates All rights reserved.
178178
</div>
179179
<div class="oj-flex-bar-end">
180180
<ul>

0 commit comments

Comments
 (0)