deactivated camp registration

This commit is contained in:
Jottyfan
2025-11-05 22:19:37 +01:00
parent b68933b676
commit 08442dc7ea
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.4'
id 'org.springframework.boot' version '3.5.0'
id "io.spring.dependency-management" version "1.1.6"
id 'war'
id 'eclipse'
@@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.2.6'
version = '0.2.7'
description = """BibleClassOrganizer"""