fixed bug on entering themes without teachers

This commit is contained in:
Jottyfan
2025-12-15 21:12:29 +01:00
parent b048b7c7bc
commit 8f9878a8e2
5 changed files with 32 additions and 12 deletions

View File

@@ -1,14 +1,14 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.5.0'
id "io.spring.dependency-management" version "1.1.6"
id 'org.springframework.boot' version '4.0.0'
id "io.spring.dependency-management" version "1.1.7"
id 'war'
id 'eclipse'
id 'application'
}
group = 'de.jottyfan.bico'
version = '0.2.8'
version = '0.2.9'
description = """BibleClassOrganizer"""