Bump hsqldb version to 2.6.1 to fix sql timeout issues
This commit is contained in:
		
							parent
							
								
									a3206358c7
								
							
						
					
					
						commit
						cd23b85baa
					
				@ -314,7 +314,7 @@ public abstract class BaseController {
 | 
			
		||||
        } else if (exception instanceof MessagingException) {
 | 
			
		||||
            return new ThingsboardException("Unable to send mail: " + exception.getMessage(), ThingsboardErrorCode.GENERAL);
 | 
			
		||||
        } else {
 | 
			
		||||
            return new ThingsboardException(exception.getMessage(), ThingsboardErrorCode.GENERAL);
 | 
			
		||||
            return new ThingsboardException(exception.getMessage(), exception, ThingsboardErrorCode.GENERAL);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@ -121,7 +121,7 @@
 | 
			
		||||
        <awaitility.version>4.1.0</awaitility.version>
 | 
			
		||||
        <cassandra-unit.version>4.3.1.0</cassandra-unit.version>
 | 
			
		||||
        <dbunit.version>2.7.2</dbunit.version>
 | 
			
		||||
        <hsqldb.version>2.6.0</hsqldb.version>
 | 
			
		||||
        <hsqldb.version>2.6.1</hsqldb.version>
 | 
			
		||||
        <java-websocket.version>1.5.2</java-websocket.version>
 | 
			
		||||
        <jupiter.version>5.6.3</jupiter.version> <!-- keep the same version as spring-boot-starter-test depend on jupiter-->
 | 
			
		||||
        <json-path.version>2.6.0</json-path.version>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user