|
36 | 36 | <maven.compiler.source>1.8</maven.compiler.source> |
37 | 37 | <maven.compiler.target>1.8</maven.compiler.target> |
38 | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | | - <junit.version>5.3.1</junit.version> |
| 39 | + <junit.version>5.6.1</junit.version> |
40 | 40 | </properties> |
41 | 41 |
|
42 | 42 | <dependencies> |
43 | 43 | <dependency> |
44 | 44 | <groupId>io.swagger</groupId> |
45 | 45 | <artifactId>swagger-core</artifactId> |
46 | | - <version>1.5.21</version> |
| 46 | + <version>1.6.0</version> |
47 | 47 | </dependency> |
48 | 48 |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>com.github.java-json-tools</groupId> |
51 | 51 | <artifactId>json-schema-validator</artifactId> |
52 | | - <version>2.2.10</version> |
| 52 | + <version>2.2.13</version> |
53 | 53 | </dependency> |
54 | 54 |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.junit.jupiter</groupId> |
57 | | - <artifactId>junit-jupiter-api</artifactId> |
58 | | - <version>${junit.version}</version> |
59 | | - <scope>test</scope> |
60 | | - </dependency> |
61 | | - |
62 | | - <dependency> |
63 | | - <groupId>org.junit.jupiter</groupId> |
64 | | - <artifactId>junit-jupiter-engine</artifactId> |
| 57 | + <artifactId>junit-jupiter</artifactId> |
65 | 58 | <version>${junit.version}</version> |
66 | 59 | <scope>test</scope> |
67 | 60 | </dependency> |
|
78 | 71 | <plugins> |
79 | 72 | <plugin> |
80 | 73 | <artifactId>maven-surefire-plugin</artifactId> |
81 | | - <version>2.22.1</version> |
| 74 | + <version>2.22.2</version> |
82 | 75 | </plugin> |
83 | 76 | <plugin> |
84 | 77 | <groupId>org.sonatype.plugins</groupId> |
|
102 | 95 | <plugin> |
103 | 96 | <groupId>org.apache.maven.plugins</groupId> |
104 | 97 | <artifactId>maven-source-plugin</artifactId> |
105 | | - <version>3.0.1</version> |
| 98 | + <version>3.2.1</version> |
106 | 99 | <executions> |
107 | 100 | <execution> |
108 | 101 | <id>attach-sources</id> |
|
115 | 108 | <plugin> |
116 | 109 | <groupId>org.apache.maven.plugins</groupId> |
117 | 110 | <artifactId>maven-javadoc-plugin</artifactId> |
118 | | - <version>3.0.1</version> |
| 111 | + <version>3.2.0</version> |
119 | 112 | <executions> |
120 | 113 | <execution> |
121 | 114 | <id>attach-javadocs</id> |
|
0 commit comments