Projects STRLCPY wrongsecrets Commits 82aced9e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pom.xml
    skipped 50 lines
    51 51   <github.button.version>2.14.1</github.button.version>
    52 52   <datatables.version>1.13.2</datatables.version>
    53 53   <gcp.sdk.version>4.1.3</gcp.sdk.version>
    54  - <jquery.version>3.6.3</jquery.version>
     54 + <jquery.version>3.6.4</jquery.version>
    55 55   <thymeleaf.layout.version>3.2.1</thymeleaf.layout.version>
    56 56   <thymeleaf-extras-springsecurity6.version>3.1.1.RELEASE</thymeleaf-extras-springsecurity6.version>
    57 57   <asciidoctor.maven.plugin.version>2.2.3</asciidoctor.maven.plugin.version>
    skipped 433 lines
  • ■ ■ ■ ■
    src/main/resources/templates/index.html
    skipped 19 lines
    20 20   
    21 21   <script th:src="@{/webjars/bootstrap/5.2.3/js/bootstrap.bundle.min.js}"></script>
    22 22   <script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.js}"></script>
    23  - <script th:src="@{/webjars/jquery/3.6.3/jquery.js}"></script>
     23 + <script th:src="@{/webjars/jquery/3.6.4/jquery.js}"></script>
    24 24   <script th:src="@{/webjars/datatables/1.13.2/js/jquery.dataTables.min.js}"></script>
    25 25   <script th:src="@{/webjars/datatables/1.13.2/js/dataTables.bootstrap5.min.js}"></script>
    26 26   <script th:if="${allCompleted} eq 'party'">
    skipped 34 lines
Please wait...
Page is in error, reload to recover