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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the dependency-updates group with 6 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-bom 1.9.24 2.0.0
net.bytebuddy:byte-buddy 1.14.15 1.14.16
com.amazonaws:aws-java-sdk-core 1.12.723 1.12.730
com.amazonaws:aws-java-sdk-s3 1.12.723 1.12.730
org.apache.commons:commons-compress 1.26.1 1.26.2
org.assertj:assertj-core 3.25.3 3.26.0

Updates org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.0.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom's releases.

Kotlin 2.0.0

Changelog

Analysis. API

New Features

  • KT-65327 Support reading klib contents in Analysis API

Performance Improvements

  • KT-65560 K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements
  • KT-64987 Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf
  • KT-61789 K2: optimize getFirForNonKtFileElement for references inside super type reference
  • KT-59498 K2: getOnAirGetTowerContextProvider took too much time due to on air resolve
  • KT-61728 Analysis API: optimize AllCandidatesResolver.getAllCandidates

Fixes

  • KT-65561 Analysis API: dummy.kt is not a physical file
  • KT-65616 K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS
  • KT-65600 Analysis Api: FirFile for KtCodeFragments are created and not updated on changes
  • KT-64919 K2 IDE: Implement KMP support for sealed class inheritors
  • KT-64241 K2: Unresolved calls to functions in scripts depending on included projects
  • KT-65813 Analysis API Standalone: FirDeclarationForCompiledElementSearcher does not find compiled elements
  • KT-66052 AA: render expect/actual modifier
  • KT-66795 KtCodeFragment.clone() is broken
  • KT-66532 K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file
  • KT-64833 Analysis API: Members implemented by delegation have no overridden symbols
  • KT-62405 Analysis API: Symbols SUBSTITUTION_OVERRIDE have no overridden symbols
  • KT-66749 K2: "Collection contains no element matching the predicate" on an unresolved call
  • KT-62832 K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus
  • KT-66719 AbstractGetKlibSourceFileNameTest: The dependency to ":native:analysis-api-klib-reader" breaks JPS compilation
  • KT-66603 Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType
  • KT-64505 Analysis API Standalone: Remove test-specific calculation of sealed class inheritors
  • KT-66013 Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes
  • KT-62880 K2 IDE: Unresolved java annotation methods in KDoc
  • KT-66530 K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site
  • KT-65571 Support VirtualFile inputs to Analysis API modules
  • KT-66485 Substituted types are not provided for callable references
  • KT-66498 Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself
  • KT-64579 K2 IDE: "Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found"
  • KT-65978 Analysis API: Use soft references in FileStructureCache
  • KT-64051 K2 IDE: Analysis API: Unresolved links to typealias in KDoc
  • KT-66189 K2 / IDE: KtFirExpressionTypeProvider bugs
  • KT-61422 K2 IDE: "No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl"
  • KT-66276 K2: Analysis API: TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM false positive for script parameter
  • KT-66232 K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests
  • KT-60996 K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics
  • KT-66306 K2: Analysis API: drop ability to enable global phase resolve lock
  • KT-55750 LL FIR: Implement multi-threaded resolve

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-bom's changelog.

2.0.0

Analysis. API

New Features

  • KT-65327 Support reading klib contents in Analysis API

Performance Improvements

  • KT-65560 K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements
  • KT-64987 Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf
  • KT-61789 K2: optimize getFirForNonKtFileElement for references inside super type reference
  • KT-59498 K2: getOnAirGetTowerContextProvider took too much time due to on air resolve
  • KT-61728 Analysis API: optimize AllCandidatesResolver.getAllCandidates

Fixes

  • KT-65561 Analysis API: dummy.kt is not a physical file
  • KT-65616 K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS
  • KT-65600 Analysis Api: FirFile for KtCodeFragments are created and not updated on changes
  • KT-64919 K2 IDE: Implement KMP support for sealed class inheritors
  • KT-64241 K2: Unresolved calls to functions in scripts depending on included projects
  • KT-65813 Analysis API Standalone: FirDeclarationForCompiledElementSearcher does not find compiled elements
  • KT-66052 AA: render expect/actual modifier
  • KT-66795 KtCodeFragment.clone() is broken
  • KT-66532 K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file
  • KT-64833 Analysis API: Members implemented by delegation have no overridden symbols
  • KT-62405 Analysis API: Symbols SUBSTITUTION_OVERRIDE have no overridden symbols
  • KT-66749 K2: "Collection contains no element matching the predicate" on an unresolved call
  • KT-62832 K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus
  • KT-66719 AbstractGetKlibSourceFileNameTest: The dependency to ":native:analysis-api-klib-reader" breaks JPS compilation
  • KT-66603 Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType
  • KT-64505 Analysis API Standalone: Remove test-specific calculation of sealed class inheritors
  • KT-66013 Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes
  • KT-62880 K2 IDE: Unresolved java annotation methods in KDoc
  • KT-66530 K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site
  • KT-65571 Support VirtualFile inputs to Analysis API modules
  • KT-66485 Substituted types are not provided for callable references
  • KT-66498 Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself
  • KT-64579 K2 IDE: "Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found"
  • KT-65978 Analysis API: Use soft references in FileStructureCache
  • KT-64051 K2 IDE: Analysis API: Unresolved links to typealias in KDoc
  • KT-66189 K2 / IDE: KtFirExpressionTypeProvider bugs
  • KT-61422 K2 IDE: "No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl"
  • KT-66276 K2: Analysis API: TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM false positive for script parameter
  • KT-66232 K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests
  • KT-60996 K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics
  • KT-66306 K2: Analysis API: drop ability to enable global phase resolve lock
  • KT-55750 LL FIR: Implement multi-threaded resolve

... (truncated)

Commits
  • e84e835 Add changelog for 2.0.0
  • 975dea2 Add changelog for 2.0.0-RC3
  • b618ee4 [FIR] Prohibit referencing java field in case of conflict with property..
  • b239239 K2: build outer classes sequence in FirImplicitBodyResolve properly
  • afc5b49 [IR] Assume IrFile has at least one offset entry
  • be1804c [K/N][tests] Don't attempt to download simulator after first failure
  • b666160 K2: fix captureFromExpressionInternal for nullable intersection types
  • f04f051 K2: fix withNullability() for ConeIntersectionType
  • cda1ad4 K2: reproduce KT-67912
  • 8e0919e [K2/JS] Use declaration session for looking up containing declaration
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.14.16

  • Update ASM and introduce support for Java 23.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

22. May 2024: version 1.14.16

  • Update ASM and introduce support for Java 23.
Commits
  • 8f37644 [maven-release-plugin] prepare release byte-buddy-1.14.16
  • 9e62bad [release] Release new version
  • 6dc6b2e Add checksums and fix build configuration.
  • 840bab4 Add missing checksums
  • 0658d99 Update internal Byte Buddy.
  • eb0c890 Update main.yml
  • 0965b7a Update main.yml
  • e03550a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.amazonaws:aws-java-sdk-core from 1.12.723 to 1.12.730

Changelog

Sourced from com.amazonaws:aws-java-sdk-core's changelog.

1.12.730 2024-05-24

AWS IoT FleetWise

  • Features

    • AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

Amazon DynamoDB

  • Features

    • Documentation only updates for DynamoDB.

Amazon Managed Blockchain

  • Features

    • This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.

1.12.729 2024-05-23

AWS OpsWorks

  • Features

    • Documentation-only update for OpsWorks Stacks.

EMR Serverless

  • Features

    • This release adds the capability to run interactive workloads using Apache Livy Endpoint.

1.12.728 2024-05-22

AWS Chatbot

  • Features

    • This change adds support for tagging Chatbot configurations.

AWS CloudFormation

  • Features

    • Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.

AWS Key Management Service

  • Features

    • This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.

AWS WAFV2

  • Features

    • You can now use Security Lake to collect web ACL traffic data.

Amazon OpenSearch Service

  • Features

    • This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.

1.12.727 2024-05-21

AWS Glue

  • Features

    • Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.

AWS Performance Insights

  • Features

... (truncated)

Commits
  • 17a055f AWS SDK for Java 1.12.730
  • 35e22dd Update GitHub version number to 1.12.730-SNAPSHOT
  • f583fa8 AWS SDK for Java 1.12.729
  • 1cf01f7 Update GitHub version number to 1.12.729-SNAPSHOT
  • 2234ade AWS SDK for Java 1.12.728
  • 43509cf Update GitHub version number to 1.12.728-SNAPSHOT
  • 9a3f693 AWS SDK for Java 1.12.727
  • 24d46f2 Update GitHub version number to 1.12.727-SNAPSHOT
  • ffd437a AWS SDK for Java 1.12.726
  • d112e57 Update GitHub version number to 1.12.726-SNAPSHOT
  • Additional commits viewable in compare view

Updates com.amazonaws:aws-java-sdk-s3 from 1.12.723 to 1.12.730

Changelog

Sourced from com.amazonaws:aws-java-sdk-s3's changelog.

1.12.730 2024-05-24

AWS IoT FleetWise

  • Features

    • AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

Amazon DynamoDB

  • Features

    • Documentation only updates for DynamoDB.

Amazon Managed Blockchain

  • Features

    • This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.

1.12.729 2024-05-23

AWS OpsWorks

  • Features

    • Documentation-only update for OpsWorks Stacks.

EMR Serverless

  • Features

    • This release adds the capability to run interactive workloads using Apache Livy Endpoint.

1.12.728 2024-05-22

AWS Chatbot

  • Features

    • This change adds support for tagging Chatbot configurations.

AWS CloudFormation

  • Features

    • Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.

AWS Key Management Service

  • Features

    • This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.

AWS WAFV2

  • Features

    • You can now use Security Lake to collect web ACL traffic data.

Amazon OpenSearch Service

  • Features

    • This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.

1.12.727 2024-05-21

AWS Glue

  • Features

    • Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.

AWS Performance Insights

  • Features

... (truncated)

Commits
  • 17a055f AWS SDK for Java 1.12.730
  • 35e22dd Update GitHub version number to 1.12.730-SNAPSHOT
  • f583fa8 AWS SDK for Java 1.12.729
  • 1cf01f7 Update GitHub version number to 1.12.729-SNAPSHOT
  • 2234ade AWS SDK for Java 1.12.728
  • 43509cf Update GitHub version number to 1.12.728-SNAPSHOT
  • 9a3f693 AWS SDK for Java 1.12.727
  • 24d46f2 Update GitHub version number to 1.12.727-SNAPSHOT
  • ffd437a AWS SDK for Java 1.12.726
  • d112e57 Update GitHub version number to 1.12.726-SNAPSHOT
  • Additional commits viewable in compare view

Updates com.amazonaws:aws-java-sdk-s3 from 1.12.723 to 1.12.730

Changelog

Sourced from com.amazonaws:aws-java-sdk-s3's changelog.

1.12.730 2024-05-24

AWS IoT FleetWise

  • Features

    • AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

Amazon DynamoDB

  • Features

    • Documentation only updates for DynamoDB.

Amazon Managed Blockchain

  • Features

    • This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.

1.12.729 2024-05-23

AWS OpsWorks

  • Features

    • Documentation-only update for OpsWorks Stacks.

EMR Serverless

  • Features

    • This release adds the capability to run interactive workloads using Apache Livy Endpoint.

1.12.728 2024-05-22

AWS Chatbot

  • Features

    • This change adds support for tagging Chatbot configurations.

AWS CloudFormation

  • Features

    • Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.

AWS Key Management Service

  • Features

    • This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.

AWS WAFV2

  • Features

    • You can now use Security Lake to collect web ACL traffic data.

Amazon OpenSearch Service

  • Features

    • This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.

1.12.727 2024-05-21

AWS Glue

  • Features

    • Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.

AWS Performance Insights

  • Features

... (truncated)

Commits
  • 17a055f AWS SDK for Java 1.12.730
  • 35e22dd Update GitHub version number to 1.12.730-SNAPSHOT
  • f583fa8 AWS SDK for Java 1.12.729
  • 1cf01f7 Update GitHub version number to 1.12.729-SNAPSHOT
  • 2234ade AWS SDK for Java 1.12.728
  • 43509cf Update GitHub version number to 1.12.728-SNAPSHOT
  • 9a3f693 AWS SDK for Java 1.12.727
  • 24d46f2 Update GitHub version number to 1.12.727-SNAPSHOT
  • ffd437a AWS SDK for Java 1.12.726
  • d112e57 Update GitHub version number to 1.12.726-SNAPSHOT
  • Additional commits viewable in compare view

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

Updates org.assertj:assertj-core from 3.25.3 to 3.26.0

Release notes

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

v.3.26.0

💥 Breaking Changes

Core

  • Delegate OptionalDouble value comparison to Double.compare in hasValue assertion #3411

    This fixes the comparison of NaN values which wasn't working the way the hasValue Javadoc describes.

    The previous behavior can be obtained with getAsDouble:

    assertThat(OptionalDouble.of(Double.NaN).getAsDouble()).isSameAs(Double.NaN);

🚫 Deprecated

Core

  • Deprecate ObjectAssertFactory in favor of Assertions.assertThat(Object)
  • Deprecate AssertionErrorFactory in favor of AssertionErrorCreator
  • Deprecate catchThrowableOfType(ThrowingCallable, Class) in favor of catchThrowableOfType(Class, ThrowingCallable) #2823
  • Deprecate assertThat(Iterable, AssertFactory), assertThat(Iterable, Class) and their respective then variants #3453

✨ New Features

Core

  • Support multiple AfterAssertionErrorCollected callbacks #3313
  • Add InstanceOfAssertFactory for Set instances #3325
  • Add doesNotContainKey and doesNotContainKeys to Guava Multimap assertions #3334
  • Add assertions for JDK YearMonth type #3142
  • Add TemporalAssert type #3404
  • Add ignoringFieldsOfTypesMatchingRegexes #3369
  • Add fail(Throwable) and fail() variants #3204
  • Add isPrivate to Class assertions
  • Add doesNot[Start/End]WithWhitespace methods to CharSequence assertions #3441
  • Add createAssert(ValueProvider) to AssertFactory #3377
  • Add values() navigation method to AbstractMapAssert #3297
  • Add bytes()/bytes(Charset)/bytes(String) navigation methods to AbstractStringAssert #3232
  • Add doesNotThrowAnyExceptionExcept to AbstractThrowableAssert #3261
  • Add hasPermittedSubclasses to Class assertions #3316
  • Add isUnmodifiable to Iterator assertions #3477

🐛 Bug Fixes

Core

... (truncated)

Commits
  • b7aae03 [maven-release-plugin] prepare release assertj-build-3.26.0
  • be4cf7c Add isUnmodifiable to Iterator assertions (#3477)
  • 6e760db chore(deps-dev): bump org.springframework:spring-core from 5.3.35 to 5.3.36 (...
  • 29d2bbe chore(deps): bump byte-buddy.version from 1.14.15 to 1.14.16 (#3487)
  • 97b642a Rebuild default date formats used to parse string as dates when the default t...
  • 9eeb352 Refactor tests covering date string conversion
  • 9707d51 chore(deps): bump kotlin.version from 1.9.24 to 2.0.0 (#3484)
  • 6bab517 chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.5.1.Final to 6....
  • 5f70fec Reduce Qodana verbosity in PRs
  • 99f2991 Fix Instant conversion with Date assertions (#3467)
  • 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 dependency-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.15` | `1.14.16` |
| [com.amazonaws:aws-java-sdk-core](https://github.com/aws/aws-sdk-java) | `1.12.723` | `1.12.730` |
| [com.amazonaws:aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) | `1.12.723` | `1.12.730` |
| org.apache.commons:commons-compress | `1.26.1` | `1.26.2` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.26.0` |



Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `net.bytebuddy:byte-buddy` from 1.14.15 to 1.14.16
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.15...byte-buddy-1.14.16)

Updates `com.amazonaws:aws-java-sdk-core` from 1.12.723 to 1.12.730
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.723...1.12.730)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.723 to 1.12.730
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.723...1.12.730)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.723 to 1.12.730
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.723...1.12.730)

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

Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

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

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/maven/dependency-updates-9144dcbfa0 branch June 1, 2024 07:55
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.

None yet

0 participants