Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1397#discussion_r56989049 --- Diff: pom.xml --- @@ -65,58 +61,68 @@ <cs.discovery.version>0.5</cs.discovery.version> <cs.ejb.version>3.0</cs.ejb.version> <!-- do not forget to also upgrade hamcrest library with junit --> - <cs.junit.version>4.11</cs.junit.version> + <cs.junit.version>4.12</cs.junit.version> <cs.hamcrest.version>1.3</cs.hamcrest.version> - <cs.bcprov.version>1.46</cs.bcprov.version> - <cs.jsch.version>0.1.51</cs.jsch.version> - <cs.jpa.version>2.1.0</cs.jpa.version> + <cs.bcprov.version>1.54</cs.bcprov.version> + <cs.jsch.version>0.1.53</cs.jsch.version> + <cs.jpa.version>2.1.1</cs.jpa.version> <cs.jasypt.version>1.9.2</cs.jasypt.version> - <cs.trilead.version>1.0.0-build217</cs.trilead.version> - <cs.ehcache.version>2.6.9</cs.ehcache.version> + <cs.trilead.version>1.0.0-build220</cs.trilead.version> + <cs.ehcache.version>2.6.11</cs.ehcache.version> <cs.gson.version>1.7.2</cs.gson.version> --- End diff -- @DaanHoogland :) Perhaps my PR message confused you? Here I mean to say that we're not updating following: > Updated most dependencies to latest minor releases, except: > > Gson 2.x > Major spring framework version > Servlet version > Embedded jetty version > Mockito version (beta) > Mysql lib minor version upgrade (breaks mysql-ha plugin)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---