Skip to content

Commit

Permalink
upped some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jun 26, 2023
1 parent 72ba689 commit 126bad7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 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.5.0</version>
<version>7.6.1</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.20</version>
<version>3.0.24</version>
<optional>true</optional>
</dependency>

Expand Down
20 changes: 12 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,32 @@

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

<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M8</version>
<version>3.1.2</version>
<configuration>
<useManifestOnlyJar>false</useManifestOnlyJar>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
Expand All @@ -83,7 +87,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.1</version>
<configuration>
<branchName>${project.version}</branchName>
<tagNameFormat>@{project.version}</tagNameFormat>
Expand All @@ -104,7 +108,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -148,7 +152,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.28</version>
<scope>provided</scope>
</dependency>

Expand All @@ -167,7 +171,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 126bad7

Please sign in to comment.