|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>mil.nga.sf</groupId> |
5 | 5 | <artifactId>sf-geojson</artifactId> |
6 | | - <version>3.0.3</version> |
| 6 | + <version>3.1.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>Simple Features GeoJSON</name> |
9 | 9 | <url>https://github.com/ngageoint/simple-features-geojson-java</url> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>mil.nga</groupId> |
53 | 53 | <artifactId>sf</artifactId> |
54 | | - <version>2.0.6</version> |
| 54 | + <version>2.1.0</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>com.fasterxml.jackson.core</groupId> |
58 | 58 | <artifactId>jackson-databind</artifactId> |
59 | | - <version>2.13.2.2</version> |
| 59 | + <version>2.13.3</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>junit</groupId> |
|
84 | 84 | <plugin> |
85 | 85 | <groupId>org.apache.maven.plugins</groupId> |
86 | 86 | <artifactId>maven-javadoc-plugin</artifactId> |
87 | | - <version>3.3.2</version> |
| 87 | + <version>3.4.0</version> |
88 | 88 | <configuration> |
89 | 89 | <links> |
90 | 90 | <link>http://ngageoint.github.io/simple-features-java/docs/api/</link> |
|
119 | 119 | <plugin> |
120 | 120 | <groupId>org.sonatype.plugins</groupId> |
121 | 121 | <artifactId>nexus-staging-maven-plugin</artifactId> |
122 | | - <version>1.6.12</version> |
| 122 | + <version>1.6.13</version> |
123 | 123 | <extensions>true</extensions> |
124 | 124 | <configuration> |
125 | 125 | <serverId>ossrh</serverId> |
|
0 commit comments