|
4 | 4 |
|
5 | 5 | <groupId>com.saasquatch</groupId> |
6 | 6 | <artifactId>json-schema-inferrer</artifactId> |
7 | | - <version>0.1.2</version> |
| 7 | + <version>0.1.3</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>json-schema-inferrer</name> |
|
20 | 20 |
|
21 | 21 | <properties> |
22 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
23 | | - <junit.version>5.6.0</junit.version> |
| 23 | + <junit.version>5.6.2</junit.version> |
24 | 24 | </properties> |
25 | 25 |
|
26 | 26 | <repositories> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>com.fasterxml.jackson.core</groupId> |
53 | 53 | <artifactId>jackson-databind</artifactId> |
54 | | - <version>2.10.3</version> |
| 54 | + <version>2.11.2</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>commons-validator</groupId> |
58 | 58 | <artifactId>commons-validator</artifactId> |
59 | | - <version>1.6</version> |
| 59 | + <version>1.7</version> |
60 | 60 | <optional>true</optional> |
61 | 61 | <exclusions> |
62 | 62 | <exclusion> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>org.apache.httpcomponents.client5</groupId> |
88 | 88 | <artifactId>httpclient5</artifactId> |
89 | | - <version>5.0</version> |
| 89 | + <version>5.0.1</version> |
90 | 90 | <scope>test</scope> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>com.google.guava</groupId> |
94 | 94 | <artifactId>guava</artifactId> |
95 | | - <version>28.2-jre</version> |
| 95 | + <version>29.0-jre</version> |
96 | 96 | <scope>test</scope> |
97 | 97 | </dependency> |
98 | 98 | </dependencies> |
|
124 | 124 | <plugin> |
125 | 125 | <groupId>org.apache.maven.plugins</groupId> |
126 | 126 | <artifactId>maven-javadoc-plugin</artifactId> |
127 | | - <version>3.1.1</version> |
| 127 | + <version>3.2.0</version> |
128 | 128 | <configuration> |
129 | 129 | <doclint>none</doclint> |
| 130 | + <source>8</source> |
130 | 131 | </configuration> |
131 | 132 | <executions> |
132 | 133 | <execution> |
|
140 | 141 | <plugin> |
141 | 142 | <groupId>org.apache.maven.plugins</groupId> |
142 | 143 | <artifactId>maven-surefire-plugin</artifactId> |
143 | | - <version>3.0.0-M4</version> |
| 144 | + <version>3.0.0-M5</version> |
144 | 145 | </plugin> |
145 | 146 | <plugin> |
146 | 147 | <groupId>org.jacoco</groupId> |
|
0 commit comments