|
20 | 20 |
|
21 | 21 | <properties> |
22 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
23 | | - <junit.version>5.6.2</junit.version> |
| 23 | + <junit.version>5.7.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.11.2</version> |
| 54 | + <version>2.12.3</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>commons-validator</groupId> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>org.apache.httpcomponents.client5</groupId> |
88 | 88 | <artifactId>httpclient5</artifactId> |
89 | | - <version>5.0.1</version> |
| 89 | + <version>5.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>29.0-jre</version> |
| 95 | + <version>30.1.1-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.2.0</version> |
| 127 | + <version>3.3.0</version> |
128 | 128 | <configuration> |
129 | 129 | <doclint>none</doclint> |
130 | 130 | <source>8</source> |
|
146 | 146 | <plugin> |
147 | 147 | <groupId>org.jacoco</groupId> |
148 | 148 | <artifactId>jacoco-maven-plugin</artifactId> |
149 | | - <version>0.8.5</version> |
| 149 | + <version>0.8.7</version> |
150 | 150 | <executions> |
151 | 151 | <execution> |
152 | 152 | <goals> |
|
165 | 165 | </plugins> |
166 | 166 | </build> |
167 | 167 |
|
168 | | - <distributionManagement> |
169 | | - <repository> |
170 | | - <id>bintray-saasquatch-java-libs</id> |
171 | | - <name>saasquatch-java-libs</name> |
172 | | - <url>https://api.bintray.com/maven/saasquatch/java-libs/json-schema-inferrer/;publish=1</url> |
173 | | - </repository> |
174 | | - </distributionManagement> |
175 | | - |
176 | 168 | </project> |
0 commit comments