dependency management: apache httpclient (4.5.2, 4.5.13 -> 4.5.13), httpcore (4.4.5, 4.4.13, 4.4.14 -> 4.4.14)
This commit is contained in:
		
							parent
							
								
									381f5d4efc
								
							
						
					
					
						commit
						70c59af33a
					
				
							
								
								
									
										12
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								pom.xml
									
									
									
									
									
								
							@ -68,6 +68,8 @@
 | 
			
		||||
        <commons-io.version>2.11.0</commons-io.version>
 | 
			
		||||
        <commons-logging.version>1.2</commons-logging.version>
 | 
			
		||||
        <commons-csv.version>1.4</commons-csv.version>
 | 
			
		||||
        <apache-httpclient.version>4.5.13</apache-httpclient.version>
 | 
			
		||||
        <apache-httpcore.version>4.4.14</apache-httpcore.version>
 | 
			
		||||
        <joda-time.version>2.8.1</joda-time.version>
 | 
			
		||||
        <jackson.version>2.12.1</jackson.version>
 | 
			
		||||
        <fasterxml-classmate.version>1.3.4</fasterxml-classmate.version>
 | 
			
		||||
@ -1326,6 +1328,16 @@
 | 
			
		||||
                <artifactId>commons-csv</artifactId>
 | 
			
		||||
                <version>${commons-csv.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.apache.httpcomponents</groupId>
 | 
			
		||||
                <artifactId>httpclient</artifactId>
 | 
			
		||||
                <version>${apache-httpclient.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.apache.httpcomponents</groupId>
 | 
			
		||||
                <artifactId>httpcore</artifactId>
 | 
			
		||||
                <version>${apache-httpcore.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>joda-time</groupId>
 | 
			
		||||
                <artifactId>joda-time</artifactId>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user