Skip to content

Commit c39277f

Browse files
committed
Update/upgrade dependencies
1 parent f309d5a commit c39277f

File tree

3 files changed

+425
-312
lines changed

3 files changed

+425
-312
lines changed

spock-website/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta property="twitter:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain.">
2222
<meta property="twitter:image" content="spock-main-logo.svg">
2323

24-
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"
24+
<link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet"
2525
integrity="sha384-/rJKQnzOkEo+daG0jMjU1IwwY9unxt1NBw3Ef2fmOJ3PW/TfAg2KXVoWwMZQZtw9"
2626
crossorigin="anonymous">
2727
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous">
@@ -284,8 +284,8 @@ <h3 class="text-3xl md:text-4xl font-bold text-center text-gray-100" data-aos="f
284284
</footer>
285285

286286

287-
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"
288-
integrity="sha384-wziAfh6b/qT+3LrqebF9WeK4+J5sehS6FA10J1t3a866kJ/fvU5UwofWnQyzLtwu"
287+
<script src="https://unpkg.com/aos@2.3.4/dist/aos.js"
288+
integrity="sha384-n1AULnKdMJlK1oQCLNDL9qZsDgXtH6jRYFCpBtWFc+a9Yve0KSoMn575rk755NJZ"
289289
crossorigin="anonymous"></script>
290290
<script>
291291
// Initialize AOS library

0 commit comments

Comments
 (0)