Skip to content

Commit

Permalink
Merge pull request #959 from OWASP/dependabot/maven/org.webjars-jquer…
Browse files Browse the repository at this point in the history
…y-3.7.1

Bump org.webjars:jquery from 3.7.0 to 3.7.1
  • Loading branch information
commjoen authored Sep 6, 2023
2 parents a046564 + a0160dc commit 25ccc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<gcp.sdk.version>4.7.2</gcp.sdk.version>
<github.button.version>2.14.1</github.button.version>
<java.version>17</java.version>
<jquery.version>3.7.0</jquery.version>
<jquery.version>3.7.1</jquery.version>
<jruby.version>9.4.3.0</jruby.version>
<lombok.version>1.18.28</lombok.version>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script th:src="@{/webjars/bootstrap/5.3.1/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.min.js}"></script>
<script th:src="@{/webjars/jquery/3.7.0/jquery.min.js}"></script>
<script th:src="@{/webjars/jquery/3.7.1/jquery.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.5/js/jquery.dataTables.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.5/js/dataTables.bootstrap5.min.js}"></script>
<script th:if="${allCompleted} eq 'party'">
Expand Down

0 comments on commit 25ccc79

Please sign in to comment.