Skip to content

Commit 4abc01d

Browse files
committed
chore: Updates google transcription dependencies.
1 parent 3bb4143 commit 4abc01d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
<dependency>
5959
<groupId>com.google.guava</groupId>
6060
<artifactId>guava</artifactId>
61-
<version>32.0.0-jre</version>
61+
<version>33.5.0-jre</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-speech</artifactId>
66-
<version>2.2.15</version>
66+
<version>4.70.0</version>
6767
<exclusions>
6868
<exclusion>
6969
<!-- as BC changed the artifact id, we can't rely on Maven to resolve version conflicts -->
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.cloud</groupId>
7777
<artifactId>google-cloud-translate</artifactId>
78-
<version>2.1.13</version>
78+
<version>2.75.0</version>
7979
<exclusions>
8080
<exclusion>
8181
<!-- as BC changed the artifact id, we can't rely on Maven to resolve version conflicts -->

0 commit comments

Comments
 (0)