There was an error while loading. Please reload this page.
1 parent 5fde7d5 commit 5431d91Copy full SHA for 5431d91
2 files changed
.github/workflows/main-jdk23-build.yml .github/workflows/main-jdk25-build.yml.github/workflows/main-jdk23-build.yml renamed to .github/workflows/main-jdk25-build.yml
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-name: main jdk23 build
+name: main jdk25 build
19
20
on:
21
push:
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- java: [ '23' ]
+ java: [ '25' ]
30
31
steps:
32
- uses: actions/checkout@v4
tika-parent/pom.xml
@@ -312,7 +312,7 @@
312
<!-- change threetenbp exclusion version -->
313
<google.cloud.version>2.58.0</google.cloud.version>
314
<aws.version>1.12.791</aws.version>
315
- <aws2.version>2.34.5</aws2.version>
+ <aws2.version>2.34.6</aws2.version>
316
<!-- WARNING: when you upgrade asm make sure that you update the
317
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
318
See TIKA-2992.
0 commit comments