Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.github.jai-imageio-jai…
Browse files Browse the repository at this point in the history
…-imageio-jpeg2000-1.4.0
  • Loading branch information
Frooodle authored Dec 19, 2023
2 parents 681970a + 65fcf29 commit 6e08b4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.springframework.boot' version '3.1.2'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
id "io.swagger.swaggerhub" version "1.2.0"
id "io.swagger.swaggerhub" version "1.3.2"
id 'edu.sc.seis.launch4j' version '3.0.5'
}

Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/static/css/bootstrap-icons.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/main/resources/templates/fragments/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<script src="js/thirdParty/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">

<!-- Bootstrap Icons -->
<link rel="stylesheet" href="css/bootstrap-icons.min.css">

<!-- PDF.js -->
<script src="pdfjs/pdf.js"></script>

Expand Down

0 comments on commit 6e08b4a

Please sign in to comment.