Re: [PR] Bump log4j2.version from 2.22.0 to 2.22.1 [tika]

2023-12-27 Thread via GitHub


THausherr merged PR #1524:
URL: https://github.com/apache/tika/pull/1524


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump aws.version from 1.12.626 to 1.12.627 [tika]

2023-12-27 Thread via GitHub


dependabot[bot] opened a new pull request, #1525:
URL: https://github.com/apache/tika/pull/1525

   Bumps `aws.version` from 1.12.626 to 1.12.627.
   Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.626 to 1.12.627
   
   Changelog
   Sourced from https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md;>com.amazonaws:aws-java-sdk-s3's
 changelog.
   
   1.12.627 2023-12-27
   Amazon EMR
   
   
   Features
   
   Add support for customers to modify cluster attribute auto-terminate 
post cluster launch
   
   
   
   
   
   
   Commits
   
   https://github.com/aws/aws-sdk-java/commit/21715fb426cf81a4856a359a55c6eca02a925194;>21715fb
 AWS SDK for Java 1.12.627
   https://github.com/aws/aws-sdk-java/commit/a469cce47f627f4870ef4f8a1b9e699448e33b79;>a469cce
 Update GitHub version number to 1.12.627-SNAPSHOT
   See full diff in https://github.com/aws/aws-sdk-java/compare/1.12.626...1.12.627;>compare 
view
   
   
   
   
   Updates `com.amazonaws:aws-java-sdk-transcribe` from 1.12.626 to 1.12.627
   
   Changelog
   Sourced from https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md;>com.amazonaws:aws-java-sdk-transcribe's
 changelog.
   
   1.12.627 2023-12-27
   Amazon EMR
   
   
   Features
   
   Add support for customers to modify cluster attribute auto-terminate 
post cluster launch
   
   
   
   
   
   
   Commits
   
   https://github.com/aws/aws-sdk-java/commit/21715fb426cf81a4856a359a55c6eca02a925194;>21715fb
 AWS SDK for Java 1.12.627
   https://github.com/aws/aws-sdk-java/commit/a469cce47f627f4870ef4f8a1b9e699448e33b79;>a469cce
 Update GitHub version number to 1.12.627-SNAPSHOT
   See full diff in https://github.com/aws/aws-sdk-java/compare/1.12.626...1.12.627;>compare 
view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump log4j2.version from 2.22.0 to 2.22.1 [tika]

2023-12-27 Thread via GitHub


dependabot[bot] opened a new pull request, #1524:
URL: https://github.com/apache/tika/pull/1524

   Bumps `log4j2.version` from 2.22.0 to 2.22.1.
   Updates `org.apache.logging.log4j:log4j-bom` from 2.22.0 to 2.22.1
   
   Release notes
   Sourced from https://github.com/apache/logging-log4j2/releases;>org.apache.logging.log4j:log4j-bom's
 releases.
   
   2.22.1
   This release contains only dependency upgrades and bug fixes, which do 
not change the behavior of the artifacts.
   While maintaining compatibility with Java 8, the artifacts in this 
release where generated using JDK 17, unlike version 2.22.0 that 
used JDK 11.
   Fixed
   
   Mark JdkMapAdapterStringMap as frozen if map is immutable. 
(https://redirect.github.com/apache/logging-log4j2/issues/2098;>#2098)
   Fix NPE in CloseableThreadContext. (https://redirect.github.com/apache/logging-log4j2/issues/1426;>#1426)
   Use the module name of Conversant Media Disruptor from version 
1.2.16+ of the library.
   Fix NPE in RollingFileManager. (https://redirect.github.com/apache/logging-log4j2/issues/1645;>#1645)
   Fix log4j-to-slf4j JPMS and OSGi descriptors. (https://redirect.github.com/apache/logging-log4j2/issues/1983;>#1983)
   Workaround a Coursier/Ivy dependency resolution bug affecting 
log4j-slf4j-impl and log4j-mongodb3. (https://redirect.github.com/apache/logging-log4j2/issues/2065;>#2065)
   
   Updated
   
   Bumped the minimum Java version required for the build to Java 17. 
Runtime requirements remain unchanged. (https://redirect.github.com/apache/logging-log4j2/issues/2021;>#2021)
   Update com.github.luben:zstd-jni to version 
1.5.5-11 (https://redirect.github.com/apache/logging-log4j2/issues/2030;>#2030)
   Update com.google.guava:guava to version 
33.0.0-jre (https://redirect.github.com/apache/logging-log4j2/issues/2110;>#2110)
   Update commons-codec:commons-codec to version 
1.16.0 (https://redirect.github.com/apache/logging-log4j2/issues/2042;>#2042)
   Update commons-io:commons-io to version 2.15.1 
(https://redirect.github.com/apache/logging-log4j2/issues/2034;>#2034)
   Update commons-logging:commons-logging to version 
1.3.0 (https://redirect.github.com/apache/logging-log4j2/issues/2050;>#2050)
   Update io.netty:netty-bom to version 
4.1.104.Final (https://redirect.github.com/apache/logging-log4j2/issues/2095;>#2095)
   Update org.apache.commons:commons-compress to version 
1.25.0 (https://redirect.github.com/apache/logging-log4j2/issues/2045;>#2045)
   Update org.apache.commons:commons-dbcp2 to version 
2.11.0 (https://redirect.github.com/apache/logging-log4j2/issues/2048;>#2048)
   Update org.apache.commons:commons-lang3 to version 
3.14.0 (https://redirect.github.com/apache/logging-log4j2/issues/2047;>#2047)
   Update org.apache.commons:commons-pool2 to version 
2.12.0 (https://redirect.github.com/apache/logging-log4j2/issues/2057;>#2057)
   Update org.apache.kafka:kafka-clients to version 
3.6.1 (https://redirect.github.com/apache/logging-log4j2/issues/2068;>#2068)
   Update org.apache.logging:logging-parent to version 
10.5.0 (https://redirect.github.com/apache/logging-log4j2/issues/2119;>#2119)
   Update org.jctools:jctools-core to version 
4.0.2 (https://redirect.github.com/apache/logging-log4j2/issues/1984;>#1984)
   Update org.springframework.boot:spring-boot to version 
2.7.18 (https://redirect.github.com/apache/logging-log4j2/issues/1998;>#1998)
   Update org.springframework.cloud:spring-cloud-dependencies 
to version 2021.0.9 (https://redirect.github.com/apache/logging-log4j2/issues/2109;>#2109)
   
   
   
   
   Commits
   
   https://github.com/apache/logging-log4j2/commit/8469975a4f2b1f8f1bd4f25ca6d1989a52aefc1b;>8469975
 Release changelog for version 2.22.1
   https://github.com/apache/logging-log4j2/commit/edd35daaac7dfe47e9ed450286aad4dc34837f6b;>edd35da
 Update the project.build.outputTimestamp property
   https://github.com/apache/logging-log4j2/commit/34a38fd6401218f7337308097b06b78743bb8a18;>34a38fd
 Add license to .htaccess files
   https://github.com/apache/logging-log4j2/commit/497bb54af6fa9948b39fd69653b68f6dfb3b52f2;>497bb54
 Replace HTML redirect with HTTP redirect
   https://github.com/apache/logging-log4j2/commit/cf4df91635672e8a0b4ce040d857052627de647a;>cf4df91
 Improve release notes
   https://github.com/apache/logging-log4j2/commit/814ba1e32b66407d950e007abb43004d0df2e27a;>814ba1e
 Remove META-INF/versions leftovers before compilation
   https://github.com/apache/logging-log4j2/commit/6a0953ac0e7a6fdd8542ee4076c49cf41aaa926d;>6a0953a
 Update the project.build.outputTimestamp property
   https://github.com/apache/logging-log4j2/commit/462225d3eda26520424a49ce670f2dd0f4356566;>462225d
 Delete generated module descriptors before recompilation
   https://github.com/apache/logging-log4j2/commit/7d98af154081f5af0279d901d38c114e7b6b82f6;>7d98af1
 Release changelog for version 2.22.1
   https://github.com/apache/logging-log4j2/commit/d013473a1fb45715945ba28dab87cb9fab8ed490;>d013473
 Update the 

[jira] [Updated] (TIKA-4162) Update to 2.9.2

2023-12-27 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-4162:
--
Affects Version/s: 2.9.1

> Update to 2.9.2
> ---
>
> Key: TIKA-4162
> URL: https://issues.apache.org/jira/browse/TIKA-4162
> Project: Tika
>  Issue Type: Task
>  Components: build
>Affects Versions: 2.9.1
>Reporter: Tilman Hausherr
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)