Commits

md_5 authored 6de05a37c3f
Upgrade log4j version
No tags

pom.xml

Modified
56 56 <type>jar</type>
57 57 <scope>compile</scope>
58 58 </dependency>
59 59 <dependency>
60 60 <groupId>mysql</groupId>
61 61 <artifactId>mysql-connector-java</artifactId>
62 62 <version>5.1.14</version>
63 63 <type>jar</type>
64 64 <scope>compile</scope>
65 65 </dependency>
66 + <dependency>
67 + <groupId>org.apache.logging.log4j</groupId>
68 + <artifactId>log4j-core</artifactId>
69 + <version>2.8.1</version>
70 + <scope>compile</scope>
71 + </dependency>
66 72 <!-- testing -->
67 73 <dependency>
68 74 <groupId>junit</groupId>
69 75 <artifactId>junit</artifactId>
70 76 <version>${junit.version}</version>
71 77 <scope>test</scope>
72 78 </dependency>
73 79 <dependency>
74 80 <groupId>org.hamcrest</groupId>
75 81 <artifactId>hamcrest-library</artifactId>

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

Add shortcut