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

fix: bump the other-dependencies group with 10 updates #12

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the other-dependencies group with 10 updates:

Package From To
io.pivotal.spring.cloud:spring-cloud-services-dependencies 3.5.5 4.0.4
io.spring.dependency-management 1.1.0 1.1.3
io.github.gradle-nexus.publish-plugin 1.1.0 1.3.0
com.palantir.git-version 0.12.3 3.0.0
org.jetbrains.kotlin.jvm 1.8.10 1.9.10
org.jetbrains.kotlin.plugin.serialization 1.8.10 1.9.10
org.litote.kmongo:kmongo 4.9.0 4.10.0
org.apache.httpcomponents:httpcore 4.4.14 4.4.16
org.apache.commons:commons-lang3 3.12.0 3.13.0
org.slf4j:slf4j-api 2.0.7 2.0.9

Updates io.pivotal.spring.cloud:spring-cloud-services-dependencies from 3.5.5 to 4.0.4

Release notes

Sourced from io.pivotal.spring.cloud:spring-cloud-services-dependencies's releases.

v4.0.4

This is a maintenance release.

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.1.4
  • Upgrade to Spring Cloud 2022.0.4
  • Upgrade to Java CFEnv 3.1.1

v4.0.3

This is a maintenance release.

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.1.0
  • Upgrade to Spring Cloud 2022.0.3

v4.0.2

This is a maintenance release.

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.6
  • Upgrade to Spring Boot 3.0.4

v4.0.1

This is a maintenance release.

⭐ Fixed Issues

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.4
  • Upgrade to Spring Boot 3.0.2
  • Upgrade to Spring Cloud 2022.0.1

v4.0.0

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.3
  • Upgrade to Spring Boot 3.0.1
  • Upgrade to Spring Cloud 2022.0.0

⚠️ Note

Spring Boot 3.0 requires Java 17 as a minimum version. If you are currently using Java 8 or Java 11, you’ll need to upgrade your JDK before you can develop Spring Boot 3.0 applications.

Commits
  • aa40131 Release v4.0.4
  • 09e6453 Generates java-doc and sources jar files to publish in to maven central (#381)
  • 52b975b Upgrade Spring Boot and Spring Cloud dependencies (#380)
  • 88000ee Bump org.jfrog.buildinfo:build-info-extractor-gradle (#379)
  • b6e44be Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.0.2 to 5.1.9 (#378)
  • a71019d Bump io.spring.gradle:dependency-management-plugin from 1.1.0 to 1.1.3 (#369)
  • 6de7776 Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.0.1 to 5.0.2 (#365)
  • 0cedb65 Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.0.0 to 5.0.1 (#364)
  • bd1c274 Bump org.jfrog.buildinfo:build-info-extractor-gradle (#361)
  • a5f770e Adds Java-Platform plugin (#363)
  • Additional commits viewable in compare view

Updates io.spring.dependency-management from 1.1.0 to 1.1.3

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.3

🐞 Bug Fixes

  • NullPointerException when Maven-style exclusions are enabled and a dependency has a pom which Maven's Model Builder considers to be invalid #365

v1.1.2

🐞 Bug Fixes

  • Resolution fails when a dependency with Gradle module metadata relies on constraints from a platform dependency #360

v1.1.1

🐞 Bug Fixes

  • Pom customization has unwanted side-effect of reversing bom import ordering #355
  • Build fails with an ArrayIndexOutOfBoundsException when a dependency has a pom with more than 8192 characters #350
  • Enabling configuration on demand causes build failure in multi module project with different group name #321
  • Transitive platform dependencies may prevent exclusions from being applied #310

📔 Documentation

  • Update Javadoc to link to Java 8 #359
  • Document support for Gradle 8 #356
  • Update the reference documentation to use more up-to-date examples #354

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • c7e308a Release v1.1.3
  • 1fe2c33 Improve handling of dependencies with invalid poms
  • 0bbf7b2 Provide credentials for pulling springio/github-changelog-generator
  • 45a08b2 Next development version (v1.1.3-SNAPSHOT)
  • d34453b Fix exclusion handling when a platform depends on a platform
  • b36e4a0 Test refined exclusion handling with dependency that uses GMM
  • cf49bef Avoid excluding parent poms
  • 19e3971 Provide credentials for pulling concourse-release-scripts
  • 7130863 Next development version (v1.1.2-SNAPSHOT)
  • eb7ec29 Update metadata in published poms
  • Additional commits viewable in compare view

Updates io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.3.0

Updates com.palantir.git-version from 0.12.3 to 3.0.0

Updates org.jetbrains.kotlin.jvm from 1.8.10 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c

Kotlin 1.9.0

Changelog

Analysis API

New Features

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

1.9.0

Analysis API

New Features

  • KT-57930 Analysis API: provide an API for extending Kotlin resolution
  • KT-57636 K2: Add the return type of K2 reference shortener AA ShortenCommand::invokeShortening() e.g., ShorteningResultInfo to allow callers to access the shortening result PSI

Fixes

  • KT-58249 Analysis API: Disable error logging for FE10 implementation of resolveCall when resolve is not successful
  • KT-55626 Impossible to restore symbol by psi from script file
  • KT-57314 LL FIR: Combine LLFirProvider$SymbolProviders in session dependencies (optimization)
  • KT-55527 K2 IDE: Rewrite KtScopeContext class to allow to handle each scope separately
  • KT-55329 LL FIR: Unexpected ACTUAL_WITHOUT_EXPECT error on constructor and function declaration
  • KT-50732 LL API: fix compiler based tests
  • KT-57850 K2: contract violation due to SymbolLightAccessorMethod.propertyAccessorSymbol

... (truncated)

Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.serialization from 1.8.10 to 1.9.10

Release notes

Sourced from org.jetbrains.kotlin.plugin.serialization's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c

Kotlin 1.9.0

Changelog

Analysis API

New Features

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

1.9.0

Analysis API

New Features

  • KT-57930 Analysis API: provide an API for extending Kotlin resolution
  • KT-57636 K2: Add the return type of K2 reference shortener AA ShortenCommand::invokeShortening() e.g., ShorteningResultInfo to allow callers to access the shortening result PSI

Fixes

  • KT-58249 Analysis API: Disable error logging for FE10 implementation of resolveCall when resolve is not successful
  • KT-55626 Impossible to restore symbol by psi from script file
  • KT-57314 LL FIR: Combine LLFirProvider$SymbolProviders in session dependencies (optimization)
  • KT-55527 K2 IDE: Rewrite KtScopeContext class to allow to handle each scope separately
  • KT-55329 LL FIR: Unexpected ACTUAL_WITHOUT_EXPECT error on constructor and function declaration
  • KT-50732 LL API: fix compiler based tests
  • KT-57850 K2: contract violation due to SymbolLightAccessorMethod.propertyAccessorSymbol

... (truncated)

Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view

Updates org.litote.kmongo:kmongo from 4.9.0 to 4.10.0

Release notes

Sourced from org.litote.kmongo:kmongo's releases.

kmongo 4.10.0

  • #390 Typed enum queries ignore @​SerialName using coroutine client
  • #415 When using SerialName, the Bson document generated by kmongo is incorrect
  • #416 perf issue with Class.forName with Kotlinx Datetime
Commits

Updates org.apache.httpcomponents:httpcore from 4.4.14 to 4.4.16

Updates org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0

Updates org.slf4j:slf4j-api from 2.0.7 to 2.0.9

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

| Package | From | To |
| --- | --- | --- |
| [io.pivotal.spring.cloud:spring-cloud-services-dependencies](https://github.com/pivotal-cf/spring-cloud-services-starters) | `3.5.5` | `4.0.4` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.0` | `1.1.3` |
| io.github.gradle-nexus.publish-plugin | `1.1.0` | `1.3.0` |
| com.palantir.git-version | `0.12.3` | `3.0.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.8.10` | `1.9.10` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.8.10` | `1.9.10` |
| [org.litote.kmongo:kmongo](https://github.com/Litote/kmongo) | `4.9.0` | `4.10.0` |
| org.apache.httpcomponents:httpcore | `4.4.14` | `4.4.16` |
| org.apache.commons:commons-lang3 | `3.12.0` | `3.13.0` |
| org.slf4j:slf4j-api | `2.0.7` | `2.0.9` |


Updates `io.pivotal.spring.cloud:spring-cloud-services-dependencies` from 3.5.5 to 4.0.4
- [Release notes](https://github.com/pivotal-cf/spring-cloud-services-starters/releases)
- [Commits](pivotal-cf/spring-cloud-services-starters@v3.5.5...v4.0.4)

Updates `io.spring.dependency-management` from 1.1.0 to 1.1.3
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.0...v1.1.3)

Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 1.3.0

Updates `com.palantir.git-version` from 0.12.3 to 3.0.0

Updates `org.jetbrains.kotlin.jvm` from 1.8.10 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.10)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.8.10 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.10)

Updates `org.litote.kmongo:kmongo` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/Litote/kmongo/releases)
- [Commits](Litote/kmongo@kmongo-4.9.0...kmongo-4.10.0)

Updates `org.apache.httpcomponents:httpcore` from 4.4.14 to 4.4.16

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.13.0

Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.9

---
updated-dependencies:
- dependency-name: io.pivotal.spring.cloud:spring-cloud-services-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: com.palantir.git-version
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.litote.kmongo:kmongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.httpcomponents:httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2023
@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

Merging #12 (506f056) into main (9339624) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #12   +/-   ##
=========================================
  Coverage     65.62%   65.62%           
  Complexity       22       22           
=========================================
  Files             6        6           
  Lines           160      160           
  Branches          3        3           
=========================================
  Hits            105      105           
  Misses           49       49           
  Partials          6        6           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nickmcdowall
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit e710b01 into main Oct 29, 2023
@dependabot dependabot bot deleted the dependabot/gradle/other-dependencies-35d5eb3b60 branch October 29, 2023 20:02
@github-actions
Copy link

🎉 This PR is included in version 5.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant