Skip to content

Commit f380aa8

Browse files
committed
fix: use vaadin7-compatible portal-utils-lib
1 parent 98b4b6b commit f380aa8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>life.qbic</groupId>
88
<artifactId>portlet-parent-pom</artifactId>
9-
<version>3.1.0</version>
9+
<version>3.1.4</version>
1010
</parent>
1111
<artifactId>user-db-portlet</artifactId>
12-
<version>1.8.1</version>
12+
<version>1.8.2</version>
1313
<name>User Database Portlet</name>
1414
<url>http://github.com/qbicsoftware/user-db-portlet</url>
1515
<packaging>war</packaging>
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>life.qbic</groupId>
5858
<artifactId>portal-utils-lib</artifactId>
59-
<version>2.2.1</version>
59+
<version>1.6.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>life.qbic</groupId>
6363
<artifactId>core-utils-lib</artifactId>
64-
<version>1.7.0</version>
64+
<version>1.7.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>life.qbic</groupId>
6868
<artifactId>openbis-client-lib</artifactId>
69-
<version>1.4.0</version>
69+
<version>1.4.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>life.qbic</groupId>

0 commit comments

Comments
 (0)