Skip to content

Commit 5431d91

Browse files
committed
TIKA-4327: update aws
1 parent 5fde7d5 commit 5431d91

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
name: main jdk23 build
18+
name: main jdk25 build
1919

2020
on:
2121
push:
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
java: [ '23' ]
29+
java: [ '25' ]
3030

3131
steps:
3232
- uses: actions/checkout@v4

tika-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
<!-- change threetenbp exclusion version -->
313313
<google.cloud.version>2.58.0</google.cloud.version>
314314
<aws.version>1.12.791</aws.version>
315-
<aws2.version>2.34.5</aws2.version>
315+
<aws2.version>2.34.6</aws2.version>
316316
<!-- WARNING: when you upgrade asm make sure that you update the
317317
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
318318
See TIKA-2992.

0 commit comments

Comments
 (0)