Skip to content

Commit 7e16aca

Browse files
committed
updating readme
1 parent e589792 commit 7e16aca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ To use it, do something like this:
1717
<plugin>
1818
<groupId>org.openapitools</groupId>
1919
<artifactId>openapi-generator-maven-plugin</artifactId>
20-
<version>5.2.0</version>
20+
<version>5.2.1</version>
2121
<dependencies>
2222
<dependency>
2323
<groupId>com.bluetrainsoftware.maven</groupId>
2424
<artifactId>openapi-dart-generator</artifactId>
25-
<version>5.9</version>
25+
<version>5.10</version>
2626
</dependency>
2727
</dependencies>
2828
<executions>
@@ -64,7 +64,7 @@ buildscript {
6464
mavenCentral()
6565
}
6666
dependencies {
67-
classpath "com.bluetrainsoftware.maven:openapi-dart-generator:5.4"
67+
classpath "com.bluetrainsoftware.maven:openapi-dart-generator:5.10"
6868
}
6969
}
7070
----
@@ -267,6 +267,7 @@ The source for the tests is located in src/k8s** folders. The generated test out
267267

268268
==== Changelog
269269

270+
- 5.10 - removal of an unnecessary date/time typecast for null safety
270271
- 5.9 - fix for null safe 2d APIs (via PiotrMitkowski)
271272
- 5.8 - slew of different fixes for the generator from different people, particular thanks to NANASHI0X74 for sticky ones!
272273
. 5.7 - includes fix for enums that contain spaces

0 commit comments

Comments
 (0)