Skip to content

Commit

Permalink
Merge pull request #3 from yupiik/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
fpapon committed Jul 30, 2022
2 parents 31f0e34 + 1c5da66 commit e88f112
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
<version>4.20</version>
<version>4.21</version>
</dependency>
</dependencies>

Expand All @@ -55,7 +55,7 @@
<plugin> <!-- mvn [compile] yupiik-tools:serve-minisite -e -->
<groupId>io.yupiik.maven</groupId>
<artifactId>yupiik-tools-maven-plugin</artifactId>
<version>1.0.20</version>
<version>1.0.26</version>
<configuration>
<siteBase>//www.yupiik.io/yupiik-batch</siteBase>
<logoText>Yupiik Batch</logoText>
Expand Down
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
<url>https://www.yupiik.com/</url>

<properties>
<junit5.version>5.8.2</junit5.version>
<junit5.version>5.9.0</junit5.version>
<owb.version>2.0.27</owb.version>
<uship.version>1.0.8</uship.version>
<yupiik-logging.version>1.0.5</yupiik-logging.version>
</properties>

<modules>
Expand All @@ -47,7 +48,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.1.214</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -57,7 +58,7 @@
<dependency>
<groupId>io.yupiik.logging</groupId>
<artifactId>yupiik-logging-jul</artifactId>
<version>1.0.4</version>
<version>${yupiik-logging.version}</version>
<classifier>jakarta</classifier>
<scope>runtime</scope>
</dependency>
Expand All @@ -83,7 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand All @@ -97,12 +98,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M6</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
Expand All @@ -113,7 +114,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
Expand Down Expand Up @@ -152,7 +153,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.0.rc2</version>
<version>4.2.rc2</version>
<executions>
<execution>
<id>check-license</id>
Expand Down Expand Up @@ -215,7 +216,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -242,7 +243,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<skipIfEmpty>false</skipIfEmpty>
<excludes>
Expand All @@ -253,7 +254,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit e88f112

Please sign in to comment.