|
8 | 8 | <description><![CDATA[${project_description}]]></description>
|
9 | 9 | <version>${version}</version>
|
10 | 10 | <properties>
|
11 |
| - <commonslang.version>3.7</commonslang.version> |
| 11 | + <commonslang.version>3.12.0</commonslang.version> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
13 | 13 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
14 | 14 | <maven.compiler.source>8</maven.compiler.source>
|
|
31 | 31 | <plugin>
|
32 | 32 | <groupId>org.apache.maven.plugins</groupId>
|
33 | 33 | <artifactId>maven-compiler-plugin</artifactId>
|
34 |
| - <version>3.8.0</version> |
| 34 | + <version>3.8.1</version> |
35 | 35 | <configuration>
|
36 | 36 | <release>11</release>
|
37 | 37 | <showDeprecation>true</showDeprecation>
|
|
53 | 53 | <plugin>
|
54 | 54 | <groupId>org.apache.maven.plugins</groupId>
|
55 | 55 | <artifactId>maven-surefire-plugin</artifactId>
|
56 |
| - <version>2.21.0</version> |
| 56 | + <version>2.22.2</version> |
57 | 57 | </plugin>
|
58 | 58 | <plugin>
|
59 | 59 | <groupId>org.apache.maven.plugins</groupId>
|
60 | 60 | <artifactId>maven-javadoc-plugin</artifactId>
|
61 |
| - <version>3.1.1</version> |
| 61 | + <version>3.3.1</version> |
62 | 62 | <configuration>
|
63 | 63 | </configuration>
|
64 | 64 | </plugin>
|
65 | 65 | <plugin>
|
66 | 66 | <groupId>org.apache.maven.plugins</groupId>
|
67 | 67 | <artifactId>maven-jar-plugin</artifactId>
|
| 68 | + <version>3.2.0</version> |
68 | 69 | <configuration>
|
69 | 70 | <archive>
|
70 | 71 | <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
|
|
111 | 112 | <dependency>
|
112 | 113 | <groupId>junit</groupId>
|
113 | 114 | <artifactId>junit</artifactId>
|
114 |
| - <version>4.13.1</version> |
| 115 | + <version>4.13.2</version> |
115 | 116 | </dependency>
|
116 | 117 | <dependency>
|
117 | 118 | <groupId>org.snakeyaml</groupId>
|
118 | 119 | <artifactId>snakeyaml-engine</artifactId>
|
119 |
| - <version>2.2.1</version> |
| 120 | + <version>2.3</version> |
| 121 | + </dependency> |
| 122 | + <dependency> |
| 123 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 124 | + <artifactId>jackson-databind</artifactId> |
| 125 | + <version>2.12.6</version> |
| 126 | + </dependency> |
| 127 | + <dependency> |
| 128 | + <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 129 | + <artifactId>jackson-dataformat-yaml</artifactId> |
| 130 | + <version>2.10.4</version> |
120 | 131 | </dependency>
|
121 | 132 | </dependencies>
|
122 | 133 | <profiles>
|
|
0 commit comments