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 maven group across 1 directory with 6 updates #72

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the maven group with 6 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.3.1 3.3.3
org.apache.commons:commons-compress 1.26.2 1.27.1
org.tukaani:xz 1.9 1.10
com.mysql:mysql-connector-j 8.4.0 9.0.0
com.kohlschutter.junixsocket:junixsocket-mysql 2.9.1 2.10.0
com.kohlschutter.junixsocket:junixsocket-native-common 2.9.1 2.10.0

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.1 to 3.3.3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.3.3

⭐ New Features

  • Add TWENTY_THREE to JavaVersion enum #41716

🐞 Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication #41890
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

📔 Documentation

  • Improve documented logging property descriptions and default values #41989
  • Explain that enabling virtual threads disables traditional thread pools #41976
  • Harmonize code sample for MyUserHandler in reference documentation #41949
  • Document when environment variable property mapping applies #41945
  • Javadoc of slice test annotations should describe more accurately which components are considered #41935
  • Fix duplicate words #41920
  • Document the need to explicitly reset mock servers when using mock server customizers directly #41849
  • Correct grammar in 'Running your Application with Maven' #41840
  • Document more clearly that username and password are not used when spring.data.redis.url is set #41748
  • Pulsar configuration does not have default value for several entries in the metadata #41683
  • management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata #41676
  • management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata #41670
  • server.error.include-path does not have a default value in the metadata #41667
  • The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently #41638
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41628
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41627
  • Update link to documentation for log4j-spring-boot #41622
  • Fix link to Flyway reference documentation #41593
  • Document configuration property binding's support for using @Name to customize a property name #41585
  • Add hint for new dependencies required for Flyway #41574
  • Document that spring-boot:repackage should not be run from the command-line #22317

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.3 #41782
  • Upgrade to Awaitility 4.2.2 #41707

... (truncated)

Commits
  • 27f852a Release v3.3.3
  • f0d2503 Merge branch '3.2.x' into 3.3.x
  • 1822b2f Include spring-boot-starter-parent in Integration tests repository
  • d4e1aed Merge branch '3.2.x' into 3.3.x
  • 0b24ee8 Improve loading of jar entry certificates
  • 29e4607 Merge branch '3.2.x' into 3.3.x
  • 112cfc8 Remove processed annotations plugin declaration
  • 05b73ce Call getErrorAttributes() only once
  • d974686 Upgrade to apachepulsar/pulsar 3.2.4
  • 459d899 Add release type attribute for Antora documentation generation
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-compress from 1.26.2 to 1.27.1

Updates org.tukaani:xz from 1.9 to 1.10

Changelog

Sourced from org.tukaani:xz's changelog.

1.10 (2024-07-29)

  • Licensing change: From version 1.10 onwards, XZ for Java is under the BSD Zero Clause License (0BSD). 1.9 and older are in the public domain and obviously remain so; the change only affects the new releases.

    0BSD is an extremely permissive license which doesn't require retaining or reproducing copyright or license notices when distributing the code, thus in practice there is extremely little difference to public domain.

  • Mark copyright and license information in the source package so that it is compliant to the REUSE Specification version 3.2.

  • Improve LZMAInputStream.enableRelaxedEndCondition():

    • Error detection is slightly better.

    • The input position will always be at the end of the stream after successful decompression.

  • Support .lzma files that have both a known uncompressed size and the end marker. Such files are uncommon but valid. The same issue was fixed in XZ Utils 5.2.6 in 2022.

  • Add ARM64 and RISC-V BCJ filters.

  • Speed optimizations:

    • Delta filter
    • LZMA/LZMA2 decoder
    • LZMA/LZMA2 encoder (partially Java >= 9 only)
    • CRC64 (Java >= 9 only)
  • Changes that affect API/ABI compatibility:

    • Change XZOutputStream constructors to not call the method public void updateFilters(FilterOptions[] filterOptions).

    • In SeekableXZInputStream, change the method public void seekToBlock(int blockNumber) to not call the method public long getBlockPos(int blockNumber).

    • Make the filter options classes final:

      • ARM64Options
      • ARMOptions
      • ARMThumbOptions
      • DeltaOptions

... (truncated)

Commits
  • 0f5ee02 Bump the version number to 1.10
  • 4cd5a8b Update NEWS.md for 1.10
  • 21edbdf README.md: Add a section about reproducible builds
  • 372dc48 README.md: Use a subheading for old build environments
  • 5ec1e8e build.xml: Add Build-Jdk-Spec to MANIFEST.MF
  • 2103742 build.xml: Make MANIFEST.MF friendlier to reproducible builds
  • d18a12a build.xml: Use <macrodef> to make JARs of the demo programs
  • 39b7371 build.xml: Add SOURCE_DATE_EPOCH support
  • 5689e64 build.xml: Change the "pom" target to use unversioned filename
  • 7f4ccd6 Simplify building with OpenJDK 8
  • Additional commits viewable in compare view

Updates com.mysql:mysql-connector-j from 8.4.0 to 9.0.0

Changelog

Sourced from com.mysql:mysql-connector-j's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 9.0.0

  • WL#16391, Upgrade 3rd party libraries and tools.

  • Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.

  • Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session. Thanks to Daniel Kec for his contribution.

  • Fix for Bug#114989 (Bug#36612566), Setting null value in setClientInfo throws an NPE.

  • WL#16376, Set 'caching_sha2_password' as default fallback authentication plugin.

  • WL#16342, Update MySQL error codes mapping.

  • WL#16353, Refresh the list of acceptable TLS ciphers.

  • Fix for Bug#114687 (Bug#36529541), Tests fail after mysql_native_password has been made optional in server.

  • WL#16319, Remove deprecated insensitive terminology based methods.

  • WL#16324, Update static MySQL keywords list.

  • Fix for Bug#110512 (Bug#35223851), Contribution: Replace synchronized with ReentrantLock. Thanks to Bart De Neuter and Janick Reynders for their contributions.

  • Fix for Bug#108830 (Bug#34721173), LIMIT clause, setMaxRows and cursor combined returns wrong number or rows.

Version 8.4.0

  • WL#15706, Add OpenTelemetry tracing.

  • WL#16174, Support for VECTOR data type.

  • Fix for Bug#36380711, Tests failing due to removal of deprecated features.

  • Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retrieval of imported primary keys. Thanks to Henning Pöttker for his contribution.

  • WL#16196, GPL License Exception Update.

  • Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest.java. Thanks to Abby Palmero for her contribution.

  • Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with StringBuilder in ValueEncoders. Thanks to Henning Pöttker for his contribution.

... (truncated)

Commits
  • e0e8e34 Update fix for Bug#114687 (Bug#36529541), Tests fail after mysql_native_passw...
  • dd8a023 Update for GPL license book.
  • d3102b1 WL#16391, Upgrade 3rd party libraries and tools.
  • ce34ec8 Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.
  • a9ec867 Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session.
  • 223dfaf Fix for Bug#114989 (Bug#36612566), Setting null value in setClientInfo throws...
  • 39206fb WL#16376, Set 'caching_sha2_password' as default fallback authentication plugin.
  • 78451c4 WL#16342, Update MySQL error codes mapping.
  • bac0ea3 Merge remote-tracking branch 'origin/documentation/8.x' into 'version/9.x'.
  • 9533a6b WL#16353, Refresh the list of acceptable TLS ciphers.
  • Additional commits viewable in compare view

Updates com.kohlschutter.junixsocket:junixsocket-mysql from 2.9.1 to 2.10.0

Release notes

Sourced from com.kohlschutter.junixsocket:junixsocket-mysql's releases.

junixsocket 2.10.0

  • Fix compatibility with Java 7
  • Fix error handling for non-blocking operations on Windows
  • Fix interoperability of junixsocket-mysql and GraalVM native-image
  • Fix socket-closed state upon exceptions indicating a closed socket descriptor
  • Fix exceptions for channels: Throw ClosedChannelException instead of SocketClosedException, etc.
  • Fix a flaky selftest when VSOCK is not supported
  • Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)
  • Improve interopability with Java 15 UnixDomainSocketAddress and StandardProtocolFamily.UNIX
  • Improve selftest stability and logging, more tests
  • Add support for ServerSocketChannel.bind(null) for AF_UNIX socket addresses.
  • Add more tests for mysql interoperability, optionally include mysql tests in selftest
  • Add NotConnectedSocketException, NotBoundSocketException
  • Building now requires Java 21, Maven 3.8.8 or newer
  • Update build-time dependencies
  • Code cleanup
Commits
  • 59389b8 Set version to 2.10.0
  • d8c8be4 native: Workaround for MonitorEnter with pending exception
  • 7e833f7 docs: Update changelog, README
  • 8125664 Fix not connected/bound error handling for Channels
  • 44acf55 Update changelog
  • a690d3d common: Allow ServerSocketChannel.bind to null/temp address if possible
  • 262827d common: Update GraalVM config
  • ce43a46 doc: brew pin mingw-w64 (11)
  • 16efc36 docs: Update changelog
  • e72f960 test: common: SocketChannelTests for JEP380/Java, not-yet conn/bound
  • Additional commits viewable in compare view

Updates com.kohlschutter.junixsocket:junixsocket-native-common from 2.9.1 to 2.10.0

Release notes

Sourced from com.kohlschutter.junixsocket:junixsocket-native-common's releases.

junixsocket 2.10.0

  • Fix compatibility with Java 7
  • Fix error handling for non-blocking operations on Windows
  • Fix interoperability of junixsocket-mysql and GraalVM native-image
  • Fix socket-closed state upon exceptions indicating a closed socket descriptor
  • Fix exceptions for channels: Throw ClosedChannelException instead of SocketClosedException, etc.
  • Fix a flaky selftest when VSOCK is not supported
  • Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)
  • Improve interopability with Java 15 UnixDomainSocketAddress and StandardProtocolFamily.UNIX
  • Improve selftest stability and logging, more tests
  • Add support for ServerSocketChannel.bind(null) for AF_UNIX socket addresses.
  • Add more tests for mysql interoperability, optionally include mysql tests in selftest
  • Add NotConnectedSocketException, NotBoundSocketException
  • Building now requires Java 21, Maven 3.8.8 or newer
  • Update build-time dependencies
  • Code cleanup
Commits
  • 59389b8 Set version to 2.10.0
  • d8c8be4 native: Workaround for MonitorEnter with pending exception
  • 7e833f7 docs: Update changelog, README
  • 8125664 Fix not connected/bound error handling for Channels
  • 44acf55 Update changelog
  • a690d3d common: Allow ServerSocketChannel.bind to null/temp address if possible
  • 262827d common: Update GraalVM config
  • ce43a46 doc: brew pin mingw-w64 (11)
  • 16efc36 docs: Update changelog
  • e72f960 test: common: SocketChannelTests for JEP380/Java, not-yet conn/bound
  • Additional commits viewable in compare view

Updates com.kohlschutter.junixsocket:junixsocket-native-common from 2.9.1 to 2.10.0

Release notes

Sourced from com.kohlschutter.junixsocket:junixsocket-native-common's releases.

junixsocket 2.10.0

  • Fix compatibility with Java 7
  • Fix error handling for non-blocking operations on Windows
  • Fix interoperability of junixsocket-mysql and GraalVM native-image
  • Fix socket-closed state upon exceptions indicating a closed socket descriptor
  • Fix exceptions for channels: Throw ClosedChannelException instead of SocketClosedException, etc.
  • Fix a flaky selftest when VSOCK is not supported
  • Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)
  • Improve interopability with Java 15 UnixDomainSocketAddress and StandardProtocolFamily.UNIX
  • Improve selftest stability and logging, more tests
  • Add support for ServerSocketChannel.bind(null) for AF_UNIX socket addresses.
  • Add more tests for mysql interoperability, optionally include mysql tests in selftest
  • Add NotConnectedSocketException, NotBoundSocketException
  • Building now requires Java 21, Maven 3.8.8 or newer
  • Update build-time dependencies
  • Code cleanup
Commits
  • 59389b8 Set version to 2.10.0
  • d8c8be4 native: Workaround for MonitorEnter with pending exception
  • 7e833f7 docs: Update changelog, README
  • 8125664 Fix not connected/bound error handling for Channels
  • 44acf55 Update changelog
  • a690d3d common: Allow ServerSocketChannel.bind to null/temp address if possible
  • 262827d common: Update GraalVM config
  • ce43a46 doc: brew pin mingw-w64 (11)
  • 16efc36 docs: Update changelog
  • e72f960 test: common: SocketChannelTests for JEP380/Java, not-yet conn/bound
  • Additional commits viewable in 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 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 maven group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.1` | `3.3.3` |
| org.apache.commons:commons-compress | `1.26.2` | `1.27.1` |
| [org.tukaani:xz](https://github.com/tukaani-project/xz-java) | `1.9` | `1.10` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `8.4.0` | `9.0.0` |
| [com.kohlschutter.junixsocket:junixsocket-mysql](https://github.com/kohlschutter/junixsocket) | `2.9.1` | `2.10.0` |
| [com.kohlschutter.junixsocket:junixsocket-native-common](https://github.com/kohlschutter/junixsocket) | `2.9.1` | `2.10.0` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.1...v3.3.3)

Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.27.1

Updates `org.tukaani:xz` from 1.9 to 1.10
- [Release notes](https://github.com/tukaani-project/xz-java/releases)
- [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md)
- [Commits](tukaani-project/xz-java@v1.9...v1.10)

Updates `com.mysql:mysql-connector-j` from 8.4.0 to 9.0.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.4.0...9.0.0)

Updates `com.kohlschutter.junixsocket:junixsocket-mysql` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/kohlschutter/junixsocket/releases)
- [Commits](kohlschutter/junixsocket@junixsocket-2.9.1...junixsocket-2.10.0)

Updates `com.kohlschutter.junixsocket:junixsocket-native-common` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/kohlschutter/junixsocket/releases)
- [Commits](kohlschutter/junixsocket@junixsocket-2.9.1...junixsocket-2.10.0)

Updates `com.kohlschutter.junixsocket:junixsocket-native-common` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/kohlschutter/junixsocket/releases)
- [Commits](kohlschutter/junixsocket@junixsocket-2.9.1...junixsocket-2.10.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.tukaani:xz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: com.kohlschutter.junixsocket:junixsocket-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.kohlschutter.junixsocket:junixsocket-native-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.kohlschutter.junixsocket:junixsocket-native-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

Superseded by #73.

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-c64ef466ba branch October 1, 2024 02:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants