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 dev-dependencies group across 1 directory with 11 updates #167

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the dev-dependencies group with 11 updates in the / directory:

Package From To
com.sun.xml.bind:jaxb-impl 2.2 4.0.0
com.sun.xml.bind:jaxb-xjc 2.2 4.0.0
commons-io:commons-io 2.17.0 2.18.0
org.glassfish.jaxb:jaxb-runtime 2.3.5 4.0.0
net.sf.saxon:Saxon-HE 9.4 12.0
gov.nasa.pds:pds3-product-tools 4.4.0 4.4.1
org.apache.tika:tika-core 2.8.0 3.0.0
org.springframework:spring-core 6.1.13 6.2.0
org.springframework:spring-context 6.1.14 6.2.0
com.sun.xml.bind:jaxb-core 2.3.0 4.0.0
org.apache.logging.log4j:log4j-core 2.24.0 2.24.2

Updates com.sun.xml.bind:jaxb-impl from 2.2 to 4.0.0

Updates com.sun.xml.bind:jaxb-xjc from 2.2 to 4.0.0

Updates commons-io:commons-io from 2.17.0 to 2.18.0

Updates org.glassfish.jaxb:jaxb-runtime from 2.3.5 to 4.0.0

Updates net.sf.saxon:Saxon-HE from 9.4 to 12.0

Updates gov.nasa.pds:pds3-product-tools from 4.4.0 to 4.4.1

Changelog

Sourced from gov.nasa.pds:pds3-product-tools's changelog.

v4.4.1 (2024-10-15)

Full Changelog

Commits
  • b095102 Update changelog
  • 4114f40 Update requirements
  • 3c67881 Update changelog
  • 24e9f90 Merge pull request #74 from NASA-PDS/dependabot/maven/commons-io-commons-io-2...
  • ad8940e Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • 69e424f Update changelog
  • 9368629 Update changelog
  • 2191675 Merge pull request #73 from NASA-PDS/dependabot/maven/org.codehaus.mojo-build...
  • 6cd529c Merge pull request #72 from NASA-PDS/dependabot/maven/org.apache.logging.log4...
  • 5afe628 Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1
  • Additional commits viewable in compare view

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

Changelog

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

Release 4.0.0-BETA1 - ??? BREAKING CHANGES

  • Headers are no longer injected into the body/content of MSG files (TIKA-4345). Please open a ticket if you need this behavior across email formats.

Release 3.1.0 - ??

  • Allow users to turn off the injection of some headers into the content stream of MSG files (TIKA-4345).

  • Add a wrapper for Google's magika detector (TIKA-4344).

  • Add support for MachO via Alexey Pelykh (TIKA-4309).

  • Add logic to inject spaces in XPS files based on font widths via Ruairidh Williamson (TIKA-4315).

  • Mime type "application/json" is now a sub class of "text/javascript" not "application/javascript" (TIKA-4336)

  • Remove tagsoup from the project entirely. Note that some of the tags produced by the SourceCodeParser are slightly different (TIKA-4338)

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).

... (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.springframework:spring-core from 6.1.13 to 6.2.0

Release notes

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

v6.2.0

⭐ New Features

  • Update UndertowHttpHandlerAdapter to dispatch #33885
  • Refine @Contract Javadoc to mention this and new return values #33849
  • AOT processing for bean validation does not consider cascaded and container element constraints #33842
  • Avoid repeated resolving of singleton beans through @Lazy proxy #33841
  • Regiser runtime hints for @TestBean fully-qualified method names #33836
  • Introduce support for custom reason in @DisabledInAotMode #33833
  • Use optimistic locking where possible in ResponseBodyEmitter #33831
  • Revise cookies support with Apache HTTP Components in WebClient and WebTestClient #33822
  • Remove the pure attribute from @Contract #33820
  • Introduce @CheckReturnValue annotation #33818
  • ResourceHttpRequestHandler throwing IllegalArgumentException if resource doesn't end with slash breaks some third-party libraris #33815
  • Provide first-class virtual thread option on ThreadPoolTaskExecutor/ThreadPoolTaskScheduler #33807
  • HttpServiceProxyFactory should omit optional @RequestParam if converted from null to empty string #33794
  • Reactor Netty response should not buffer the full response #33781
  • Relax the visibility of MockMVC DSL constructors #33778
  • Support Publisher to InputStream conversion #31677

🐞 Bug Fixes

  • MockReset should be honored without @Mockito[Spy]Bean fields #33829
  • Test Bean Overrides do not honor @Primary semantics #33819
  • Bean Overrides cannot reliably override beans created by a FactoryBean with generics #33811
  • Bean Overrides for certain FactoryBean use cases no longer work #33800
  • @MockitoBean, @MockitoSpyBean, & @TestBean do not work with @DirtiesContext "before method" modes #33783
  • Deprecate exchangeTimeout and refactor readTimeout in ReactorClientHttpRequestFactory #33782

📔 Documentation

  • Revise documentation for SpEL PropertyAccessor and IndexAccessor APIs regarding ordering #33862
  • Document UrlHandler Servlet and reactive filters #33784
  • Improve documentation for SpelCompilerMode #33223

🔨 Dependency Upgrades

  • Upgrade to ASM 9.7.1 (for early Java 24 support) #33821
  • Upgrade to Micrometer 1.14.0 #33876
  • Upgrade to Reactor 2024.0.0 #33878

❤️ Contributors

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

@​Hejow, @​OlegDokuka, and @​lucky8987

v6.2.0-RC3

⭐ New Features

... (truncated)

Commits
  • 5024bb7 Release v6.2.0
  • 35b452b Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter
  • 56525da Merge branch '6.1.x'
  • 5145cf4 Next development version (v6.1.16-SNAPSHOT)
  • d4f8b5d Merge branch '6.1.x'
  • 6cb41dc Upgrade to Netty 4.1.115
  • cca2450 Improve documentation for SpelCompilerMode
  • de8a94f Do not set up CookieStore in Apache connector
  • 973d815 Merge branch '6.1.x'
  • 1e95332 Fix link to "Resources" section in reference guide
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.14 to 6.2.0

Release notes

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

v6.2.0

⭐ New Features

  • Update UndertowHttpHandlerAdapter to dispatch #33885
  • Refine @Contract Javadoc to mention this and new return values #33849
  • AOT processing for bean validation does not consider cascaded and container element constraints #33842
  • Avoid repeated resolving of singleton beans through @Lazy proxy #33841
  • Regiser runtime hints for @TestBean fully-qualified method names #33836
  • Introduce support for custom reason in @DisabledInAotMode #33833
  • Use optimistic locking where possible in ResponseBodyEmitter #33831
  • Revise cookies support with Apache HTTP Components in WebClient and WebTestClient #33822
  • Remove the pure attribute from @Contract #33820
  • Introduce @CheckReturnValue annotation #33818
  • ResourceHttpRequestHandler throwing IllegalArgumentException if resource doesn't end with slash breaks some third-party libraris #33815
  • Provide first-class virtual thread option on ThreadPoolTaskExecutor/ThreadPoolTaskScheduler #33807
  • HttpServiceProxyFactory should omit optional @RequestParam if converted from null to empty string #33794
  • Reactor Netty response should not buffer the full response #33781
  • Relax the visibility of MockMVC DSL constructors #33778
  • Support Publisher to InputStream conversion #31677

🐞 Bug Fixes

  • MockReset should be honored without @Mockito[Spy]Bean fields #33829
  • Test Bean Overrides do not honor @Primary semantics #33819
  • Bean Overrides cannot reliably override beans created by a FactoryBean with generics #33811
  • Bean Overrides for certain FactoryBean use cases no longer work #33800
  • @MockitoBean, @MockitoSpyBean, & @TestBean do not work with @DirtiesContext "before method" modes #33783
  • Deprecate exchangeTimeout and refactor readTimeout in ReactorClientHttpRequestFactory #33782

📔 Documentation

  • Revise documentation for SpEL PropertyAccessor and IndexAccessor APIs regarding ordering #33862
  • Document UrlHandler Servlet and reactive filters #33784
  • Improve documentation for SpelCompilerMode #33223

🔨 Dependency Upgrades

  • Upgrade to ASM 9.7.1 (for early Java 24 support) #33821
  • Upgrade to Micrometer 1.14.0 #33876
  • Upgrade to Reactor 2024.0.0 #33878

❤️ Contributors

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

@​Hejow, @​OlegDokuka, and @​lucky8987

v6.2.0-RC3

⭐ New Features

... (truncated)

Commits
  • 5024bb7 Release v6.2.0
  • 35b452b Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter
  • 56525da Merge branch '6.1.x'
  • 5145cf4 Next development version (v6.1.16-SNAPSHOT)
  • d4f8b5d Merge branch '6.1.x'
  • 6cb41dc Upgrade to Netty 4.1.115
  • cca2450 Improve documentation for SpelCompilerMode
  • de8a94f Do not set up CookieStore in Apache connector
  • 973d815 Merge branch '6.1.x'
  • 1e95332 Fix link to "Resources" section in reference guide
  • Additional commits viewable in compare view

Updates com.sun.xml.bind:jaxb-core from 2.3.0 to 4.0.0

Updates org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.2

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
net.sf.saxon:Saxon-HE [>= 12.3.a, < 12.4]
net.sf.saxon:Saxon-HE [>= 12.a, < 13]
net.sf.saxon:Saxon-HE [>= 11.a, < 12]
net.sf.saxon:Saxon-HE [>= 10.a, < 11]
org.apache.tika:tika-core [>= 2.9.a, < 2.10]
com.sun.xml.bind:jaxb-xjc [>= 4.a, < 5]
com.sun.xml.bind:jaxb-impl [>= 4.a, < 5]
com.sun.xml.bind:jaxb-core [>= 4.a, < 5]
org.glassfish.jaxb:jaxb-runtime [>= 4.a, < 5]

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 dev-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.sun.xml.bind:jaxb-impl | `2.2` | `4.0.0` |
| com.sun.xml.bind:jaxb-xjc | `2.2` | `4.0.0` |
| commons-io:commons-io | `2.17.0` | `2.18.0` |
| org.glassfish.jaxb:jaxb-runtime | `2.3.5` | `4.0.0` |
| net.sf.saxon:Saxon-HE | `9.4` | `12.0` |
| [gov.nasa.pds:pds3-product-tools](https://github.com/NASA-PDS-Incubator/pds3-product-tools) | `4.4.0` | `4.4.1` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.8.0` | `3.0.0` |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.13` | `6.2.0` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` |
| com.sun.xml.bind:jaxb-core | `2.3.0` | `4.0.0` |
| org.apache.logging.log4j:log4j-core | `2.24.0` | `2.24.2` |



Updates `com.sun.xml.bind:jaxb-impl` from 2.2 to 4.0.0

Updates `com.sun.xml.bind:jaxb-xjc` from 2.2 to 4.0.0

Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `org.glassfish.jaxb:jaxb-runtime` from 2.3.5 to 4.0.0

Updates `net.sf.saxon:Saxon-HE` from 9.4 to 12.0

Updates `gov.nasa.pds:pds3-product-tools` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/NASA-PDS-Incubator/pds3-product-tools/releases)
- [Changelog](https://github.com/NASA-PDS/pds3-product-tools/blob/main/CHANGELOG.md)
- [Commits](NASA-PDS/pds3-product-tools@v4.4.0...v4.4.1)

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

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

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

Updates `com.sun.xml.bind:jaxb-core` from 2.3.0 to 4.0.0

Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.2

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: com.sun.xml.bind:jaxb-xjc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: net.sf.saxon:Saxon-HE
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: gov.nasa.pds:pds3-product-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.sun.xml.bind:jaxb-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 25, 2024 14:54
@dependabot dependabot bot added java Pull requests that update Java code needs:dependency labels Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Superseded by #171.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/maven/dev-dependencies-a3d1d32732 branch December 2, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code needs:dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants