|
6 | 6 |
|
7 | 7 | <groupId>com.equalize.cpi</groupId> |
8 | 8 | <artifactId>converter-core</artifactId> |
9 | | - <version>1.4.0</version> |
| 9 | + <version>2.0.0</version> |
10 | 10 |
|
11 | 11 | <name>converter-core</name> |
12 | 12 | <url>https://github.com/engswee/equalize-cpi-converter</url> |
13 | 13 |
|
14 | 14 | <properties> |
15 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | | - <maven.compiler.source>1.7</maven.compiler.source> |
17 | | - <maven.compiler.target>1.7</maven.compiler.target> |
| 16 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 17 | + <maven.compiler.target>1.8</maven.compiler.target> |
18 | 18 | </properties> |
19 | 19 |
|
20 | 20 | <dependencies> |
|
31 | 31 | <dependency> |
32 | 32 | <groupId>junit</groupId> |
33 | 33 | <artifactId>junit</artifactId> |
34 | | - <version>4.11</version> |
| 34 | + <version>4.12</version> |
35 | 35 | <scope>test</scope> |
36 | 36 | </dependency> |
37 | 37 | <dependency> |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>org.apache.poi</groupId> |
45 | 45 | <artifactId>poi-ooxml</artifactId> |
46 | | - <version>3.17</version> |
| 46 | + <version>4.1.0</version> |
47 | 47 | </dependency> |
48 | 48 | </dependencies> |
49 | 49 |
|
|
62 | 62 | <plugin> |
63 | 63 | <groupId>org.codehaus.gmavenplus</groupId> |
64 | 64 | <artifactId>gmavenplus-plugin</artifactId> |
65 | | - <version>1.6.1</version> |
| 65 | + <version>1.7.0</version> |
66 | 66 | <executions> |
67 | 67 | <execution> |
68 | 68 | <goals> |
|
81 | 81 | <plugin> |
82 | 82 | <groupId>org.openclover</groupId> |
83 | 83 | <artifactId>clover-maven-plugin</artifactId> |
84 | | - <version>4.3.0</version> |
| 84 | + <version>4.3.1</version> |
85 | 85 | <configuration> |
86 | 86 | <excludes> |
87 | 87 | <exclude>**/org/json/*.java</exclude> |
|
122 | 122 | <plugins> |
123 | 123 | <plugin> |
124 | 124 | <artifactId>maven-clean-plugin</artifactId> |
125 | | - <version>3.0.0</version> |
| 125 | + <version>3.1.0</version> |
126 | 126 | </plugin> |
127 | 127 | <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
128 | 128 | <plugin> |
129 | 129 | <artifactId>maven-resources-plugin</artifactId> |
130 | | - <version>3.0.2</version> |
| 130 | + <version>3.1.0</version> |
131 | 131 | </plugin> |
132 | 132 | <plugin> |
133 | 133 | <artifactId>maven-compiler-plugin</artifactId> |
134 | | - <version>3.7.0</version> |
| 134 | + <version>3.8.1</version> |
135 | 135 | </plugin> |
136 | 136 | <plugin> |
137 | 137 | <artifactId>maven-surefire-plugin</artifactId> |
138 | | - <version>2.20.1</version> |
| 138 | + <version>2.22.2</version> |
139 | 139 | </plugin> |
140 | 140 | <plugin> |
141 | 141 | <artifactId>maven-jar-plugin</artifactId> |
142 | | - <version>3.0.2</version> |
| 142 | + <version>3.1.2</version> |
143 | 143 | </plugin> |
144 | 144 | <plugin> |
145 | 145 | <artifactId>maven-install-plugin</artifactId> |
|
0 commit comments