Skip to content

Commit 37eb0d8

Browse files
committed
Dependencies are updated
Signed-off-by: Maxim Solodovnik <solomax@apache.org>
1 parent 3468fcc commit 37eb0d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

datastores-parent/datastore-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>An implementation of Apache Wicket's IPageStore that uses Redis as a backend</description>
1414

1515
<properties>
16-
<jedis.version>6.2.0</jedis.version>
16+
<jedis.version>7.2.0</jedis.version>
1717
</properties>
1818
<dependencies>
1919

gchart-parent/gchart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>net.javacrumbs.json-unit</groupId>
6262
<artifactId>json-unit</artifactId>
63-
<version>4.1.1</version>
63+
<version>5.1.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
<!-- mocleiri: for distribution in to central repository sections in the main pom are not allowed -->
316316

317317
<properties>
318-
<wicket.version>10.8.0-SNAPSHOT</wicket.version>
318+
<wicket.version>10.8.0</wicket.version>
319319

320320
<maven.compiler.source>17</maven.compiler.source>
321321
<maven.compiler.target>17</maven.compiler.target>

wicketstuff-glassfish4-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.glassfish.main.extras</groupId>
2424
<artifactId>glassfish-embedded-all</artifactId>
25-
<version>7.0.25</version>
25+
<version>7.1.0</version>
2626
<scope>provided</scope>
2727
</dependency>
2828
</dependencies>

0 commit comments

Comments
 (0)