theme persistence

This commit is contained in:
Jörg Henke
2023-09-13 09:18:04 +02:00
parent 094fa3f47a
commit 4b8822e5ad
17 changed files with 303 additions and 58 deletions

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan'
version = '1.3.2'
version = '1.3.3'
description = """timetrack"""
@ -47,7 +47,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
implementation 'de.jottyfan:timetrackjooq:0.1.1'
implementation 'de.jottyfan:timetrackjooq:0.1.2'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.2.1'