Skip to content

Commit 2245ab1

Browse files
Merge pull request #8 from saasquatch/dev
Dev
2 parents 8b97b36 + 64ab538 commit 2245ab1

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ Maven
176176
<dependency>
177177
<groupId>com.github.saasquatch</groupId>
178178
<artifactId>json-schema-inferrer</artifactId>
179-
<version>0.1.1</version>
179+
<version>0.1.3</version>
180180
</dependency>
181181
```
182182

183183
Gradle
184184

185185
```gradle
186-
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1'
186+
compile 'com.github.saasquatch:json-schema-inferrer:0.1.3'
187187
```
188188

189189
### Transitive Dependencies

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.saasquatch</groupId>
66
<artifactId>json-schema-inferrer</artifactId>
7-
<version>0.1.2</version>
7+
<version>0.1.3</version>
88
<packaging>jar</packaging>
99

1010
<name>json-schema-inferrer</name>
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<junit.version>5.6.0</junit.version>
23+
<junit.version>5.6.2</junit.version>
2424
</properties>
2525

2626
<repositories>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-databind</artifactId>
54-
<version>2.10.3</version>
54+
<version>2.11.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>commons-validator</groupId>
5858
<artifactId>commons-validator</artifactId>
59-
<version>1.6</version>
59+
<version>1.7</version>
6060
<optional>true</optional>
6161
<exclusions>
6262
<exclusion>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>org.apache.httpcomponents.client5</groupId>
8888
<artifactId>httpclient5</artifactId>
89-
<version>5.0</version>
89+
<version>5.0.1</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.guava</groupId>
9494
<artifactId>guava</artifactId>
95-
<version>28.2-jre</version>
95+
<version>29.0-jre</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
@@ -124,9 +124,10 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>3.1.1</version>
127+
<version>3.2.0</version>
128128
<configuration>
129129
<doclint>none</doclint>
130+
<source>8</source>
130131
</configuration>
131132
<executions>
132133
<execution>
@@ -140,7 +141,7 @@
140141
<plugin>
141142
<groupId>org.apache.maven.plugins</groupId>
142143
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.0.0-M4</version>
144+
<version>3.0.0-M5</version>
144145
</plugin>
145146
<plugin>
146147
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)