improvements from Maik

This commit is contained in:
Jörg Henke
2023-10-16 22:36:41 +02:00
parent 0cc5cdb945
commit e7d9d74269
13 changed files with 264 additions and 30 deletions

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan'
version = '1.3.4'
version = '1.3.5'
description = """timetrack"""
@ -46,6 +46,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-devtools'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
implementation 'de.jottyfan:timetrackjooq:0.1.2'