Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/terraform/azure/azurerm-3.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen authored Jun 2, 2023
2 parents 7c7eb83 + 5f3d462 commit 3d3091a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
<asciidoctor.maven.plugin.version>2.2.3</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.8</asciidoctorj.version>
<aws.sdk.version>2.20.56</aws.sdk.version>
<bootstrap.version>5.2.3</bootstrap.version>
<bootstrap.version>5.3.0</bootstrap.version>
<com.azure.spring.version>5.1.0</com.azure.spring.version>
<cyclonedx.core.version>7.3.2</cyclonedx.core.version>
<datatables.version>1.13.2</datatables.version>
<dependency-check-maven.version>8.2.1</dependency-check-maven.version>
<gcp.sdk.version>4.2.0</gcp.sdk.version>
<gcp.sdk.version>4.3.1</gcp.sdk.version>
<github.button.version>2.14.1</github.button.version>
<java.version>19</java.version>
<jquery.version>3.6.4</jquery.version>
<jruby.version>9.4.2.0</jruby.version>
<lombok.version>1.18.26</lombok.version>
<lombok.version>1.18.28</lombok.version>
<maven.compiler.target>19</maven.compiler.target>
<spring.cloud-version>2022.0.3</spring.cloud-version>
<spring.security.version>6.0.2</spring.security.version>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>OWASP WrongSecrets</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link th:rel="stylesheet" th:href="@{/webjars/datatables/1.13.2/css/dataTables.bootstrap5.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.3/css/bootstrap.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.0/css/bootstrap.min.css} " />
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />

Expand All @@ -18,7 +18,7 @@
<th:block layout:fragment="content"></th:block>
</div>

<script th:src="@{/webjars/bootstrap/5.2.3/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.3.0/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.6.4/jquery.min.js}"></script>
<script th:src="@{/webjars/datatables/1.13.2/js/jquery.dataTables.min.js}"></script>
Expand Down

0 comments on commit 3d3091a

Please sign in to comment.