Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps the development-dependencies group with 8 updates:

Package From To
org.testcontainers:testcontainers-bom 1.19.2 1.19.5
org.aspectj:aspectjweaver 1.9.20.1 1.9.21.1
org.hibernate.orm:hibernate-core 6.2.13.Final 6.2.22.Final
com.icegreen:greenmail 2.0.0 2.0.1
org.apache.tomcat.embed:tomcat-embed-websocket 10.1.16 10.1.18
org.jetbrains.kotlin:kotlin-gradle-plugin 1.8.10 1.8.20
org.jetbrains.kotlin:kotlin-allopen 1.8.10 1.8.20
org.jetbrains.dokka 1.8.10 1.8.20

Updates org.testcontainers:testcontainers-bom from 1.19.2 to 1.19.5

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

... (truncated)

Commits
  • c210afb Downgrade commons-compress version to 1.24.0 (#8284)
  • 853f657 Increase maximum heap size (#8283)
  • d3d1085 Fix HiveMQ logo (#8215)
  • 78d1768 [create-pull-request] automated change (#8165)
  • 62ca5a0 [create-pull-request] automated change (#8166)
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • Additional commits viewable in compare view

Updates org.aspectj:aspectjweaver from 1.9.20.1 to 1.9.21.1

Release notes

Sourced from org.aspectj:aspectjweaver's releases.

1.9.21.1

Java 21 maintenance release.

For load-time weaving (LTW) on JDK 16+, using --add-opens is no longer necessary!

AspectJ 1.9.21 release notes

1.9.21

Java 21.

AspectJ 1.9.21 release notes

1.9.21.RC1

Java 21, release candidate 1

1.9.21.M1

Java 21, milestone 1

Commits

Updates org.hibernate.orm:hibernate-core from 6.2.13.Final to 6.2.22.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 6.2.22.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.22.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.2.22.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.2.21.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.21.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.2.21.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.2.22.Final (January 24, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32246

** Bug * [HHH-17670] - NPE in FromClause#findTableGroup * [HHH-17634] - Merging a new entity having a @​GeneratedValue id should not set the generated id to the original entity

Changes in 6.2.21.Final (January 22, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32241

** Bug * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available

Changes in 6.2.20.Final (January 16, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32239

** Bug * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available

** Task * [HHH-17536] - Update MySQL JDBC driver to 8.2.0

Changes in 6.2.19.Final (January 10, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32236

** Bug * [HHH-17623] - Ordering collection @​OrderBy based on association fails * [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException

Changes in 6.2.18.Final (January 05, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32230

** Bug * [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins * [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException * [HHH-16935] - Hibernate cdi extension Regression introduced by HHH-16096

... (truncated)

Commits
  • 9f78ad7 Post-steps for release : 6.2.22.Final
  • 5a6b342 Pre-steps for release : 6.2.22.Final
  • a36393b HHH-17670 Test and fix for NPE in FromClause#findTableGroup
  • 186bcc6 HHH-17634 Merging a new entity having a @​GeneratedValue id should not set the...
  • 7751cc4 HHH-17634 Add test for issue
  • e5fddeb Post-steps for release : 6.2.21.Final
  • 1f89ede Pre-steps for release : 6.2.21.Final
  • 1b9d4a3 HHH-17643 Load BytecodeProvider as a java service
  • 2811e24 Post-steps for release : 6.2.20.Final
  • 304709d Pre-steps for release : 6.2.20.Final
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail from 2.0.0 to 2.0.1

Release notes

Sourced from com.icegreen:greenmail's releases.

2.0.1

This is a GreenMail maintenance release for 2.0.x branch (based on Jakarta Mail 2.0) with some backports from 2.1.x-alpha .

Changes

  • Enhancements

    • Backport: Support configuring key password for custom TLS certificate #625
    • Backport: Preload email files during greenmail start #623
    • Backport: Support RFC5233 subaddress handling #622
  • Bugfixes

    • Backport: SearchCommandParser$SearchOperator cannot be cast to jakarta.mail.search.SearchTerm #624
  • Dependency updates

    • Bump spring.version from 5.3.25 to 5.3.31 #634
    • Update container base image to azul/zulu-openjdk:11.0.21-jre #631
    • Update junit5 to 5.10.1 #629
    • Update log4j2 to 2.21.1 #628
    • Update jersey to 3.0.12 #627
    • Update jetty to 11.0.18 #626
  • Breaking changes

    • GreenMail standalone container base image uses now JDK 11 (previously: JDK 8) #631

See the release milestone.

Download

See Download instructions or use Maven Central with GAV coordinates com.icegreen:greenmail:2.0.1 .

Commits
  • e6c2e0e [maven-release-plugin] prepare release release-2.0.1
  • 1675fd9 Docs: Update for 2.0.1 release
  • 2fd72b0 Bump spring.version from 5.3.25 to 5.3.31 (fixes #634)
  • 5de7d54 Update container base image to azul/zulu-openjdk:11.0.21-jre (fixes #631)
  • cc9a419 Update easymock to 5.2.0 (fixes #630)
  • 0a6023b Update junit5 to 5.10.1 (fixes issue #629)
  • a2541d5 Update log4j2 to 2.21.1 (fixes #628)
  • 528df16 Update jersey to 3.0.12 (fixes #627)
  • 603e6d8 Update jetty to 11.0.18 (fixes #626)
  • 6fd22ff Backporting CI from master
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.16 to 10.1.18

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 1.8.20

Changelog

Analysis API

  • KT-55510 K2: Lost designation for local classes
  • KT-55191 AA: add an API to compare symbol pointers
  • KT-55487 K2: symbol pointer restoring doesn't work for static members
  • KT-55336 K2 IDE: "java.lang.IllegalStateException: Required value was null." exception while importing a compiled JPS project
  • KT-55098 AA: KtDeclarationRenderer should render a context receivers
  • KT-51181 LL API: errors for SAM with suspend function from another module
  • KT-50250 Analysis API: Implement Analysis API of KtExpression.isUsedAsExpression
  • KT-54360 KtPropertySymbol: support JvmField in javaSetterName and javaGetterName

Analysis API. FE1.0

  • KT-55825 AA FE1.0: stackoverflow when resolution to a function with a recursive type parameter

Analysis API. FIR

  • KT-54311 K2: proper implementation of KtSymbolPointer
  • KT-50238 Analysis API: Implement KSymbolPointer for KtSymbol

Analysis API. FIR Low Level API

  • KT-52160 FIR: Substitution overrides on FirValueParameter-s are incorrectly unwrapped
  • KT-55566 LL FIR: Tests in compiler/testData/diagnostics/tests/testsWithJava17 fail under LL FIR
  • KT-55339 LL FIR: Missing RECURSIVE_TYPEALIAS_EXPANSION error in function type alias
  • KT-55327 LL FIR: Diverging UNRESOLVED_REFERENCE errors in recursive local function test
  • KT-54826 KtSymbolPointer: migrate from IdSignature to our own solution

Android

  • KT-54464 MPP, Android SSL2: Add a flag for suppressing warning in case of using Android Style folders

Backend. Wasm

  • KT-38924 Wasm support in nodejs
  • KT-56160 Getting WebAssembly.CompileError in browsers not supported GC and other required proposals
  • KT-46773 Implement an experimental version of the Kotlin/Wasm compiler backend
  • KT-56584 K/Wasm: Can't link symbol class
  • KT-56166 Fix compatibility with Firefox Nightly
  • KT-55589 Basic support of WASI
  • KT-53790 Reading from "node:module" is not handled by plugins error with Kotlin/Wasm 1.7.20-Beta

Compiler

New Features

  • KT-54535 Implement custom equals and hashCode for value classes in Kotlin/JVM

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

... (truncated)

Commits
  • 01a381b Edit Changelog for 1.8.20-RC2
  • 753f2e5 Kapt+JVM_IR: add stub converter test for KT-57388
  • 0848340 [JVM IR] Use error types in KAPT mode for unresolved delegate types.
  • 1b7a243 [Gradle] Init configurationToResolve during class initialisation
  • 468f2b1 [Gradle] Test mpp projects with gradle ...internal.load-after-store=false
  • fcd2023 Add Changelog for 1.8.20-RC2
  • 05a87b4 [Gradle, JS] Remove deprecation from methods
  • defe047 KT-57296 And backward compatibility with old Idea versions
  • 0dca581 FIR LT: fix column calculation with crlf line endings
  • 82904fe [Gradle, JS] Use JAR archive task type for js ir
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-allopen from 1.8.10 to 1.8.20

Release notes

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

Kotlin 1.8.20

Changelog

Analysis API

  • KT-55510 K2: Lost designation for local classes
  • KT-55191 AA: add an API to compare symbol pointers
  • KT-55487 K2: symbol pointer restoring doesn't work for static members
  • KT-55336 K2 IDE: "java.lang.IllegalStateException: Required value was null." exception while importing a compiled JPS project
  • KT-55098 AA: KtDeclarationRenderer should render a context receivers
  • KT-51181 LL API: errors for SAM with suspend function from another module
  • KT-50250 Analysis API: Implement Analysis API of KtExpression.isUsedAsExpression
  • KT-54360 KtPropertySymbol: support JvmField in javaSetterName and javaGetterName

Analysis API. FE1.0

  • KT-55825 AA FE1.0: stackoverflow when resolution to a function with a recursive type parameter

Analysis API. FIR

  • KT-54311 K2: proper implementation of KtSymbolPointer
  • KT-50238 Analysis API: Implement KSymbolPointer for KtSymbol

Analysis API. FIR Low Level API

  • KT-52160 FIR: Substitution overrides on FirValueParameter-s are incorrectly unwrapped
  • KT-55566 LL FIR: Tests in compiler/testData/diagnostics/tests/testsWithJava17 fail under LL FIR
  • KT-55339 LL FIR: Missing RECURSIVE_TYPEALIAS_EXPANSION error in function type alias
  • KT-55327 LL FIR: Diverging UNRESOLVED_REFERENCE errors in recursive local function test
  • KT-54826 KtSymbolPointer: migrate from IdSignature to our own solution

Android

  • KT-54464 MPP, Android SSL2: Add a flag for suppressing warning in case of using Android Style folders

Backend. Wasm

  • KT-38924 Wasm support in nodejs
  • KT-56160 Getting WebAssembly.CompileError in browsers not supported GC and other required proposals
  • KT-46773 Implement an experimental version of the Kotlin/Wasm compiler backend
  • KT-56584 K/Wasm: Can't link symbol class
  • KT-56166 Fix compatibility with Firefox Nightly
  • KT-55589 Basic support of WASI
  • KT-53790 Reading from "node:module" is not handled by plugins error with Kotlin/Wasm 1.7.20-Beta

Compiler

New Features

  • KT-54535 Implement custom equals and hashCode for value classes in Kotlin/JVM

... (truncated)

Changelog

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

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

... (truncated)

Commits
  • 01a381b Edit Changelog for 1.8.20-RC2
  • 753f2e5 Kapt+JVM_IR: add stub converter test for KT-57388
  • 0848340 [JVM IR] Use error types in KAPT mode for unresolved delegate types.
  • 1b7a243 [Gradle] Init configurationToResolve during class initialisation
  • 468f2b1 [Gradle] Test mpp projects with gradle ...internal.load-after-store=false
  • fcd2023 Add Changelog for 1.8.20-RC2
  • 05a87b4 [Gradle, JS] Remove deprecation from methods
  • defe047 KT-57296 And backward compatibility with old Idea versions
  • 0dca581 FIR LT: fix column calculation with crlf line endings
  • 82904fe [Gradle, JS] Use JAR archive task type for js ir
  • Additional commits viewable in compare view

Updates org.jetbrains.dokka from 1.8.10 to 1.8.20

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

@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Feb 16, 2024
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Feb 16, 2024
@github-actions github-actions bot added this to the 6.1.6 milestone Feb 16, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 16, 2024 22:07
@artembilan
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/6.1.x/development-dependencies-8068cc19d9 branch 3 times, most recently from bb04a32 to fbf3b61 Compare February 16, 2024 22:52
Bumps the development-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.19.2` | `1.19.5` |
| [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) | `1.9.20.1` | `1.9.21.1` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.2.13.Final` | `6.2.22.Final` |
| [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) | `2.0.0` | `2.0.1` |
| org.apache.tomcat.embed:tomcat-embed-websocket | `10.1.16` | `10.1.18` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `1.8.10` | `1.8.20` |
| [org.jetbrains.kotlin:kotlin-allopen](https://github.com/JetBrains/kotlin) | `1.8.10` | `1.8.20` |
| org.jetbrains.dokka | `1.8.10` | `1.8.20` |


Updates `org.testcontainers:testcontainers-bom` from 1.19.2 to 1.19.5
- [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.2...1.19.5)

Updates `org.aspectj:aspectjweaver` from 1.9.20.1 to 1.9.21.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `org.hibernate.orm:hibernate-core` from 6.2.13.Final to 6.2.22.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.22/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.2.13...6.2.22)

Updates `com.icegreen:greenmail` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.0.0...release-2.0.1)

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.16 to 10.1.18

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

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

Updates `org.jetbrains.dokka` from 1.8.10 to 1.8.20

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.icegreen:greenmail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.jetbrains.dokka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/6.1.x/development-dependencies-8068cc19d9 branch from fbf3b61 to c433f34 Compare February 16, 2024 23:09
@artembilan
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2024

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

@dependabot dependabot bot closed this Feb 16, 2024
auto-merge was automatically disabled February 16, 2024 23:25

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/6.1.x/development-dependencies-8068cc19d9 branch February 16, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants