Skip to content

Commit

Permalink
updated several dependencies (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Sep 16, 2021
1 parent e08df5a commit 35b98bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ComponentRegistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<clavasRestUrl>https://vocabularies.clarin.eu/clavas/public/api/</clavasRestUrl>

<cmd-toolkit.version>1.2.4</cmd-toolkit.version>
<spring.version>5.2.12.RELEASE</spring.version>
<wicket.version>8.11.0</wicket.version>
<jackson.version>2.11.4</jackson.version>
<spring.version>5.2.16.RELEASE</spring.version>
<wicket.version>8.12.0</wicket.version>
<jackson.version>2.12.5</jackson.version>
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<jersey.version>1.19.4</jersey.version>
<slf4j.version>1.7.30</slf4j.version>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -233,7 +233,7 @@
<!-- replace excluded guava provided via swagger -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
<version>30.1.1-jre</version>
</dependency>
<dependency>
<groupId>com.sun.grizzly</groupId>
Expand Down Expand Up @@ -415,7 +415,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -426,7 +426,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20200518</version>
<version>20210307</version>
</dependency>
<dependency>
<groupId>eu.clarin.cmdi</groupId>
Expand Down

0 comments on commit 35b98bc

Please sign in to comment.