Commits

md_5 authored ff229c00f44
Upgrade log4j version
No tags

pom.xml

Modified
50 50 <artifactId>sqlite-jdbc</artifactId>
51 51 <version>3.16.1</version>
52 52 <scope>compile</scope>
53 53 </dependency>
54 54 <dependency>
55 55 <groupId>mysql</groupId>
56 56 <artifactId>mysql-connector-java</artifactId>
57 57 <version>5.1.40</version>
58 58 <scope>compile</scope>
59 59 </dependency>
60 + <dependency>
61 + <groupId>org.apache.logging.log4j</groupId>
62 + <artifactId>log4j-core</artifactId>
63 + <version>2.8.1</version>
64 + <scope>compile</scope>
65 + </dependency>
60 66 <!-- testing -->
61 67 <dependency>
62 68 <groupId>junit</groupId>
63 69 <artifactId>junit</artifactId>
64 70 <version>4.12</version>
65 71 <scope>test</scope>
66 72 </dependency>
67 73 <dependency>
68 74 <groupId>org.hamcrest</groupId>
69 75 <artifactId>hamcrest-library</artifactId>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut