Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the java group with 17 updates #2175

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the java group with 17 updates:

Package From To
ch.qos.logback:logback-core 1.5.10 1.5.11
ch.qos.logback:logback-classic 1.5.10 1.5.11
com.fasterxml.jackson.core:jackson-databind 2.17.2 2.18.0
org.springframework:spring-web 6.1.13 6.1.14
org.apache.tika:tika-core 2.9.2 3.0.0
org.apache.tika:tika-parsers 2.9.2 3.0.0
org.apache.tika:tika-parser-pdf-module 2.9.2 3.0.0
org.apache.tika:tika-parser-text-module 2.9.2 3.0.0
org.apache.tika:tika-parser-ocr-module 2.9.2 3.0.0
org.apache.tika:tika-parser-microsoft-module 2.9.2 3.0.0
org.apache.hadoop:hadoop-common 3.4.0 3.4.1
org.jetbrains:annotations 26.0.0 26.0.1
org.apache.lucene:lucene-core 9.12.0 10.0.0
org.apache.lucene:lucene-queryparser 9.12.0 10.0.0
org.apache.lucene:lucene-analysis-common 9.12.0 10.0.0
org.apache.lucene:lucene-queries 9.12.0 10.0.0
co.elastic.clients:elasticsearch-java 8.15.2 8.15.3

Updates ch.qos.logback:logback-core from 1.5.10 to 1.5.11

Commits
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-classic from 1.5.10 to 1.5.11

Commits
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0

Commits

Updates org.springframework:spring-web from 6.1.13 to 6.1.14

Release notes

Sourced from org.springframework:spring-web's releases.

v6.1.14

⭐ New Features

  • Use Locale.ROOT for locale neutral, case insensitive comparisons #33708
  • Improve checks for relative paths in static resource handling #33689
  • CorsUtils.isCorsRequest throws unhandled IllegalArgumentException and returns 500 Internal Server Error on malfomed Origin header #33682
  • Skip processing of Java annotations in QualifierAnnotationAutowireCandidateResolver #33580
  • Include argument name in MethodArgumentTypeMismatchException error message #33573
  • Preserve coroutine context in WebClientExtensions #33548
  • Blocking call detected in ConcurrentReferenceHashMap by BlockHound #33450
  • Warning message about bean post-processing and eager injection may suggest the wrong cause #33184

🐞 Bug Fixes

  • DelegatingFilterProxy Causes Pinned Virtual Threads #33656
  • Potential NPE from MethodParameter.getMethod() check in KotlinDelegate.hasDefaultValue() #33609
  • Missing native image hints for JDK proxies created by JMS connection factories #33590
  • AotTestExecutionListener should not be invoked for a @DisabledInAotMode test class #33589
  • Use encoded resource path instead of input path validation in spring-webflux #33568
  • org.springframework.util.ResourceUtils#toRelativeURL drops custom URLStreamHandler #33561
  • Current observation not in scope during WebClient ExchangeFilterFunction execution #33559
  • ZoneIdEditor throws wrong exception type for TypeConverterSupport #33545
  • MimeMessageHelper addInline with ByteArrayResource fail with null filename #33527
  • @Cacheable throws NullPointerException when RuntimeException is thrown inside annotated code #33492
  • Path variable values missing in RedirectView when PathPattern are used #33422
  • Reactive HttpComponentsClientHttpResponse ignores Expires cookie attribute #33157

📔 Documentation

  • Update fallback.adoc #33721
  • Update scheduling.adoc #33703
  • Fix link in testing/support-jdbc.adoc #33686
  • Adapt Javadoc note about log level of BeanPostProcessorChecker #33617
  • Reference the spring-framework-petclinic repository wich uses AspectJ #33539

🔨 Dependency Upgrades

  • Upgrade to Apache HttpClient 5.4 #33587
  • Upgrade to Apache HttpCore Reactive 5.3 #33588
  • Upgrade to Awaitility 4.2.2 #33604
  • Upgrade to Micrometer 1.12.11 #33647
  • Upgrade to Reactor 2023.0.11 #33637

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​arey, @​asibross, @​boulce, @​drdpov, @​hosamaly, @​ilya40umov, @​izeye, and @​junhyeongkim2

Commits
  • ac5c8ad Release v6.1.14
  • fde7116 Consistently skip processing of plain Java annotations
  • 0a64591 Add checkstyle rule for toLowerCase/toUpperCase
  • 5302e7a Update fallback.adoc
  • cad02c1 Update Antora Spring UI to v0.4.17
  • c765d03 Use Locale.ROOT consistently for toLower/toUpperCase
  • 11d4272 Use Locale.ROOT consistently for toLower/toUpperCase
  • 23656ae Use Locale.ROOT consistently for toLower/toUpperCase
  • feb6a5f Polishing
  • a228eb8 Upgrade to Reactor 2023.0.11
  • Additional commits viewable in compare view

Updates org.apache.tika:tika-core from 2.9.2 to 3.0.0

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 3.0.0 - 10/15/2024

  • Fix regression in TextAndCSVParser (TIKA-4278).

Release 3.0.0-BETA2 - 07/09/2024

BREAKING CHANGES

  • Updated PST parser to use standard Message metadata keys and improved handling of embedded files (TIKA-4248).

  • Convenience methods for XML readers were moved from ParseContext to XMLReaderUtils (TIKA-4259).

Other Changes

  • Add GRPC server (TIKA-4181).

  • Improved configurability in tika-pipes (TIKA-4243).

  • Add optional PST parser based on libpst/readpst (TIKA-4250).

Release 3.0.0-BETA - 12/01/2023

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

  • The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).

  • We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599).

  • Removed xerces2 as a dependency (TIKA-4135).

  • tika-core now has a scope of "provided" in most non-app modules (TIKA-4191).

  • Tika will look for "custom-mimetypes.xml" directly on the classpath, NOT under "/org/apache/tika/mime/". (TIKA-4147).

  • Return media type "text/javascript" instead of "application/javascript" to follow RFC-9239. (TIKA-4119).

Other Changes/Updates

  • Improve detection of sqlite3-based file formats (TIKA-4187).

  • Upgrade PDFBox to 3.0.1 (TIKA-3347)

... (truncated)

Commits
  • 9bcb38d [maven-release-plugin] prepare release 3.0.0-rc1
  • 8397293 revert for another release attempt
  • a6858b4 [maven-release-plugin] prepare for next development iteration
  • 3f8a029 [maven-release-plugin] prepare release 3.0.0-rc1
  • 3bde500 add jetty from solr emitter
  • 578e3e9 rollback for another release attempt.
  • 1cfc313 [maven-release-plugin] prepare for next development iteration
  • 7ffaf12 [maven-release-plugin] prepare release 3.0.0-rc1
  • 0a548d6 rollback for another release attempt.
  • d6ce501 Merge remote-tracking branch 'origin/main'
  • Additional commits viewable in compare view

Updates org.apache.tika:tika-parsers from 2.9.2 to 3.0.0

Changelog

Sourced from org.apache.tika:tika-parsers's changelog.

Release 3.0.0 - 10/15/2024

  • Fix regression in TextAndCSVParser (TIKA-4278).

Release 3.0.0-BETA2 - 07/09/2024

BREAKING CHANGES

  • Updated PST parser to use standard Message metadata keys and improved handling of embedded files (TIKA-4248).

  • Convenience methods for XML readers were moved from ParseContext to XMLReaderUtils (TIKA-4259).

Other Changes

  • Add GRPC server (TIKA-4181).

  • Improved configurability in tika-pipes (TIKA-4243).

  • Add optional PST parser based on libpst/readpst (TIKA-4250).

Release 3.0.0-BETA - 12/01/2023

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

  • The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).

  • We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599).

  • Removed xerces2 as a dependency (TIKA-4135).

  • tika-core now has a scope of "provided" in most non-app modules (TIKA-4191).

  • Tika will look for "custom-mimetypes.xml" directly on the classpath, NOT under "/org/apache/tika/mime/". (TIKA-4147).

  • Return media type "text/javascript" instead of "application/javascript" to follow RFC-9239. (TIKA-4119).

Other Changes/Updates

  • Improve detection of sqlite3-based file formats (TIKA-4187).

  • Upgrade PDFBox to 3.0.1 (TIKA-3347)

... (truncated)

Commits
  • 9bcb38d [maven-release-plugin] prepare release 3.0.0-rc1
  • 8397293 revert for another release attempt
  • a6858b4 [maven-release-plugin] prepare for next development iteration
  • 3f8a029 [maven-release-plugin] prepare release 3.0.0-rc1
  • 3bde500 add jetty from solr emitter
  • 578e3e9 rollback for another release attempt.
  • 1cfc313 [maven-release-plugin] prepare for next development iteration
  • 7ffaf12 [maven-release-plugin] prepare release 3.0.0-rc1
  • 0a548d6 rollback for another release attempt.
  • d6ce501 Merge remote-tracking branch 'origin/main'
  • Additional commits viewable in compare view

Updates org.apache.tika:tika-parser-pdf-module from 2.9.2 to 3.0.0

Updates org.apache.tika:tika-parser-text-module from 2.9.2 to 3.0.0

Updates org.apache.tika:tika-parser-ocr-module from 2.9.2 to 3.0.0

Updates org.apache.tika:tika-parser-microsoft-module from 2.9.2 to 3.0.0

Updates org.apache.hadoop:hadoop-common from 3.4.0 to 3.4.1

Updates org.jetbrains:annotations from 26.0.0 to 26.0.1

Release notes

Sourced from org.jetbrains:annotations's releases.

26.0.1

  • Fixed sources.jar build (regression after 25.0.0)
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.0.1

  • Fixed sources.jar build (regression after 25.0.0)
Commits

Updates org.apache.lucene:lucene-core from 9.12.0 to 10.0.0

Updates org.apache.lucene:lucene-queryparser from 9.12.0 to 10.0.0

Updates org.apache.lucene:lucene-analysis-common from 9.12.0 to 10.0.0

Updates org.apache.lucene:lucene-queries from 9.12.0 to 10.0.0

Updates co.elastic.clients:elasticsearch-java from 8.15.2 to 8.15.3

Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.10` | `1.5.11` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.10` | `1.5.11` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.0` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.1.13` | `6.1.14` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.9.2` | `3.0.0` |
| [org.apache.tika:tika-parsers](https://github.com/apache/tika) | `2.9.2` | `3.0.0` |
| org.apache.tika:tika-parser-pdf-module | `2.9.2` | `3.0.0` |
| org.apache.tika:tika-parser-text-module | `2.9.2` | `3.0.0` |
| org.apache.tika:tika-parser-ocr-module | `2.9.2` | `3.0.0` |
| org.apache.tika:tika-parser-microsoft-module | `2.9.2` | `3.0.0` |
| org.apache.hadoop:hadoop-common | `3.4.0` | `3.4.1` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.0` | `26.0.1` |
| org.apache.lucene:lucene-core | `9.12.0` | `10.0.0` |
| org.apache.lucene:lucene-queryparser | `9.12.0` | `10.0.0` |
| org.apache.lucene:lucene-analysis-common | `9.12.0` | `10.0.0` |
| org.apache.lucene:lucene-queries | `9.12.0` | `10.0.0` |
| [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `8.15.2` | `8.15.3` |


Updates `ch.qos.logback:logback-core` from 1.5.10 to 1.5.11
- [Commits](qos-ch/logback@v_1.5.10...v_1.5.11)

Updates `ch.qos.logback:logback-classic` from 1.5.10 to 1.5.11
- [Commits](qos-ch/logback@v_1.5.10...v_1.5.11)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.springframework:spring-web` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

Updates `org.apache.tika:tika-core` from 2.9.2 to 3.0.0
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.2...3.0.0)

Updates `org.apache.tika:tika-parsers` from 2.9.2 to 3.0.0
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.2...3.0.0)

Updates `org.apache.tika:tika-parser-pdf-module` from 2.9.2 to 3.0.0

Updates `org.apache.tika:tika-parser-text-module` from 2.9.2 to 3.0.0

Updates `org.apache.tika:tika-parser-ocr-module` from 2.9.2 to 3.0.0

Updates `org.apache.tika:tika-parser-microsoft-module` from 2.9.2 to 3.0.0

Updates `org.apache.hadoop:hadoop-common` from 3.4.0 to 3.4.1

Updates `org.jetbrains:annotations` from 26.0.0 to 26.0.1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.0...26.0.1)

Updates `org.apache.lucene:lucene-core` from 9.12.0 to 10.0.0

Updates `org.apache.lucene:lucene-queryparser` from 9.12.0 to 10.0.0

Updates `org.apache.lucene:lucene-analysis-common` from 9.12.0 to 10.0.0

Updates `org.apache.lucene:lucene-queries` from 9.12.0 to 10.0.0

Updates `co.elastic.clients:elasticsearch-java` from 8.15.2 to 8.15.3
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v8.15.2...v8.15.3)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.tika:tika-parsers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.tika:tika-parser-pdf-module
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.tika:tika-parser-text-module
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.tika:tika-parser-ocr-module
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.tika:tika-parser-microsoft-module
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: org.apache.lucene:lucene-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.lucene:lucene-queryparser
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.lucene:lucene-analysis-common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: org.apache.lucene:lucene-queries
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 21, 2024
@alegauss alegauss merged commit 45be4e3 into 0.3.9 Oct 21, 2024
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/0.3.9/java-ee4e50e600 branch October 21, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant