|
8 | 8 | <artifactId>mapcode</artifactId> |
9 | 9 |
|
10 | 10 | <packaging>jar</packaging> |
11 | | - <version>2.4.7</version> |
| 11 | + <version>2.4.8</version> |
12 | 12 |
|
13 | 13 | <name>Mapcode Java Library</name> |
14 | 14 | <description> |
|
73 | 73 |
|
74 | 74 | <!-- Modules. --> |
75 | 75 | <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
76 | | - <jacoco-maven-plugin.version>0.8.1</jacoco-maven-plugin.version> |
77 | | - <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version> |
| 76 | + <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version> |
| 77 | + <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
78 | 78 | <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version> |
79 | 79 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
80 | | - <maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version> |
| 80 | + <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version> |
81 | 81 | <maven-site-plugin.version>3.7.1</maven-site-plugin.version> |
82 | 82 | <maven-source-plugin.version>3.0.1</maven-source-plugin.version> |
83 | 83 | <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> |
84 | 84 | <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
85 | 85 |
|
86 | 86 | <!-- libraries. --> |
87 | | - <gson.version>2.8.4</gson.version> |
| 87 | + <gson.version>2.8.5</gson.version> |
88 | 88 | <jsr305.version>3.0.2</jsr305.version> |
89 | 89 | <junit.version>4.12</junit.version> |
90 | 90 | <log4j.version>1.2.17</log4j.version> |
|
245 | 245 | <groupId>org.apache.maven.plugins</groupId> |
246 | 246 | <artifactId>maven-project-info-reports-plugin</artifactId> |
247 | 247 | <version>${maven-project-info-reports-plugin.version}</version> |
248 | | - <configuration> |
249 | | - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> |
250 | | - </configuration> |
251 | 248 | </plugin> |
252 | 249 |
|
253 | 250 | <!-- JavaDoc reports. --> |
|
0 commit comments