Skip to content

Commit 6167f10

Browse files
committed
TIKA-4327: update google-auth-library-oauth2-http, google cloud, aws
1 parent fe023c3 commit 6167f10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • tika-parent
  • tika-pipes/tika-pipes-plugins/tika-pipes-google-drive

tika-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@
314314
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
315315
<!-- dependency versions -->
316316
<!-- change threetenbp exclusion version -->
317-
<google.cloud.version>2.67.0</google.cloud.version>
318-
<aws2.version>2.44.1</aws2.version>
317+
<google.cloud.version>2.68.0</google.cloud.version>
318+
<aws2.version>2.44.3</aws2.version>
319319
<!-- WARNING: when you upgrade asm make sure that you update the
320320
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
321321
See TIKA-2992.

tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>
3232
<plugin.excluded.groupIds>org.apache.logging.log4j,org.slf4j</plugin.excluded.groupIds>
3333
<google-api-services-drive.version>v3-rev20260428-2.0.0</google-api-services-drive.version>
34-
<google-auth-library-oauth2-http.version>1.46.0</google-auth-library-oauth2-http.version>
34+
<google-auth-library-oauth2-http.version>1.47.0</google-auth-library-oauth2-http.version>
3535
<google-api-client.version>2.9.0</google-api-client.version>
3636
<google-http-client.version>2.1.0</google-http-client.version>
3737
</properties>

0 commit comments

Comments
 (0)