Skip to content

Commit

Permalink
Merge pull request AxonFramework#1229 from AlexElin/update_deps
Browse files Browse the repository at this point in the history
Update Dependencies + Plugins
  • Loading branch information
smcvb authored Oct 2, 2019
2 parents 7806af7 + 7f88dac commit 39e422c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- dependency versions -->
<slf4j.version>1.7.26</slf4j.version>
<slf4j.version>1.7.28</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<spring.version>5.1.5.RELEASE</spring.version>
<spring.version>5.1.9.RELEASE</spring.version>
<spring-security.version>5.1.4.RELEASE</spring-security.version>
<spring.boot.version>2.1.3.RELEASE</spring.boot.version>
<spring.boot.version>2.1.8.RELEASE</spring.boot.version>
<mockito.version>3.0.0</mockito.version>
<projectreactor.version>3.2.6.RELEASE</projectreactor.version>
<micrometer.version>1.1.3</micrometer.version>
<micrometer.version>1.3.0</micrometer.version>
<dropwizard.metrics.version>3.1.2</dropwizard.metrics.version>
<jackson.version>2.9.8</jackson.version>
<!--
Expand All @@ -153,7 +153,7 @@
<ehcache.version>2.10.6</ehcache.version>
<quartz.version>2.3.0</quartz.version>
<c3p0.version>0.9.1.2</c3p0.version>
<hsqldb.version>2.3.4</hsqldb.version>
<hsqldb.version>2.5.0</hsqldb.version>
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
<hibernate-entitymanager.version>5.4.1.Final</hibernate-entitymanager.version>
<byte-buddy.version>1.9.16</byte-buddy.version>
Expand All @@ -163,7 +163,7 @@
<el-impl.version>2.2</el-impl.version>
<eaio-uuid.version>3.2</eaio-uuid.version>
<dom4j.version>2.1.1</dom4j.version>
<postgresql.version>42.2.5</postgresql.version>
<postgresql.version>42.2.8</postgresql.version>
<junit4.version>4.12</junit4.version>

<!-- plugin versions -->
Expand Down Expand Up @@ -439,7 +439,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand All @@ -455,7 +455,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
Expand Down Expand Up @@ -498,7 +498,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.22.2</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand Down Expand Up @@ -545,7 +545,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<version>3.1.2</version>
<configuration>
<archive>
<manifest>
Expand All @@ -556,7 +556,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.8.RELEASE</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 39e422c

Please sign in to comment.