Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79d69ff

Browse files
committed
Update dependencies
Use logback 1.2.11 to omit known security issues. Use more recent stable versions of jaxb-api and picocli Fixes #203
1 parent 4ebc6ac commit 79d69ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
<dependency>
4444
<groupId>javax.xml.bind</groupId>
4545
<artifactId>jaxb-api</artifactId>
46-
<version>2.3.0</version>
46+
<version>2.3.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>ch.qos.logback</groupId>
5050
<artifactId>logback-classic</artifactId>
51-
<version>1.2.3</version>
51+
<version>1.2.11</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>info.picocli</groupId>
5555
<artifactId>picocli</artifactId>
56-
<version>4.0.0-beta-1b</version>
56+
<version>4.6.3</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.oracle.ojdbc</groupId>

0 commit comments

Comments
 (0)