Skip to content

Commit 1789382

Browse files
author
jose.fernandez
committed
Updated commons-beanutils, guava and commons-configuration2 dependencies
1 parent b13f151 commit 1789382

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
* Restored JaCoCoClient.java class to allow connections to a remote JaCoCo server
66

7+
* Bump commons-beanutils from 1.9.3 to 1.9.4
8+
9+
* Upgrade com.google.guava:guava to version 30.0-jre
10+
11+
* Bump commons-configuration2 from 2.3 to 2.7
12+
713
## 2.2.9
814

915
* Added debug messages for SQL steps

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<org.jacoco.core.version>0.7.5.201505241946</org.jacoco.core.version>
100100
<aspectjweaver.version>1.9.5</aspectjweaver.version>
101101
<cassandra-driver-core.version>3.2.0</cassandra-driver-core.version>
102-
<guava.version>23.0</guava.version>
102+
<guava.version>30.0-jre</guava.version>
103103
<lz4.version>1.2.0</lz4.version>
104104
<httpclient.version>4.5.13</httpclient.version>
105105
<mongo-java-driver.version>2.12.3</mongo-java-driver.version>
@@ -364,12 +364,12 @@
364364
<dependency>
365365
<groupId>org.apache.commons</groupId>
366366
<artifactId>commons-configuration2</artifactId>
367-
<version>2.3</version>
367+
<version>2.7</version>
368368
</dependency>
369369
<dependency>
370370
<groupId>commons-beanutils</groupId>
371371
<artifactId>commons-beanutils</artifactId>
372-
<version>1.9.3</version>
372+
<version>1.9.4</version>
373373
</dependency>
374374
<dependency>
375375
<groupId>net.bytebuddy</groupId>

0 commit comments

Comments
 (0)