Update grpc and netty versions to proper handle native windows ssl libraries
This commit is contained in:
		
							parent
							
								
									7bfa25bc3a
								
							
						
					
					
						commit
						38b08ff769
					
				
							
								
								
									
										13
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								pom.xml
									
									
									
									
									
								
							@ -75,11 +75,11 @@
 | 
				
			|||||||
        <curator.version>4.2.0</curator.version>
 | 
					        <curator.version>4.2.0</curator.version>
 | 
				
			||||||
        <zookeeper.version>3.5.5</zookeeper.version>
 | 
					        <zookeeper.version>3.5.5</zookeeper.version>
 | 
				
			||||||
        <protobuf.version>3.17.2</protobuf.version>
 | 
					        <protobuf.version>3.17.2</protobuf.version>
 | 
				
			||||||
        <grpc.version>1.38.0</grpc.version>
 | 
					        <grpc.version>1.42.1</grpc.version>
 | 
				
			||||||
        <lombok.version>1.18.18</lombok.version>
 | 
					        <lombok.version>1.18.18</lombok.version>
 | 
				
			||||||
        <paho.client.version>1.2.4</paho.client.version>
 | 
					        <paho.client.version>1.2.4</paho.client.version>
 | 
				
			||||||
        <netty.version>4.1.67.Final</netty.version>
 | 
					        <netty.version>4.1.71.Final</netty.version>
 | 
				
			||||||
        <netty-tcnative-boringssl-static.version>2.0.40.Final</netty-tcnative-boringssl-static.version>
 | 
					        <netty-tcnative.version>2.0.46.Final</netty-tcnative.version>
 | 
				
			||||||
        <os-maven-plugin.version>1.7.0</os-maven-plugin.version>
 | 
					        <os-maven-plugin.version>1.7.0</os-maven-plugin.version>
 | 
				
			||||||
        <rabbitmq.version>4.8.0</rabbitmq.version>
 | 
					        <rabbitmq.version>4.8.0</rabbitmq.version>
 | 
				
			||||||
        <surfire.version>2.19.1</surfire.version>
 | 
					        <surfire.version>2.19.1</surfire.version>
 | 
				
			||||||
@ -1239,7 +1239,12 @@
 | 
				
			|||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>io.netty</groupId>
 | 
					                <groupId>io.netty</groupId>
 | 
				
			||||||
                <artifactId>netty-tcnative-boringssl-static</artifactId>
 | 
					                <artifactId>netty-tcnative-boringssl-static</artifactId>
 | 
				
			||||||
                <version>${netty-tcnative-boringssl-static.version}</version>
 | 
					                <version>${netty-tcnative.version}</version>
 | 
				
			||||||
 | 
					            </dependency>
 | 
				
			||||||
 | 
					            <dependency>
 | 
				
			||||||
 | 
					                <groupId>io.netty</groupId>
 | 
				
			||||||
 | 
					                <artifactId>netty-tcnative-classes</artifactId>
 | 
				
			||||||
 | 
					                <version>${netty-tcnative.version}</version>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>io.netty</groupId>
 | 
					                <groupId>io.netty</groupId>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user