Skip to content

Commit

Permalink
Bump base deps
Browse files Browse the repository at this point in the history
  • Loading branch information
labianchin committed Jul 8, 2019
1 parent bd3ab28 commit 21ff308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dbeam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<scala.baseVersion>2.12</scala.baseVersion>
<scala.version>2.12.7</scala.version>
<scala.version>2.12.8</scala.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>com.typesafe.slick</groupId>
<artifactId>slick_${scala.baseVersion}</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<beam.version>2.13.0</beam.version>
<postgresql.version>42.2.5</postgresql.version>
<postgresql.version>42.2.6</postgresql.version>
<mysql.version>5.1.47</mysql.version>
<socket-factory.version>1.0.11</socket-factory.version>
<socket-factory.version>1.0.12</socket-factory.version>

<jackson.version>2.9.8</jackson.version>
<slf4j.version>1.7.25</slf4j.version>
<auto-value.version>1.5.3</auto-value.version>
<auto-value.version>1.6.5</auto-value.version>
<guava.version>20.0</guava.version>
<protobuf-util.version>3.3.1</protobuf-util.version>
<protobuf.version>3.6.1</protobuf.version>
Expand Down Expand Up @@ -371,7 +371,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.196</version>
<version>1.4.199</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 21ff308

Please sign in to comment.