v0.0.6
All checks were successful
CI/CD / build-deploy (pull_request) Successful in 1m30s

This commit is contained in:
Timi
2026-03-17 11:01:44 +08:00
parent ada0f96e57
commit 25f431c009
3 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
<groupId>com.imyeyu.network</groupId>
<artifactId>timi-network</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<packaging>jar</packaging>
<properties>
@@ -100,9 +100,9 @@
<version>5.6</version>
</dependency>
<dependency>
<groupId>tools.jackson.core</groupId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>3.1.0</version>
<version>2.21.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>