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 dependencies group with 8 updates #1735

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Bumps the dependencies group with 8 updates:

Package From To
commons-io:commons-io 2.13.0 2.14.0
de.fraunhofer.iosb.ilt:FROST-Client-Dynamic 2.4 2.5
org.eclipse.jetty:jetty-servlet 10.0.16 10.0.17
org.keycloak:keycloak-servlet-filter-adapter 22.0.3 22.0.4
org.liquibase:liquibase-core 4.23.2 4.24.0
org.testcontainers:junit-jupiter 1.19.0 1.19.1
org.testcontainers:postgresql 1.19.0 1.19.1
com.diffplug.spotless:spotless-maven-plugin 2.39.0 2.40.0

Updates commons-io:commons-io from 2.13.0 to 2.14.0

Updates de.fraunhofer.iosb.ilt:FROST-Client-Dynamic from 2.4 to 2.5

Commits

Updates org.eclipse.jetty:jetty-servlet from 10.0.16 to 10.0.17

Release notes

Sourced from org.eclipse.jetty:jetty-servlet's releases.

10.0.17

Changelog

  • #10679 - Review HTTP/2 rate control
  • #10547 - Cannot customize Executor on WebSocketClient
  • #10545 - Fixed deadlock in class initialization seen on JDK21.
  • #10511 - Allow session idle timeout to be configured on authentication.
  • #10473 - Startup Script reports ok too fast, and doesn't wait for actual start of Jetty
  • #10365 - Cleanup of start properties usages in jetty-10.0.x
Commits
  • af15f12 Updating to version 10.0.17
  • f8b7f48 Merge remote-tracking branch 'origin/fix/10.0.x/rollback-jdk21-requirement' i...
  • 67b0778 Issue #9777 - CrossOriginFilter does not return Vary header on no-cors mode.
  • dbb9451 Fixes #10679 - Review HTTP/2 rate control. (#10681)
  • 4670d3e Rollback JDK21 requirements during Compile + Jar creation.
  • 90fdd42 Update details on how to include dependabot PRs in a release (#10659)
  • a22174c Merge pull request #10632 from eclipse/dependabot/maven/jetty-10.0.x/org.apac...
  • 9c012d1 Merge pull request #10631 from eclipse/dependabot/maven/jetty-10.0.x/maven.re...
  • 0d730aa Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1
  • b5ecca2 Bump maven.resolver.version from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view

Updates org.keycloak:keycloak-servlet-filter-adapter from 22.0.3 to 22.0.4

Updates org.liquibase:liquibase-core from 4.23.2 to 4.24.0

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v4.24.0

Liquibase 4.24.0 is a major release

[!IMPORTANT] For Liquibase Pro native executor users, if you've experienced checksum issues in Liquibase 4.19.0 through 4.23.1, please skip those releases and upgrade to this release, Liquibase 4.24.0.

[!NOTE] See the Liquibase 4.24.0 Release Notes for the complete set of release information.

Notable Changes

[PRO]

Liquibase Flows

  • Flow file variables are now shared across "nested" flow files and can be passed through multiple flow files.
  • Flow files running quality checks will now exit with a return code from the highest return code triggered by any check.

Structured Logging (Observability)

  • You can now add custom (user-defined) tags to your structured logs. These tags can be used later to segment your reporting. For instance, you can add tags that indicate the team, pipeline, or environment (and any other attributes that are meaningful to your organization) when reporting on Liquibase events.
  • Custom data is now included in every log message. This enables you to use dashboard queries and reports, which depend on these custom key:value pairs.

Security Improvement

  • Sensitive information is now obfuscated for people using passwords in their JDBC URL strings in structured logging.

[OSS and PRO]

  • Database platform improvements for: SQL Anywhere, MySQL, MariaDB, Oracle, DB2 LUW, DB2 z/OS, PostgreSQL, H2, and HSQLDB.
  • Performance improvements
  • JAVA API improvements
  • General Enhancements
    • The generate-changelog and diff-changelog commands now support the --labels and --contextFilter arguments. The specified values will be included as attributes for each generated changeset.
    • The diff, diff-changelog, and snapshot-reference commands now allow you to specify the referenceLiquibaseCatalogName and referenceLiquibaseSchemaName arguments.
    • The update command summary reports that you can enable with the --show-summary argument can now be selectively sent to the console, log, or all with the --show-summary-output argument (prior to this release, they went to both the console and log).
    • The includeAll tag now supports an optional endsWithFilter attribute that directs Liquibase to only include files ending with the value specified by the new attribute. All other files located by the specified path attribute will be skipped and will not be included as deployable changes.
    • The Maven integration now supports the logLevel property. This gives Maven integration users control over the severity level of log messages sent to the Liquibase log file.

🚀 Changelog

[PRO]

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.24.0 is a major release

New Features

Bug Fixes

... (truncated)

Commits

Updates org.testcontainers:junit-jupiter from 1.19.0 to 1.19.1

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.19.1

Testcontainers for Java 1.19.1

Core

Modules

Redpanda

What's Changed

☠️ Deprecations

📖 Documentation

📦 Dependency updates

Commits
  • dd1427e Add maven central badge in readme file
  • 4c83a54 Deprecate CLI utility methods in RabbitMQ module (#7588)
  • 4296b5b Additional listeners should inherit the configured authentication method (#7594)
  • 202680e Proposing Update to index.md - Env Settings for Rancher Desktop (#7591)
  • 209ab2e Add docs for copyFile API (#4661)
  • 8b6776c Allow to define a custom ImagePullPolicy via configuration (#7520)
  • c4d1240 Merge pull request #7587 from testcontainers/combined-pr-branch
  • 29ad500 Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.gradle.en...
  • b5f11d2 Merge remote-tracking branch 'origin/dependabot/gradle/com.gradle.enterprise-...
  • 94a2155 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.seleniumh...
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.19.0 to 1.19.1

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.1

Testcontainers for Java 1.19.1

Core

Modules

Redpanda

What's Changed

☠️ Deprecations

📖 Documentation

📦 Dependency updates

Commits
  • dd1427e Add maven central badge in readme file
  • 4c83a54 Deprecate CLI utility methods in RabbitMQ module (#7588)
  • 4296b5b Additional listeners should inherit the configured authentication method (#7594)
  • 202680e Proposing Update to index.md - Env Settings for Rancher Desktop (#7591)
  • 209ab2e Add docs for copyFile API (#4661)
  • 8b6776c Allow to define a custom ImagePullPolicy via configuration (#7520)
  • c4d1240 Merge pull request #7587 from testcontainers/combined-pr-branch
  • 29ad500 Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.gradle.en...
  • b5f11d2 Merge remote-tracking branch 'origin/dependabot/gradle/com.gradle.enterprise-...
  • 94a2155 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.seleniumh...
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0

Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[2.40.0] - 2023-07-17

Added

  • Added support for Protobuf formatting based on Buf. (#1208)
  • enum OnMatch { INCLUDE, EXCLUDE } so that FormatterStep.filterByContent can not only include based on the pattern but also exclude. (#1749)

Fixed

  • Update documented default semanticSort to false. (#1728)

Changes

  • Bump default cleanthat version to latest 2.13 -> 2.17. (#1734)
  • Bump default ktlint version to latest 0.49.1 -> 0.50.0. (#1741)
    • Dropped support for ktlint 0.47.x following our policy of supporting two breaking changes at a time.
    • Dropped support for deprecated useExperimental parameter in favor of the ktlint_experimental property.
Commits
  • 7be3ce0 Published lib/2.40.0
  • 78a6dbc Implement buf format Gradle step (#1208)
  • 0fc9036 Add warnings that buf must be the first step.
  • 0943a81 Fix BufStepTest for the changes we've had in test infrastructure.
  • 6e7556f spotlessApply
  • 57fc5c8 Merge branch 'main' into add-buf-format
  • 3d2d2b8 update default version
  • 1b24f48 fix(deps): update dependency io.github.solven-eu.cleanthat:java to v2.17 (#1734)
  • 3c1bb4c update link
  • 0e3be7d update link
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.eclipse.jetty:jetty-servlet [>= 11.a, < 12]

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 dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| commons-io:commons-io | `2.13.0` | `2.14.0` |
| [de.fraunhofer.iosb.ilt:FROST-Client-Dynamic](https://github.com/FraunhoferIOSB/FROST-Client) | `2.4` | `2.5` |
| [org.eclipse.jetty:jetty-servlet](https://github.com/eclipse/jetty.project) | `10.0.16` | `10.0.17` |
| org.keycloak:keycloak-servlet-filter-adapter | `22.0.3` | `22.0.4` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.23.2` | `4.24.0` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.1` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.1` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.39.0` | `2.40.0` |


Updates `commons-io:commons-io` from 2.13.0 to 2.14.0

Updates `de.fraunhofer.iosb.ilt:FROST-Client-Dynamic` from 2.4 to 2.5
- [Changelog](https://github.com/FraunhoferIOSB/FROST-Client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FraunhoferIOSB/FROST-Client/commits)

Updates `org.eclipse.jetty:jetty-servlet` from 10.0.16 to 10.0.17
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.16...jetty-10.0.17)

Updates `org.keycloak:keycloak-servlet-filter-adapter` from 22.0.3 to 22.0.4

Updates `org.liquibase:liquibase-core` from 4.23.2 to 4.24.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.23.2...v4.24.0)

Updates `org.testcontainers:junit-jupiter` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.0...1.19.1)

Updates `org.testcontainers:postgresql` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.0...1.19.1)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.39.0 to 2.40.0
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.39.0...lib/2.40.0)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: de.fraunhofer.iosb.ilt:FROST-Client-Dynamic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.keycloak:keycloak-servlet-filter-adapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 11, 2023
@dependabot dependabot bot deleted the dependabot/maven/v2.x/dependencies-c38ef7d724 branch October 11, 2023 06:16
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.

0 participants