Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 6, 2023
1 parent c8f655f commit 7d5d867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6.1</version>
<version>7.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<magnolia.ui.version>6.2.36</magnolia.ui.version>
<vpro.shared.version>3.5.3</vpro.shared.version>
<magnolia.ui.version>6.2.37</magnolia.ui.version>
<vpro.shared.version>3.5.4</vpro.shared.version>
</properties>

<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.3.0</version>
<configuration>
<useManifestOnlyJar>false</useManifestOnlyJar>
</configuration>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.3</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7d5d867

Please sign in to comment.