|  | @@ -130,23 +130,23 @@ dependencies {
 | 
	
		
			
				|  |  |      implementation 'com.github.pwittchen:reactivenetwork:0.13.0'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // Network client
 | 
	
		
			
				|  |  | -    final okhttp_version = '4.2.1'
 | 
	
		
			
				|  |  | +    final okhttp_version = '4.3.1'
 | 
	
		
			
				|  |  |      implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
 | 
	
		
			
				|  |  |      implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
 | 
	
		
			
				|  |  | -    implementation 'com.squareup.okio:okio:2.4.0'
 | 
	
		
			
				|  |  | +    implementation 'com.squareup.okio:okio:2.4.3'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // REST
 | 
	
		
			
				|  |  | -    final retrofit_version = '2.6.2'
 | 
	
		
			
				|  |  | +    final retrofit_version = '2.7.1'
 | 
	
		
			
				|  |  |      implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
 | 
	
		
			
				|  |  |      implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
 | 
	
		
			
				|  |  |      implementation "com.squareup.retrofit2:adapter-rxjava:$retrofit_version"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // JSON
 | 
	
		
			
				|  |  | -    implementation 'com.google.code.gson:gson:2.8.5'
 | 
	
		
			
				|  |  | +    implementation 'com.google.code.gson:gson:2.8.6'
 | 
	
		
			
				|  |  |      implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // JavaScript engine
 | 
	
		
			
				|  |  | -    implementation 'com.squareup.duktape:duktape-android:1.2.0'
 | 
	
		
			
				|  |  | +    implementation 'com.squareup.duktape:duktape-android:1.3.0'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // Disk
 | 
	
		
			
				|  |  |      implementation 'com.jakewharton:disklrucache:2.0.2'
 | 
	
	
		
			
				|  | @@ -177,7 +177,7 @@ dependencies {
 | 
	
		
			
				|  |  |      implementation "com.github.inorichi.injekt:injekt-core:65b0440"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // Image library
 | 
	
		
			
				|  |  | -    final glide_version = '4.10.0'
 | 
	
		
			
				|  |  | +    final glide_version = '4.11.0'
 | 
	
		
			
				|  |  |      implementation "com.github.bumptech.glide:glide:$glide_version"
 | 
	
		
			
				|  |  |      implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"
 | 
	
		
			
				|  |  |      kapt "com.github.bumptech.glide:compiler:$glide_version"
 |