update meta codegen junit to latest version (#10911)

This commit is contained in:
William Cheng 2021-11-21 09:04:57 +08:00 committed by GitHub
parent 6848c229f7
commit c69bff2871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -123,6 +123,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openapi-generator-version>{{openapiGeneratorVersion}}</openapi-generator-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.8.1</junit-version>
<junit-version>4.13.2</junit-version>
</properties>
</project>

View File

@ -123,6 +123,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openapi-generator-version>5.3.1-SNAPSHOT</openapi-generator-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.8.1</junit-version>
<junit-version>4.13.2</junit-version>
</properties>
</project>