Commits

md_5 authored 151631523f3
Upgrade log4j version
No tags

pom.xml

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

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

Add shortcut