|
4 | 4 |
|
5 | 5 | <groupId>io.ebean</groupId> |
6 | 6 | <artifactId>ebean-redis</artifactId> |
7 | | - <version>12.2.3-SNAPSHOT</version> |
| 7 | + <version>12.3.1-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <parent> |
10 | 10 | <groupId>org.avaje</groupId> |
|
22 | 22 | <dependency> |
23 | 23 | <groupId>redis.clients</groupId> |
24 | 24 | <artifactId>jedis</artifactId> |
25 | | - <version>3.2.0</version> |
| 25 | + <version>3.3.0</version> |
26 | 26 | </dependency> |
27 | 27 |
|
28 | 28 | <dependency> |
29 | 29 | <groupId>io.ebean</groupId> |
30 | 30 | <artifactId>ebean</artifactId> |
31 | | - <version>12.2.1</version> |
| 31 | + <version>12.3.1</version> |
32 | 32 | <scope>provided</scope> |
33 | 33 | </dependency> |
34 | 34 |
|
35 | 35 | <dependency> |
36 | 36 | <groupId>io.ebean</groupId> |
37 | 37 | <artifactId>ebean-querybean</artifactId> |
38 | | - <version>12.2.1</version> |
| 38 | + <version>12.3.1</version> |
39 | 39 | <scope>test</scope> |
40 | 40 | </dependency> |
41 | 41 |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>io.ebean</groupId> |
44 | 44 | <artifactId>querybean-generator</artifactId> |
45 | | - <version>12.2.1</version> |
| 45 | + <version>12.3.1</version> |
46 | 46 | <scope>test</scope> |
47 | 47 | </dependency> |
48 | 48 |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>io.ebean</groupId> |
51 | 51 | <artifactId>ebean-test</artifactId> |
52 | | - <version>12.2.1</version> |
| 52 | + <version>12.3.1</version> |
53 | 53 | <scope>test</scope> |
54 | 54 | </dependency> |
55 | 55 |
|
|
75 | 75 | <plugin> |
76 | 76 | <groupId>io.repaint.maven</groupId> |
77 | 77 | <artifactId>tiles-maven-plugin</artifactId> |
78 | | - <version>2.15</version> |
| 78 | + <version>2.16</version> |
79 | 79 | <extensions>true</extensions> |
80 | 80 | <configuration> |
81 | 81 | <tiles> |
82 | | - <tile>io.ebean.tile:enhancement:12.2.1</tile> |
| 82 | + <tile>io.ebean.tile:enhancement:12.3.1</tile> |
83 | 83 | </tiles> |
84 | 84 | </configuration> |
85 | 85 | </plugin> |
|
0 commit comments