OPENJPA-2858 update dbcp2 to 2.8.0

This commit is contained in:
Mark Struberg 2021-04-03 22:57:06 +02:00
parent e68083e8d0
commit 7f92be5e2b
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ extends SimpleDriverDataSource implements Configurable, Closeable {
private static RuntimeException _dbcpEx;
protected JDBCConfiguration conf;
private DataSource _ds;
private volatile DataSource _ds;
@Override
public Connection getConnection(Properties props) throws SQLException {

View File

@ -1741,7 +1741,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>