File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ To use it, do something like this:
17
17
<plugin>
18
18
<groupId>org.openapitools</groupId>
19
19
<artifactId>openapi-generator-maven-plugin</artifactId>
20
- <version>5.2.0 </version>
20
+ <version>5.2.1 </version>
21
21
<dependencies>
22
22
<dependency>
23
23
<groupId>com.bluetrainsoftware.maven</groupId>
24
24
<artifactId>openapi-dart-generator</artifactId>
25
- <version>5.9 </version>
25
+ <version>5.10 </version>
26
26
</dependency>
27
27
</dependencies>
28
28
<executions>
@@ -64,7 +64,7 @@ buildscript {
64
64
mavenCentral()
65
65
}
66
66
dependencies {
67
- classpath "com.bluetrainsoftware.maven:openapi-dart-generator:5.4 "
67
+ classpath "com.bluetrainsoftware.maven:openapi-dart-generator:5.10 "
68
68
}
69
69
}
70
70
----
@@ -267,6 +267,7 @@ The source for the tests is located in src/k8s** folders. The generated test out
267
267
268
268
==== Changelog
269
269
270
+ - 5.10 - removal of an unnecessary date/time typecast for null safety
270
271
- 5.9 - fix for null safe 2d APIs (via PiotrMitkowski)
271
272
- 5.8 - slew of different fixes for the generator from different people, particular thanks to NANASHI0X74 for sticky ones!
272
273
. 5.7 - includes fix for enums that contain spaces
You can’t perform that action at this time.
0 commit comments