Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jan 21, 2020
1 parent bde72fa commit fb287e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mail</artifactId>
<version>5.2.2.RELEASE</version>
<version>5.2.3.RELEASE</version>
</dependency>
<dependency>
<groupId>ch.digitalfondue.npjt-extra</groupId>
Expand Down Expand Up @@ -343,9 +343,9 @@
<!-- -->
<properties>
<org.apache.logging.log4j.version>2.13.0</org.apache.logging.log4j.version>
<org.springframework.version>5.2.2.RELEASE</org.springframework.version>
<org.eclipse.jetty.version>9.4.24.v20191120</org.eclipse.jetty.version> <!-- 9.4.18.v20190429 -->
<com.fasterxml.jackson.version>2.10.1</com.fasterxml.jackson.version>
<org.springframework.version>5.2.3.RELEASE</org.springframework.version>
<org.eclipse.jetty.version>9.4.26.v20200117</org.eclipse.jetty.version> <!-- 9.4.18.v20190429 -->
<com.fasterxml.jackson.version>2.10.2</com.fasterxml.jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>src/main</sonar.sources>
<kotlin.version>1.3.61</kotlin.version>
Expand Down Expand Up @@ -503,7 +503,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.2.RELEASE</version>
<version>2.2.4.RELEASE</version>
<configuration>
<classifier>jetty-console</classifier>
</configuration>
Expand Down

0 comments on commit fb287e2

Please sign in to comment.