repaired datatables extension

This commit is contained in:
Jörg Henke
2024-10-03 10:03:26 +02:00
parent 8d5a493bf7
commit a1ad23920a
4 changed files with 19 additions and 20 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.2'
id 'org.springframework.boot' version '3.3.4'
id "io.spring.dependency-management" version "1.1.6"
id 'war'
id 'eclipse'
@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.1.3'
version = '0.1.4'
description = """BibleClassOrganizer"""
@ -49,7 +49,7 @@ war {
dependencies {
implementation 'de.jottyfan:bicolib:4'
implementation 'org.mnode.ical4j:ical4j:4.0.3'
implementation 'org.mnode.ical4j:ical4j:4.0.4'
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
@ -63,7 +63,10 @@ dependencies {
implementation 'org.webjars:bootstrap:5.3.3'
implementation 'org.webjars.npm:bootstrap-icons:1.11.3'
implementation 'org.webjars:jquery:3.7.1'
implementation 'org.webjars:datatables:2.1.0'
implementation 'org.webjars.npm:datatables.net:2.1.7'
implementation 'org.webjars.npm:datatables.net-buttons:3.1.1'
implementation 'org.webjars.npm:datatables.net-responsive:3.0.1'
implementation 'org.webjars.npm:datatables.net-bs5:2.1.7'
implementation 'org.springframework.boot:spring-boot-devtools'