Compare commits
46
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b65b73a59b | ||
|
|
27f342b166 | ||
|
|
860cb0c85c | ||
|
|
4f4086bb45 | ||
|
|
052cf7c8f5 | ||
|
|
9c0e8e80af | ||
|
|
21354b1ae3 | ||
|
|
85b9daac83 | ||
|
|
f24494acec | ||
|
|
c1eb70f8cc | ||
|
|
feea695412 | ||
|
|
2471dce6c2 | ||
|
|
72ed677f70 | ||
|
|
afebf0e759 | ||
|
|
23e07b953c | ||
|
|
171bdb9732 | ||
|
|
72c9fcd843 | ||
|
|
8cda421054 | ||
|
|
8518adc1b0 | ||
|
|
4fa6c2ccdb | ||
|
|
91023795ce | ||
|
|
f6e5fc06a6 | ||
|
|
3d0f78d122 | ||
|
|
1eae787e4a | ||
|
|
9dccdd2416 | ||
|
|
22bf8b78d0 | ||
|
|
633b73fb08 | ||
|
|
e2626f4df1 | ||
|
|
7bf81d7f8e | ||
|
|
059bcb7c10 | ||
|
|
b46db52b4a | ||
|
|
bb4170b0b6 | ||
|
|
5bd5da7561 | ||
|
|
6241a3db9c | ||
|
|
e73b189056 | ||
|
|
c33a983390 | ||
|
|
de5e566796 | ||
|
|
f8a5aa2eb6 | ||
|
|
f518e02ce0 | ||
|
|
d732c47139 | ||
|
|
a8a577f4a9 | ||
|
|
aacea71be8 | ||
|
|
09fb1f1346 | ||
|
|
7fa510d8d8 | ||
|
|
a26d53b00e | ||
|
|
551ec8cafa |
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
wrapperVersion=3.3.4
|
wrapperVersion=3.3.4
|
||||||
distributionType=only-script
|
distributionType=only-script
|
||||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip
|
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.15/apache-maven-3.9.15-bin.zip
|
||||||
|
|||||||
+5
-5
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>3.5.11</version>
|
<version>4.1.0</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.tngtech.archunit</groupId>
|
<groupId>com.tngtech.archunit</groupId>
|
||||||
<artifactId>archunit-junit5</artifactId>
|
<artifactId>archunit-junit5</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>1.4.2</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.puppycrawl.tools</groupId>
|
<groupId>com.puppycrawl.tools</groupId>
|
||||||
<artifactId>checkstyle</artifactId>
|
<artifactId>checkstyle</artifactId>
|
||||||
<version>13.3.0</version>
|
<version>13.4.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.spotbugs</groupId>
|
<groupId>com.github.spotbugs</groupId>
|
||||||
<artifactId>spotbugs-maven-plugin</artifactId>
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
||||||
<version>4.9.8.2</version>
|
<version>4.9.8.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<effort>Max</effort>
|
<effort>Max</effort>
|
||||||
<threshold>Low</threshold>
|
<threshold>Low</threshold>
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.openapitools</groupId>
|
<groupId>org.openapitools</groupId>
|
||||||
<artifactId>openapi-generator-maven-plugin</artifactId>
|
<artifactId>openapi-generator-maven-plugin</artifactId>
|
||||||
<version>7.20.0</version>
|
<version>7.21.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
|||||||
Generated
+806
-1639
File diff suppressed because it is too large
Load Diff
@@ -38,15 +38,15 @@
|
|||||||
"@vue/tsconfig": "^0.9.0",
|
"@vue/tsconfig": "^0.9.0",
|
||||||
"eslint": "^10.0.2",
|
"eslint": "^10.0.2",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-oxlint": "~1.60.0",
|
"eslint-plugin-oxlint": "~1.61.0",
|
||||||
"eslint-plugin-vue": "~10.8.0",
|
"eslint-plugin-vue": "~10.8.0",
|
||||||
"jiti": "^2.6.1",
|
"jiti": "^2.6.1",
|
||||||
"jsdom": "^28.1.0",
|
"jsdom": "^29.0.0",
|
||||||
"msw": "^2.12.10",
|
"msw": "^2.12.10",
|
||||||
"npm-run-all2": "^8.0.4",
|
"npm-run-all2": "^8.0.4",
|
||||||
"openapi-typescript": "^7.13.0",
|
"openapi-typescript": "^7.13.0",
|
||||||
"oxlint": "~1.60.0",
|
"oxlint": "~1.61.0",
|
||||||
"prettier": "3.8.1",
|
"prettier": "3.8.3",
|
||||||
"typescript": "~5.9.3",
|
"typescript": "~5.9.3",
|
||||||
"vite": "^8.0.0",
|
"vite": "^8.0.0",
|
||||||
"vite-plugin-vue-devtools": "^8.0.6",
|
"vite-plugin-vue-devtools": "^8.0.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user