diff --git a/build.gradle b/build.gradle index c24d33d..b24f81d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'de.jottyfan.bico' -version = '0.0.7' +version = '0.0.8' description = """BibleClassOrganizer""" @@ -52,7 +52,7 @@ dependencies { implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:latest.release' implementation 'org.springframework.security:spring-security-oauth2-client' - implementation 'org.webjars:bootstrap:5.3.1' + implementation 'org.webjars:bootstrap:5.3.2' implementation 'org.webjars.npm:bootstrap-icons:1.10.5' implementation 'org.webjars:jquery:3.7.1' implementation 'org.webjars:datatables:1.13.5' diff --git a/src/main/resources/templates/sheet.html b/src/main/resources/templates/sheet.html index 9c41d2f..7eaaa2d 100644 --- a/src/main/resources/templates/sheet.html +++ b/src/main/resources/templates/sheet.html @@ -14,7 +14,7 @@