This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 5431d91f1 TIKA-4327: update aws
new 4b96303cd Merge branch 'main' of
https://gitbox.apache.org/repos/asf/tika
5431d91f1 is described below
commit 5431d91f160ea6f2fac9ab9fc29319af2bf650cc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Sep 29 10:02:31 2025 -0400
TIKA-4327: update aws
---
.github/workflows/{main-jdk23-build.yml => main-jdk25-build.yml} | 4 ++--
tika-parent/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main-jdk23-build.yml
b/.github/workflows/main-jdk25-build.yml
similarity index 96%
rename from .github/workflows/main-jdk23-build.yml
rename to .github/workflows/main-jdk25-build.yml
index e6e7106fa..ad43404d7 100644
--- a/.github/workflows/main-jdk23-build.yml
+++ b/.github/workflows/main-jdk25-build.yml
@@ -15,7 +15,7 @@
# limitations under the License.
#
-name: main jdk23 build
+name: main jdk25 build
on:
push:
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [ '23' ]
+ java: [ '25' ]
steps:
- uses: actions/checkout@v4
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index dcbb4b35a..65c9830c4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.58.0</google.cloud.version>
<aws.version>1.12.791</aws.version>
- <aws2.version>2.34.5</aws2.version>
+ <aws2.version>2.34.6</aws2.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.