chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-05-10 14:28:07 +00:00
parent c6683b28dc
commit f0a52e5374
14 changed files with 36 additions and 25 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>com.drinkool</groupId>
<artifactId>drinkool</artifactId>
<version>1.5.24</version>
<version>1.5.25</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -6,9 +6,7 @@ import jakarta.ws.rs.POST;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.PathParam;
import jakarta.ws.rs.core.Response;
import java.io.File;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.jboss.resteasy.reactive.RestForm;