Skip to content

Commit

Permalink
Update Spring Boot to version 2.2.5.RELEASE, Spring Framework to vers…
Browse files Browse the repository at this point in the history
…ion 5.2.4.RELEASE and Spring Security to version 5.2.2.RELEASE.
  • Loading branch information
PascalSchumacher authored and filiphr committed Mar 8, 2020
1 parent dd8fe66 commit e0e4ff2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,22 @@ org.mvel mvel2 2.2.6.Final The
org.slf4j jcl-over-slf4j 1.7.30 MIT License
org.slf4j slf4j-api 1.7.30 MIT License
org.slf4j slf4j-log4j12 1.7.30 MIT License
org.springframework spring-beans 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-core 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-context 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-context-support 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-jdbc 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-tx 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-web 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-webmvc 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-aop 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-core 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-expression 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework spring-orm 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-config 5.2.1.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-core 5.2.1.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-crypto 5.2.1.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-web 5.2.1.RELEASE The Apache Software License, Version 2.0
org.springframework spring-beans 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-core 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-context 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-context-support 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-jdbc 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-tx 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-web 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-webmvc 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-aop 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-core 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-expression 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework spring-orm 5.2.4.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-config 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-core 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-crypto 5.2.2.RELEASE The Apache Software License, Version 2.0
org.springframework.security spring-security-web 5.2.2.RELEASE The Apache Software License, Version 2.0
org.tinyjee.jgraphx jgraphx 1.10.4.1 JGraph Ltd - 3 clause BSD license
org.yaml snakeyaml 1.17 The Apache Software License, Version 2.0
xerces xercesImpl 2.12.0 The Apache Software License, Version 2.0
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<distributionManagementSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</distributionManagementSnapshotsUrl>
<jdk.version>1.8</jdk.version>
<spring.framework.version>5.2.2.RELEASE</spring.framework.version>
<spring.security.version>5.2.1.RELEASE</spring.security.version>
<spring.framework.version>5.2.4.RELEASE</spring.framework.version>
<spring.security.version>5.2.2.RELEASE</spring.security.version>
<spring.amqp.version>2.2.2.RELEASE</spring.amqp.version>
<spring.kafka.version>2.3.4.RELEASE</spring.kafka.version>
<jackson.version>2.10.2</jackson.version>
Expand All @@ -23,7 +23,7 @@
<camel.version>2.25.0</camel.version>
<cxf.version>3.3.5</cxf.version>
<slf4j.version>1.7.30</slf4j.version>
<spring.boot.version>2.2.2.RELEASE</spring.boot.version>
<spring.boot.version>2.2.5.RELEASE</spring.boot.version>

<junit.version>4.13</junit.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
Expand Down

0 comments on commit e0e4ff2

Please sign in to comment.