This repository was archived by the owner on Sep 16, 2023. It is now read-only. 
      
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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-api-gateway</artifactId >
22-  <version >2.1.8 </version >
22+  <version >2.1.9 </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-api-gateway:2.1.8 ' 
29+ implementation 'com.google.cloud:google-cloud-api-gateway:2.1.9 ' 
3030``` 
3131
3232If you are using SBT, add this to your dependencies
3333
3434``` Scala 
35- libraryDependencies +=  " com.google.cloud" %  " google-cloud-api-gateway" %  " 2.1.8 " 
35+ libraryDependencies +=  " com.google.cloud" %  " google-cloud-api-gateway" %  " 2.1.9 " 
3636``` 
3737
3838## Authentication  
Original file line number Diff line number Diff line change 7676 <dependency >
7777 <groupId >com.google.cloud</groupId >
7878 <artifactId >google-cloud-shared-dependencies</artifactId >
79-  <version >2.7 .0</version >
79+  <version >2.8 .0</version >
8080 <type >pom</type >
8181 <scope >import</scope >
8282 </dependency >
                         You can’t perform that action at this time. 
           
                  
0 commit comments