Skip to content

Commit

Permalink
SAK-33296 update HikariCP and MySQL/Maria connector libs (sakaiprojec…
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored and jonespm committed Aug 29, 2017
1 parent 76df7af commit dca3441
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kernel/kernel-impl/src/main/webapp/WEB-INF/db-components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@
<value>10</value>
</property>

<!-- This property controls the maximum size of the pool for idle and in use. Default 10 (TODO: Seems low)-->
<!-- This property controls the maximum size of the pool for idle and in use. Default 50 -->
<property name="maximumPoolSize">
<value>10</value>
<value>50</value>
</property>

<!-- Register MBeans -->
Expand Down
6 changes: 3 additions & 3 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,19 +1740,19 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.42</version>
<version>5.1.43</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.6.1</version>
<version>2.6.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit dca3441

Please sign in to comment.