repaired datatables extension
This commit is contained in:
11
build.gradle
11
build.gradle
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user