Closed dependabot[bot] closed 3 months ago
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-core minor version
OK, I won't notify you about version 1.7.x of org.jetbrains.kotlinx:kotlinx-serialization-core again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-json minor version
OK, I won't notify you about version 1.7.x of org.jetbrains.kotlinx:kotlinx-serialization-json again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-cbor minor version
OK, I won't notify you about version 1.7.x of org.jetbrains.kotlinx:kotlinx-serialization-cbor again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-protobuf minor version
OK, I won't notify you about version 1.7.x of org.jetbrains.kotlinx:kotlinx-serialization-protobuf again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-json minor version
OK, I won't notify you about version 1.7.x of org.jetbrains.kotlinx:kotlinx-serialization-json again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-cbor minor version
OK, I won't notify you about version 1.7.x of org.jetbrains.kotlinx:kotlinx-serialization-cbor again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-core major version
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-json major version
OK, I won't notify you about version 1.x.x of org.jetbrains.kotlinx:kotlinx-serialization-core again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
OK, I won't notify you about version 1.x.x of org.jetbrains.kotlinx:kotlinx-serialization-json again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-cbor major version
OK, I won't notify you about version 1.x.x of org.jetbrains.kotlinx:kotlinx-serialization-cbor again, unless you unignore it.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-protobuf major version
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
OK, I won't notify you about version 1.x.x of org.jetbrains.kotlinx:kotlinx-serialization-protobuf again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-json major version
OK, I won't notify you about version 1.x.x of org.jetbrains.kotlinx:kotlinx-serialization-json again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot ignore org.jetbrains.kotlinx:kotlinx-serialization-cbor major version
OK, I won't notify you about version 1.x.x of org.jetbrains.kotlinx:kotlinx-serialization-cbor again, unless you unignore it.
Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.
@dependabot show org.jetbrains.kotlinx:kotlinx-serialization-core ignore conditions
@dependabot show org.jetbrains.kotlinx:kotlinx-serialization-json ignore conditions
@dependabot show org.jetbrains.kotlinx:kotlinx-serialization-cbor ignore conditions
@dependabot show org.jetbrains.kotlinx:kotlinx-serialization-protobuf ignore conditions
@dependabot show org.jetbrains.kotlinx:kotlinx-serialization-json ignore conditions
@dependabot show org.jetbrains.kotlinx:kotlinx-serialization-cbor ignore conditions
Bumps the maven-dependencies group with 4 updates: org.jetbrains.kotlinx:kotlinx-serialization-core, org.jetbrains.kotlinx:kotlinx-serialization-json, org.jetbrains.kotlinx:kotlinx-serialization-cbor and org.jetbrains.kotlinx:kotlinx-serialization-protobuf.
Updates
org.jetbrains.kotlinx:kotlinx-serialization-core
from 1.6.3 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's changelog.
... (truncated)
Commits
c75b46d
Prepare 1.7.1 release (#2726)c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize...3de98ff
Fixed HOCON publication (#2723)0013192
Setup running native tests in release mode (#2667)08e604a
Add integration with kotlinx-io library (#2707)d2dc7d2
Update to Kotlin 2.0 and prepare 1.7.0 release (#2706)1cac162
Merge remote-tracking branch 'origin/master' into devfbd0734
Use@PublishedApi
annotation on functions called from plugin-generated code (...4bf4113
Add bencoding to community-supported formats (#2687)c487e78
JSON: Fix mutableclassDiscriminatorMode
in config, and mark experimental i...Updates
org.jetbrains.kotlinx:kotlinx-serialization-json
from 1.6.3 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
... (truncated)
Commits
c75b46d
Prepare 1.7.1 release (#2726)c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize...3de98ff
Fixed HOCON publication (#2723)0013192
Setup running native tests in release mode (#2667)08e604a
Add integration with kotlinx-io library (#2707)d2dc7d2
Update to Kotlin 2.0 and prepare 1.7.0 release (#2706)1cac162
Merge remote-tracking branch 'origin/master' into devfbd0734
Use@PublishedApi
annotation on functions called from plugin-generated code (...4bf4113
Add bencoding to community-supported formats (#2687)c487e78
JSON: Fix mutableclassDiscriminatorMode
in config, and mark experimental i...Updates
org.jetbrains.kotlinx:kotlinx-serialization-cbor
from 1.6.3 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-cbor's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-cbor's changelog.
... (truncated)
Commits
c75b46d
Prepare 1.7.1 release (#2726)c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize...3de98ff
Fixed HOCON publication (#2723)0013192
Setup running native tests in release mode (#2667)08e604a
Add integration with kotlinx-io library (#2707)d2dc7d2
Update to Kotlin 2.0 and prepare 1.7.0 release (#2706)1cac162
Merge remote-tracking branch 'origin/master' into devfbd0734
Use@PublishedApi
annotation on functions called from plugin-generated code (...4bf4113
Add bencoding to community-supported formats (#2687)c487e78
JSON: Fix mutableclassDiscriminatorMode
in config, and mark experimental i...Updates
org.jetbrains.kotlinx:kotlinx-serialization-protobuf
from 1.6.3 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-protobuf's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-protobuf's changelog.
... (truncated)
Commits
c75b46d
Prepare 1.7.1 release (#2726)c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize...3de98ff
Fixed HOCON publication (#2723)0013192
Setup running native tests in release mode (#2667)08e604a
Add integration with kotlinx-io library (#2707)d2dc7d2
Update to Kotlin 2.0 and prepare 1.7.0 release (#2706)1cac162
Merge remote-tracking branch 'origin/master' into devfbd0734
Use@PublishedApi
annotation on functions called from plugin-generated code (...4bf4113
Add bencoding to community-supported formats (#2687)c487e78
JSON: Fix mutableclassDiscriminatorMode
in config, and mark experimental i...Updates
org.jetbrains.kotlinx:kotlinx-serialization-json
from 1.6.3 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
... (truncated)
Commits
c75b46d
Prepare 1.7.1 release (#2726)c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize...3de98ff
Fixed HOCON publication (#2723)0013192
Setup running native tests in release mode (#2667)08e604a
Add integration with kotlinx-io library (#2707)d2dc7d2
Update to Kotlin 2.0 and prepare 1.7.0 release (#2706)1cac162
Merge remote-tracking branch 'origin/master' into devfbd0734
Use@PublishedApi
annotation on functions called from plugin-generated code (...4bf4113
Add bencoding to community-supported formats (#2687)c487e78
JSON: Fix mutableclassDiscriminatorMode
in config, and mark experimental i...Updates
org.jetbrains.kotlinx:kotlinx-serialization-cbor
from 1.6.3 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-cbor's releases.