chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-04-20 08:53:43 +00:00
parent 6eb075c4b5
commit aaa7cebd32
8 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>com.drinkool</groupId>
<artifactId>drinkool</artifactId>
<version>1.5.9</version>
<version>1.5.10</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -13,6 +13,7 @@ import org.junit.jupiter.api.Test;
@Entity
@Table(name = "test_users")
class TestUserEntity extends UserModel {
public TestUserEntity() {
super("TestRole");
}