Dependency version bumps

This commit is contained in:
James Agnew 2016-12-14 09:21:00 -05:00
parent 4eb2e017f8
commit 74a73e74c5
3 changed files with 18 additions and 15 deletions

View File

@ -20,7 +20,6 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" path="target/generated-sql"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>

22
pom.xml
View File

@ -311,9 +311,9 @@
<scmPubCheckoutDirectory>${user.home}/sites/scm/hapi-fhir</scmPubCheckoutDirectory> <scmPubCheckoutDirectory>${user.home}/sites/scm/hapi-fhir</scmPubCheckoutDirectory>
<!-- Dependency Versions --> <!-- Dependency Versions -->
<derby_version>10.12.1.1</derby_version> <derby_version>10.13.1.1</derby_version>
<jersey_version>2.23.1</jersey_version> <jersey_version>2.24</jersey_version>
<jetty_version>9.3.10.v20160621</jetty_version> <jetty_version>9.3.14.v20161028</jetty_version>
<!-- Note on Hibernate versions: Hibernate 4.3+ uses JPA 2.1, which is too new for a number of platforms including JBoss EAP 6.x and Glassfish 3.0. Upgrade this version with caution! Also note that if <!-- Note on Hibernate versions: Hibernate 4.3+ uses JPA 2.1, which is too new for a number of platforms including JBoss EAP 6.x and Glassfish 3.0. Upgrade this version with caution! Also note that if
you change this, you may get a failure in hibernate4-maven-plugin. See the note in hapi-fhir-jpaserver-base/pom.xml's configuration for that plugin... --> you change this, you may get a failure in hibernate4-maven-plugin. See the note in hapi-fhir-jpaserver-base/pom.xml's configuration for that plugin... -->
<!-- 5.2.0 has issues with hibernate-search 5.5.3 --> <!-- 5.2.0 has issues with hibernate-search 5.5.3 -->
@ -323,7 +323,7 @@
<maven_license_plugin_version>1.8</maven_license_plugin_version> <maven_license_plugin_version>1.8</maven_license_plugin_version>
<maven_source_plugin_version>2.4</maven_source_plugin_version> <maven_source_plugin_version>2.4</maven_source_plugin_version>
<phloc_schematron_version>2.7.1</phloc_schematron_version> <phloc_schematron_version>2.7.1</phloc_schematron_version>
<phloc_commons_version>4.4.5</phloc_commons_version> <phloc_commons_version>4.4.6</phloc_commons_version>
<spring_version>4.3.1.RELEASE</spring_version> <spring_version>4.3.1.RELEASE</spring_version>
<thymeleaf-version>3.0.1.RELEASE</thymeleaf-version> <thymeleaf-version>3.0.1.RELEASE</thymeleaf-version>
<xmlunit_version>1.6</xmlunit_version> <xmlunit_version>1.6</xmlunit_version>
@ -416,7 +416,7 @@
<dependency> <dependency>
<groupId>javax.mail</groupId> <groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId> <artifactId>javax.mail-api</artifactId>
<version>1.5.5</version> <version>1.5.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
@ -604,7 +604,7 @@
<dependency> <dependency>
<groupId>org.fusesource.jansi</groupId> <groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId> <artifactId>jansi</artifactId>
<version>1.13</version> <version>1.14</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.glassfish</groupId> <groupId>org.glassfish</groupId>
@ -793,7 +793,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version> <version>3.6.0</version>
<configuration> <configuration>
<source>1.6</source> <source>1.6</source>
<target>1.6</target> <target>1.6</target>
@ -817,12 +817,12 @@
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId> <artifactId>plexus-compiler-javac</artifactId>
<version>2.7</version> <version>2.8.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac-errorprone</artifactId> <artifactId>plexus-compiler-javac-errorprone</artifactId>
<version>2.7</version> <version>2.8.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
@ -934,7 +934,7 @@
<plugin> <plugin>
<groupId>org.eluder.coveralls</groupId> <groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId> <artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version> <version>4.3.0</version>
<configuration> <configuration>
<coberturaReports> <coberturaReports>
</coberturaReports> </coberturaReports>
@ -1456,7 +1456,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId> <artifactId>maven-changes-plugin</artifactId>
<version>2.12</version> <version>2.12.1</version>
<inherited>false</inherited> <inherited>false</inherited>
<reportSets> <reportSets>
<reportSet> <reportSet>

View File

@ -7,15 +7,19 @@
</properties> </properties>
<body> <body>
<release version="2.2" date="TBD"> <release version="2.2" date="TBD">
<!--<action type="add"> <action type="add">
Bump the version of a few dependencies to the Bump the version of a few dependencies to the
latest versions (dependent HAPI modules listed in brackets): latest versions (dependent HAPI modules listed in brackets):
<![CDATA[ <![CDATA[
<ul> <ul>
<li>spring (JPA): 4.3.1 -&gt; 4.3.4</li> <!--<li>spring (JPA): 4.3.1 -&gt; 4.3.4</li>-->
<li>Derby (CLI): 10.12.1.1 -&gt; 10.13.1.1</li>
<li>Jetty (CLI): 9.3.10.v20160621 -&gt; 9.3.14.v20161028</li>
<li>JAnsi (CLI): 1.13 -&gt; 1.14</li>
<li>Phloc Commons (SCH Validator): 4.4.5 -&gt; 4.4.6</li>
</ul> </ul>
]]> ]]>
</action>--> </action>
<action type="fix"> <action type="fix">
Fix issue in AuthorizationIntetceptor where Fix issue in AuthorizationIntetceptor where
transactions are blocked even when they transactions are blocked even when they