Skip to content

Commit

Permalink
Dependencies are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Dec 13, 2021
1 parent 404cd79 commit 2438432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datastores-parent/datastore-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>An implementation of Apache Wicket's IPageStore that uses Redis as a backend</description>

<properties>
<jedis.version>3.7.0</jedis.version>
<jedis.version>3.7.1</jedis.version>
</properties>
<dependencies>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<!-- mocleiri: for distribution in to central repository sections in the main pom are not allowed -->

<properties>
<wicket.version>9.7.0-SNAPSHOT</wicket.version>
<wicket.version>9.7.0</wicket.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -244,9 +244,9 @@
<hamcrest.version>2.2</hamcrest.version>
<commons-logging.version>1.2</commons-logging.version>
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<junit.version>5.8.1</junit.version>
<junit.version>5.8.2</junit.version>
<easymock.version>4.3</easymock.version>
<mockito.version>4.0.0</mockito.version>
<mockito.version>4.1.0</mockito.version>
<testng.version>7.4.0</testng.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-collections4.version>4.4</commons-collections4.version>
Expand All @@ -256,7 +256,7 @@
<jta.version>1.1</jta.version>
<hibernate-validator.version>7.0.1.Final</hibernate-validator.version>
<htmlcompressor.version>1.5.2</htmlcompressor.version>
<closure-compiler.version>v20211107</closure-compiler.version>
<closure-compiler.version>v20211201</closure-compiler.version>
<ibatis2-sqlmap.version>2.1.7.597</ibatis2-sqlmap.version>
<jts.version>1.13</jts.version>
<gson.version>2.8.9</gson.version>
Expand Down

0 comments on commit 2438432

Please sign in to comment.