updated some libraries
* jfoenix 9.0.5 -> 9.0.6 * log4j 2.11.0 -> 2.11.1 * maven-compiler-plugin 3.7.0 -> 3.8.0
This commit is contained in:
		
							
								
								
									
										8
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								pom.xml
									
									
									
									
									
								
							| @ -32,7 +32,7 @@ | ||||
|     <dependency> | ||||
|         <groupId>com.jfoenix</groupId> | ||||
|         <artifactId>jfoenix</artifactId> | ||||
|         <version>9.0.5</version> | ||||
|         <version>9.0.6</version> | ||||
|     </dependency> | ||||
|          | ||||
|     <dependency> | ||||
| @ -50,13 +50,13 @@ | ||||
|     <dependency> | ||||
|         <groupId>org.apache.logging.log4j</groupId> | ||||
|         <artifactId>log4j-api</artifactId> | ||||
|         <version>2.11.0</version> | ||||
|         <version>2.11.1</version> | ||||
|     </dependency> | ||||
|  | ||||
|     <dependency> | ||||
|         <groupId>org.apache.logging.log4j</groupId> | ||||
|         <artifactId>log4j-core</artifactId> | ||||
|         <version>2.11.0</version> | ||||
|         <version>2.11.1</version> | ||||
|     </dependency> | ||||
|   </dependencies> | ||||
|    | ||||
| @ -66,7 +66,7 @@ | ||||
|         <plugin>  | ||||
|             <groupId>org.apache.maven.plugins</groupId>  | ||||
|             <artifactId>maven-compiler-plugin</artifactId>  | ||||
|             <version>3.7.0</version>  | ||||
|             <version>3.8.0</version>  | ||||
|             <configuration>  | ||||
|                 <source>9</source>  | ||||
|                 <target>9</target>  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user