Skip to content

Commit a2a5bf2

Browse files
committed
#7 - Bump jedis dependency to 3.3.0
1 parent 847bd3c commit a2a5bf2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

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

55
<groupId>io.ebean</groupId>
66
<artifactId>ebean-redis</artifactId>
7-
<version>12.2.3-SNAPSHOT</version>
7+
<version>12.3.1-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -22,34 +22,34 @@
2222
<dependency>
2323
<groupId>redis.clients</groupId>
2424
<artifactId>jedis</artifactId>
25-
<version>3.2.0</version>
25+
<version>3.3.0</version>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>io.ebean</groupId>
3030
<artifactId>ebean</artifactId>
31-
<version>12.2.1</version>
31+
<version>12.3.1</version>
3232
<scope>provided</scope>
3333
</dependency>
3434

3535
<dependency>
3636
<groupId>io.ebean</groupId>
3737
<artifactId>ebean-querybean</artifactId>
38-
<version>12.2.1</version>
38+
<version>12.3.1</version>
3939
<scope>test</scope>
4040
</dependency>
4141

4242
<dependency>
4343
<groupId>io.ebean</groupId>
4444
<artifactId>querybean-generator</artifactId>
45-
<version>12.2.1</version>
45+
<version>12.3.1</version>
4646
<scope>test</scope>
4747
</dependency>
4848

4949
<dependency>
5050
<groupId>io.ebean</groupId>
5151
<artifactId>ebean-test</artifactId>
52-
<version>12.2.1</version>
52+
<version>12.3.1</version>
5353
<scope>test</scope>
5454
</dependency>
5555

@@ -75,11 +75,11 @@
7575
<plugin>
7676
<groupId>io.repaint.maven</groupId>
7777
<artifactId>tiles-maven-plugin</artifactId>
78-
<version>2.15</version>
78+
<version>2.16</version>
7979
<extensions>true</extensions>
8080
<configuration>
8181
<tiles>
82-
<tile>io.ebean.tile:enhancement:12.2.1</tile>
82+
<tile>io.ebean.tile:enhancement:12.3.1</tile>
8383
</tiles>
8484
</configuration>
8585
</plugin>

0 commit comments

Comments
 (0)