Skip to content

Commit

Permalink
Merge pull request #2074 from gbehrmann/fix/2.13/upgrade-dep
Browse files Browse the repository at this point in the history
2.13: upgrade third party dependencies
  • Loading branch information
paulmillar committed Jan 7, 2016
2 parents f2a6c19 + 5a4f907 commit 572986a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
<target.version>1.8</target.version>

<version.slf4j>1.7.10</version.slf4j>
<version.milton>2.7.0.3</version.milton>
<version.spring>4.1.6.RELEASE</version.spring>
<version.milton>2.7.1.3</version.milton>
<version.spring>4.1.9.RELEASE</version.spring>
<!-- Remember to sync aspectj version in dcache.properties -->
<version.aspectj>1.8.5</version.aspectj>
<version.aspectj>1.8.7</version.aspectj>
<version.smc>6.3.0</version.smc>
<version.xerces>2.11.0</version.xerces>
<version.jetty>9.2.10.v20150310</version.jetty>
<version.jetty>9.2.14.v20151106</version.jetty>
<version.wicket>6.19.0</version.wicket>
<version.xrootd4j>2.1.3</version.xrootd4j>
<version.jglobus>2.0.6-rc9.d</version.jglobus>
Expand Down Expand Up @@ -99,7 +99,7 @@
-->
<bouncycastle.bcprov>bcprov-jdk16</bouncycastle.bcprov>
<bouncycastle.version>1.46</bouncycastle.version>
<datanucleus-core.version>4.0.5</datanucleus-core.version>
<datanucleus-core.version>4.0.7</datanucleus-core.version>
<datanucleus.plugin.version>4.0.0-release</datanucleus.plugin.version>
</properties>

Expand Down Expand Up @@ -321,8 +321,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.3.7</version>
<!-- Version 2.3.8 downgrades JavaAssist and becomes incompatible with Mockito/PowerMock -->
<version>2.3.12</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down Expand Up @@ -357,7 +356,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.0.28.Final</version>
<version>4.0.33.Final</version>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
Expand Down Expand Up @@ -397,12 +396,12 @@
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-api-jpa</artifactId>
<version>4.0.6</version>
<version>4.0.8</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-rdbms</artifactId>
<version>4.0.8</version>
<version>4.0.12</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion skel/share/defaults/dcache.properties
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ dcache.log.access.max-history=30
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=${dcache.java.oom.file} \
-XX:+UseCompressedOops \
-javaagent:${dcache.paths.classes}/aspectjweaver-1.8.5.jar \
-javaagent:${dcache.paths.classes}/aspectjweaver-1.8.7.jar \
${dcache.java.options.common} \
${dcache.java.options.extra}

Expand Down

0 comments on commit 572986a

Please sign in to comment.