code cleanup

This commit is contained in:
Jottyfan
2023-12-27 13:57:57 +01:00
parent 8e790a7660
commit 1d14a13aa6
2 changed files with 10 additions and 3 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.camporganizer'
version = '0.6.6'
version = '0.6.7'
description = """CampOrganizer2"""
@ -41,6 +41,9 @@ war {
}
dependencies {
implementation 'org.jooq:jooq:3.19.1'
implementation 'de.jottyfan:COJooq:2023.12.1'
implementation 'org.apache.logging.log4j:log4j-api:2.22.0'
implementation 'org.apache.logging.log4j:log4j-core:2.22.0'
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.22.0'
@ -77,7 +80,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
implementation 'de.jottyfan:COJooq:2023.03'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0'
implementation 'commons-io:commons-io:2.15.1'