Skip to content

Commit

Permalink
Updated spring dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Feb 7, 2019
1 parent 6c9c1a6 commit aa09893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<timestamp>${maven.build.timestamp}</timestamp>
<red5pro-common.version>5.3.15</red5pro-common.version>
<red5.version>1.0.10-M7</red5.version>
<mina.version>2.0.19</mina.version>
<spring.version>4.3.12.RELEASE</spring.version>
<mina.version>[2.0.19,)</mina.version>
<spring.version>[4.3.18,)</spring.version>
<httpcomponents.version>4.5.3</httpcomponents.version>
</properties>
<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion red5-pro-simpleauth-custom-validator-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<red5pro-common.version>5.3.15</red5pro-common.version>
<red5.version>1.0.10-M7</red5.version>
<mina.version>[2.0.13,2.0.19)</mina.version>
<spring.version>4.3.12.RELEASE</spring.version>
<spring.version>[4.3.18,)</spring.version>
<commons.io.version>1.3.2</commons.io.version>
<commons.chain.version>1.2</commons.chain.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit aa09893

Please sign in to comment.