Skip to content

Commit a6c0ba5

Browse files
committed
Upgrade openapi-generator to 5.2.0
1 parent 11b408e commit a6c0ba5

File tree

12 files changed

+78
-9
lines changed

12 files changed

+78
-9
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@
150150
<dependency>
151151
<groupId>org.openapitools</groupId>
152152
<artifactId>openapi-generator</artifactId>
153-
<version>5.1.1</version>
153+
<version>5.2.0</version>
154154
<scope>provided</scope>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.junit.jupiter</groupId>
158158
<artifactId>junit-jupiter</artifactId>
159-
<version>5.6.0</version>
159+
<version>5.7.2</version>
160160
<scope>test</scope>
161161
</dependency>
162162
</dependencies>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.gitignore
2+
.openapi-generator-ignore
3+
README.md
4+
api.ts
5+
base.ts
6+
git_push.sh
7+
index.ts
8+
model.ts
9+
package.json
10+
package.json
11+
package.json
12+
test/apiTest.ts
13+
test/modelTest.ts
14+
tsconfig.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.2.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.gitignore
2+
.openapi-generator-ignore
3+
README.md
4+
api.ts
5+
base.ts
6+
git_push.sh
7+
index.ts
8+
model.ts
9+
package.json
10+
package.json
11+
package.json
12+
test/apiTest.ts
13+
test/modelTest.ts
14+
tsconfig.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.2.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.gitignore
2+
.openapi-generator-ignore
3+
README.md
4+
api.ts
5+
base.ts
6+
git_push.sh
7+
index.ts
8+
model.ts
9+
package.json
10+
package.json
11+
package.json
12+
test/apiTest.ts
13+
test/modelTest.ts
14+
tsconfig.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.2.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.gitignore
2+
.openapi-generator-ignore
3+
README.md
4+
api.ts
5+
base.ts
6+
git_push.sh
7+
index.ts
8+
model.ts
9+
package.json
10+
package.json
11+
package.json
12+
test/apiTest.ts
13+
test/modelTest.ts
14+
tsconfig.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.2.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.gitignore
2+
.openapi-generator-ignore
3+
README.md
4+
api.ts
5+
base.ts
6+
git_push.sh
7+
index.ts
8+
model.ts
9+
package.json
10+
package.json
11+
package.json
12+
test/apiTest.ts
13+
test/modelTest.ts
14+
tsconfig.json

0 commit comments

Comments
 (0)