Skip to content

Commit

Permalink
upped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 22, 2023
1 parent bca89b1 commit e21788e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion magnolia-vpro-ui-poms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-bom</artifactId>
<version>7.1.3</version>
<version>7.2.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion magnolia-vpro-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>info.magnolia.dam</groupId>
<artifactId>magnolia-dam-app</artifactId>
<version>3.0.19</version>
<version>3.0.20</version>
<optional>true</optional>
</dependency>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<magnolia.ui.version>6.2.27</magnolia.ui.version>
<vpro.shared.version>3.0.1</vpro.shared.version>
<magnolia.ui.version>6.2.28</magnolia.ui.version>
<vpro.shared.version>3.1.0</vpro.shared.version>
</properties>

<build>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.26</version>
<scope>provided</scope>
</dependency>

Expand All @@ -161,13 +161,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.1</version>
<version>3.24.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e21788e

Please sign in to comment.