This repository was archived by the owner on Sep 16, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919<dependency >
2020  <groupId >com.google.cloud</groupId >
2121  <artifactId >google-cloud-shell</artifactId >
22-   <version >2.2.1 </version >
22+   <version >2.2.2 </version >
2323</dependency >
2424``` 
2525
2626If you are using Gradle without BOM, add this to your dependencies
2727
2828``` Groovy 
29- implementation 'com.google.cloud:google-cloud-shell:2.2.1 ' 
29+ implementation 'com.google.cloud:google-cloud-shell:2.2.2 ' 
3030``` 
3131
3232If you are using SBT, add this to your dependencies
3333
3434``` Scala 
35- libraryDependencies +=  " com.google.cloud"   %  " google-cloud-shell"   %  " 2.2.1 " 
35+ libraryDependencies +=  " com.google.cloud"   %  " google-cloud-shell"   %  " 2.2.2 " 
3636``` 
3737
3838## Authentication  
Original file line number Diff line number Diff line change 88  <parent >
99    <groupId >com.google.cloud</groupId >
1010    <artifactId >google-cloud-shared-config</artifactId >
11-     <version >1.5.0 </version >
11+     <version >1.5.1 </version >
1212  </parent >
1313
1414  <name >Google Cloud Shell BOM</name >
Original file line number Diff line number Diff line change 1414  <parent >
1515    <groupId >com.google.cloud</groupId >
1616    <artifactId >google-cloud-shared-config</artifactId >
17-     <version >1.5.0 </version >
17+     <version >1.5.1 </version >
1818  </parent >
1919
2020  <developers >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments