Merge origin/main into main

This commit is contained in:
2026-07-14 21:17:36 +08:00
125 changed files with 6237 additions and 110 deletions

View File

@@ -121,6 +121,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- openpdf -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.30</version>
</dependency>
</dependencies>
</project>