Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidakovic committed Jan 12, 2015
1 parent 8da794e commit bf0e8f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -60,17 +60,17 @@
<osgi.private/>
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
<!-- dependency versions -->
<slf4j.version>1.7.9</slf4j.version>
<slf4j.version>1.7.10</slf4j.version>
<logback.version>1.1.2</logback.version>
<orientdb.version>2.0-rc1</orientdb.version>
<aspectj.version>1.8.4</aspectj.version>
<spring.version>4.1.3.RELEASE</spring.version>
<spring.version>4.1.4.RELEASE</spring.version>
<spring.data.version>1.9.1.RELEASE</spring.data.version>
<spring.boot.version>1.2.0.RELEASE</spring.boot.version>
<jooq.version>3.5.0</jooq.version>
<jmh.version>1.3.4</jmh.version>
<jooq.version>3.5.1</jooq.version>
<jmh.version>1.4.1</jmh.version>
<junit.version>4.12</junit.version>
<testng.version>6.8.8</testng.version>
<testng.version>6.8.13</testng.version>
<rest.assured.version>2.4.0</rest.assured.version>
</properties>

Expand Down
Expand Up @@ -25,9 +25,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<!-- dependencies -->
<shiro.version>1.2.3</shiro.version>
<hazelcast.version>3.3.3</hazelcast.version>
<aspectj.version>1.8.3</aspectj.version>
<testng.version>6.8.8</testng.version>
<hazelcast.version>3.4</hazelcast.version>
</properties>

<dependencies>
Expand Down

0 comments on commit bf0e8f7

Please sign in to comment.