Skip to content

Commit fb7c274

Browse files
joaoandremartinskurtisvg
authored andcommitted
Upgrades SQLAdmin version (#76)
1 parent 886eba6 commit fb7c274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.google.apis</groupId>
2222
<artifactId>google-api-services-sqladmin</artifactId>
23-
<version>v1beta4-rev25-1.22.0</version>
23+
<version>v1beta4-rev56-1.23.0</version>
2424
<exclusions>
2525
<exclusion>
2626
<groupId>com.google.code.findbugs</groupId>

examples/getting-started/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.apis</groupId>
3939
<artifactId>google-api-services-sqladmin</artifactId>
40-
<version>v1beta4-rev30-1.22.0</version>
40+
<version>v1beta4-rev56-1.23.0</version>
4141
</dependency>
4242

4343
<dependency>
@@ -72,4 +72,4 @@
7272

7373
</dependencies>
7474

75-
</project>
75+
</project>

0 commit comments

Comments
 (0)