Skip to content

Commit

Permalink
Dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lugribossk committed Jun 10, 2015
1 parent d90110f commit 1185d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"babel-core": "4.7.8",
"babel-loader": "4.1.0",
"chromedriver": "2.13.0",
"chromedriver": "2.15.1",
"css-loader": "0.9.1",
"esprima-fb": "12001.1.0-dev-harmony-fb",
"expect.js": "0.3.1",
Expand Down
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<build.timestamp>${maven.build.timestamp}</build.timestamp>

<dropwizard.version>0.8.1</dropwizard.version>
<ebean.version>4.5.2</ebean.version> <!-- Remember to update the readme when changing this. -->

<docker.username>${env.DOCKER_USERNAME}</docker.username>
<docker.password>${env.DOCKER_PASSWORD}</docker.password>
Expand Down Expand Up @@ -204,7 +203,7 @@
<plugin>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm-mavenenhancer</artifactId>
<version>${ebean.version}</version>
<version>4.5.3</version>
<configuration>
<packages>bo.gotthardt.model.*</packages>
<transformArgs>debug=1</transformArgs>
Expand Down Expand Up @@ -447,7 +446,7 @@
<dependency>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm</artifactId>
<version>${ebean.version}</version>
<version>4.6.3</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -458,12 +457,12 @@
<dependency>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm-agent</artifactId>
<version>${ebean.version}</version>
<version>4.5.3</version> <!-- Remember to update the readme when changing this. -->
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.186</version>
<version>1.4.187</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down Expand Up @@ -498,7 +497,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.9</version>
<version>0.9.10</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
Expand Down Expand Up @@ -539,7 +538,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>3.5.1</version>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
Expand Down Expand Up @@ -609,7 +608,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.45.0</version>
<version>2.46.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -621,7 +620,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>2.45.0</version>
<version>2.46.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1185d07

Please sign in to comment.