Skip to content

Commit 7ab027c

Browse files
committed
version bumps
1 parent 34280c0 commit 7ab027c

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

pom.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

2626
<repositories>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-databind</artifactId>
54-
<version>2.11.2</version>
54+
<version>2.12.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>commons-validator</groupId>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>org.apache.httpcomponents.client5</groupId>
8888
<artifactId>httpclient5</artifactId>
89-
<version>5.0.1</version>
89+
<version>5.1</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.guava</groupId>
9494
<artifactId>guava</artifactId>
95-
<version>29.0-jre</version>
95+
<version>30.1.1-jre</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>3.2.0</version>
127+
<version>3.3.0</version>
128128
<configuration>
129129
<doclint>none</doclint>
130130
<source>8</source>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.jacoco</groupId>
148148
<artifactId>jacoco-maven-plugin</artifactId>
149-
<version>0.8.5</version>
149+
<version>0.8.7</version>
150150
<executions>
151151
<execution>
152152
<goals>
@@ -165,12 +165,4 @@
165165
</plugins>
166166
</build>
167167

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-
176168
</project>

0 commit comments

Comments
 (0)