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 all-minor-and-patch group with 20 updates #71

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the all-minor-and-patch group with 20 updates:

Package From To
org.jooq:jooq 3.18.7 3.19.1
org.jooq:jooq-meta 3.18.7 3.19.1
org.jooq:jooq-codegen 3.18.7 3.19.1
org.junit.jupiter:junit-jupiter-api 5.10.0 5.10.1
org.mockito.kotlin:mockito-kotlin 5.1.0 5.2.1
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 3.2.3
org.jetbrains.dokka:dokka-maven-plugin 1.9.0 1.9.10
org.jetbrains.kotlin:kotlin-stdlib 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-test-junit 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-maven-plugin 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-script-runtime 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-script-util 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-compiler-embeddable 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable 1.8.0 1.8.22
org.jetbrains.kotlin:kotlin-reflect 1.8.0 1.8.22
org.testcontainers:testcontainers 1.19.1 1.19.3
org.testcontainers:jdbc 1.19.1 1.19.3
org.testcontainers:postgresql 1.19.1 1.19.3
com.fasterxml.jackson.core:jackson-databind 2.15.2 2.16.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.15.2 2.16.1

Updates org.jooq:jooq from 3.18.7 to 3.19.1

Updates org.jooq:jooq-meta from 3.18.7 to 3.19.1

Updates org.jooq:jooq-codegen from 3.18.7 to 3.19.1

Updates org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1

Release notes

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

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0...r5.10.1

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view

Updates org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1

Release notes

Sourced from org.mockito.kotlin:mockito-kotlin's releases.

5.2.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.1

5.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

Commits

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.3

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.2.2

🐛 Bug Fixes

📦 Dependency updates

🔧 Build

3.2.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

Commits
  • ac9e574 [maven-release-plugin] prepare release surefire-3.2.3
  • 2d6cbc6 [SUREFIRE-2220] SurefireForkChannel#getForkNodeConnectionString() returns inv...
  • 05322d9 [SUREFIRE-2212] OutOfMemoryError raised when parsing files with huge stderr/s...
  • 55ccd06 [SUREFIRE-2211] additionalClasspathElement with UNC path not working with Mav...
  • aa864f4 [SUREFIRE-2216] Upgrade plugins and components (in ITs)
  • 6662e07 [SUREFIRE-2215] Upgrade to Parent 41
  • f5b73ab [SUREFIRE-2214] Uprade to HtmlUnit 3.8.0
  • 47c5816 [SUREFIRE-2210] - Restore ordering of additional class path elements
  • 9b7ecf1 [maven-release-plugin] prepare for next development iteration
  • 2d76753 [maven-release-plugin] prepare release surefire-3.2.2
  • Additional commits viewable in compare view

Updates org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10

Release notes

Sourced from org.jetbrains.dokka:dokka-maven-plugin's releases.

1.9.10 Beta

General

  • Fix re-emerged code analysis concurrency issues which led to flaky builds (#1599, #3143)
  • Preserve the order of collection items when deserializing Dokka's configuration (#3006). Thanks to @​eunwoop!

HTML format

  • Fix an indefinite loop in the script that resizes symbol signature blocks (#3116)

Gradle

  • Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 (#3153, #3147)
  • Mark tasks as not compatible with the Gradle configuration cache (#3070). Thanks to @​BoD!

Java

Commits
  • 78f9c92 Update Dokka's references to 1.9.10 (#3210)
  • 2a2a624 Update Dokka version to 1.9.10
  • 9809ae7 Use compileDependencyFiles for getting compilation dependencies (#3147)
  • 62d1143 Register Kotlin stdlib classpath in every unit test (#3183)
  • 38e09dd Fix compilation errors due to explicit api mode (#3162)
  • 2090723 Fix reemerged compiler concurrency issues (#3143)
  • b26c79c fix(KTL-1177): Resize Observer has indefinite loop (#3116)
  • e9e8fbf [K2] Fix functional type and improve logging for unresolved link (#3157)
  • 8065a0d Update Kotlin to 1.9.10 (#3158)
  • 61619d5 Allow manual deployment of the developer guides (#3155)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-stdlib from 1.8.0 to 1.8.22

Release notes

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

Kotlin 1.8.22

Changelog

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

Checksums

File Sha256
kotlin-compiler-1.8.22.zip 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6
kotlin-native-linux-x86_64-1.8.22.tar.gz a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b
kotlin-native-macos-x86_64-1.8.22.tar.gz 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d
kotlin-native-macos-aarch64-1.8.22.tar.gz 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417
kotlin-native-windows-x86_64-1.8.22.zip 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5

Kotlin 1.8.21

Changelog

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @JsExport with type parameters referring to one another

Tools. Commonizer

  • KT-57796 NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

... (truncated)

Changelog

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

1.8.22

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

1.8.21

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @​JsExport with type parameters referring to one another

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @​Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

  • KT-58048 Maven: "Too many source module declarations found" after upgrading to 1.8.20
  • KT-58101 'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20

1.8.20-RC2

Compiler

  • KT-57388 Kapt+JVM_IR: "RuntimeException: No type for expression" for delegated property
  • KT-57242 Equals behaviour for value classes implementing interfaces is different between 1.8.10 and 1.8.20-RC
  • KT-57261 "IllegalArgumentException was thrown at: MemoizedInlineClassReplacements.getSpecializedEqualsMethod" when comparing non-inline class instance with an inline class instance
  • KT-56527 K2: "AssertionError: Assertion failed" during compilation in SequentialFilePositionFinder
  • KT-57107 Handling of Windows line endings CRLF broken in latest snapshot with K2

Tools. Gradle

... (truncated)

Commits
  • fe01561 Add changelog for 1.8.22
  • 918a74f [Gradle] KotlinCompilationAssociator: Restore 1.8.10 behaviour for KotlinWith...
  • 90a9bf9 [Gradle] Implement KT58280JvmWithJavaTestCompileClasspath to cover KT-58280
  • 0043ae4 Update Dokka to 1.8.20-dev-213
  • 0389c35 docs build: allow to specify custom dokka repository
  • d57f335 docs build: move parameter initialization to the parent project
  • 596ff23 docs: cleanup remaining previous version specializations
  • 2da94ed Fix missing native-wasm source set in legacy docs build
  • 51d55cd docs: specialize build for latest version
  • 5e1e4ec Render kotlin-reflect library documentation in a separate module
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit from 1.8.0 to 1.8.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit's releases.

Kotlin 1.8.22

Changelog

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

Checksums

File Sha256
kotlin-compiler-1.8.22.zip 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6
kotlin-native-linux-x86_64-1.8.22.tar.gz a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b
kotlin-native-macos-x86_64-1.8.22.tar.gz 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d
kotlin-native-macos-aarch64-1.8.22.tar.gz 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417
kotlin-native-windows-x86_64-1.8.22.zip 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5

Kotlin 1.8.21

Changelog

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @JsExport with type parameters referring to one another

Tools. Commonizer

  • KT-57796 NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit's changelog.

1.8.22

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

1.8.21

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @​JsExport with type parameters referring to one another

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @​Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

  • KT-58048 Maven: "Too many source module declarations found" after upgrading to 1.8.20
  • KT-58101 'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20

1.8.20-RC2

Compiler

  • KT-57388 Kapt+JVM_IR: "RuntimeException: No type for expression" for delegated property
  • KT-57242 Equals behaviour for value classes implementing interfaces is different between 1.8.10 and 1.8.20-RC
  • KT-57261 "IllegalArgumentException was thrown at: MemoizedInlineClassReplacements.getSpecializedEqualsMethod" when comparing non-inline class instance with an inline class instance
  • KT-56527 K2: "AssertionError: Assertion failed" during compilation in SequentialFilePositionFinder
  • KT-57107 Handling of Windows line endings CRLF broken in latest snapshot with K2

Tools. Gradle

... (truncated)

Commits
  • fe01561 Add changelog for 1.8.22
  • 918a74f [Gradle] KotlinCompilationAssociator: Restore 1.8.10 behaviour for KotlinWith...
  • 90a9bf9 [Gradle] Implement KT58280JvmWithJavaTestCompileClasspath to cover KT-58280
  • 0043ae4 Update Dokka to 1.8.20-dev-213
  • 0389c35 docs build: allow to specify custom dokka repository
  • d57f335 docs build: move parameter initialization to the parent project
  • 596ff23 docs: cleanup remaining previous version specializations
  • 2da94ed Fix missing native-wasm source set in legacy docs build
  • 51d55cd docs: specialize build for latest version
  • 5e1e4ec Render kotlin-reflect library documentation in a separate module
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 1.8.0 to 1.8.22

Updates org.jetbrains.kotlin:kotlin-script-runtime from 1.8.0 to 1.8.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-script-runtime's releases.

Kotlin 1.8.22

Changelog

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

Checksums

File Sha256
kotlin-compiler-1.8.22.zip 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6
kotlin-native-linux-x86_64-1.8.22.tar.gz a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b
kotlin-native-macos-x86_64-1.8.22.tar.gz 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d
kotlin-native-macos-aarch64-1.8.22.tar.gz 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417
kotlin-native-windows-x86_64-1.8.22.zip 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5

Kotlin 1.8.21

Changelog

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @JsExport with type parameters referring to one another

Tools. Commonizer

  • KT-57796 NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-script-runtime's changelog.

1.8.22

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

1.8.21

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @​JsExport with type parameters referring to one another

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @​Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

  • KT-58048 Maven: "Too many source module declarations found" after upgrading to 1.8.20
  • KT-58101 'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20

1.8.20-RC2

Compiler

  • KT-57388 Kapt+JVM_IR: "RuntimeException: No type for expression" for delegated property
  • KT-57242 Equals behaviour for value classes implementing interfaces is different between 1.8.10 and 1.8.20-RC
  • KT-57261 "IllegalArgumentException was thrown at: MemoizedInlineClassReplacements.getSpecializedEqualsMethod" when comparing non-inline class instance with an inline class instance
  • KT-56527 K2: "AssertionError: Assertion failed" during compilation in SequentialFilePositionFinder
  • KT-57107 Handling of Windows line endings CRLF broken in latest snapshot with K2

Tools. Gradle

... (truncated)

Commits
  • fe01561 Add changelog for 1.8.22
  • 918a74f [Gradle] KotlinCompilationAssociator: Restore 1.8.10 behaviour for KotlinWith...
  • 90a9bf9 [Gradle] Implement KT58280JvmWithJavaTestCompileClasspath to cover KT-58280
  • 0043ae4 Update Dokka to 1.8.20-dev-213
  • 0389c35 docs build: allow to specify custom dokka repository
  • d57f335 docs build: move parameter initialization to the parent project
  • 596ff23 docs: cleanup remaining previous version specializations
  • 2da94ed Fix missing native-wasm source set in legacy docs build
  • 51d55cd docs: specialize build for latest version
  • 5e1e4ec Render kotlin-reflect library documentation in a separate module
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-script-util from 1.8.0 to 1.8.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-script-util's releases.

Kotlin 1.8.22

Changelog

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

Checksums

File Sha256
kotlin-compiler-1.8.22.zip 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6
kotlin-native-linux-x86_64-1.8.22.tar.gz a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b
kotlin-native-macos-x86_64-1.8.22.tar.gz 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d
kotlin-native-macos-aarch64-1.8.22.tar.gz 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417
kotlin-native-windows-x86_64-1.8.22.zip 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5

Kotlin 1.8.21

Changelog

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @JsExport with type parameters referring to one another

Tools. Commonizer

  • KT-57796 NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-script-util's changelog.

1.8.22

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

1.8.21

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @​JsExport with type parameters referring to one another

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @​Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

  • KT-58048 Maven: "Too many source module declarations found" after upgrading to 1.8.20
  • KT-58101 'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20

1.8.20-RC2

Compiler

  • KT-57388 Kapt+JVM_IR: "RuntimeException: No type for expression" for delegated property
  • KT-57242 Equals behaviour for value classes implementing interfaces is different between 1.8.10 and 1.8.20-RC
  • KT-57261 "IllegalArgumentException was thrown at: MemoizedInlineClassReplacements.getSpecializedEqualsMethod" when comparing non-inline class instance with an inline class instance
  • KT-56527 K2: "AssertionError: Assertion failed" during compilation in SequentialFilePositionFinder
  • KT-57107 Handling of Windows line endings CRLF broken in latest snapshot with K2

Tools. Gradle

... (truncated)

Commits
  • fe01561 Add changelog for 1.8.22
  • 918a74f [Gradle] KotlinCompilationAssociator: Restore 1.8.10 behaviour for KotlinWith...
  • 90a9bf9 [Gradle] Implement KT58280JvmWithJavaTestCompileClasspath to cover KT-58280
  • 0043ae4 Update Dokka to 1.8.20-dev-213
  • 0389c35 docs build: allow to specify custom dokka repository
  • d57f335 docs build: move parameter initialization to the parent project
  • 596ff23 docs: cleanup remaining previous version specializations
  • 2da94ed Fix missing native-wasm source set in legacy docs build
  • 51d55cd docs: specialize build for latest version
  • 5e1e4ec Render kotlin-reflect library documentation in a separate module
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-compiler-embeddable from 1.8.0 to 1.8.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-compiler-embeddable's releases.

Kotlin 1.8.22

Changelog

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

Checksums

File Sha256
kotlin-compiler-1.8.22.zip 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6
kotlin-native-linux-x86_64-1.8.22.tar.gz a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b
kotlin-native-macos-x86_64-1.8.22.tar.gz 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d
kotlin-native-macos-aarch64-1.8.22.tar.gz 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417
kotlin-native-windows-x86_64-1.8.22.zip 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5

Kotlin 1.8.21

Changelog

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @JsExport with type parameters referring to one another

Tools. Commonizer

  • KT-57796 NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-compiler-embeddable's changelog.

1.8.22

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

1.8.21

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @​JsExport with type parameters referring to one another

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @​Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

  • KT-58048 Maven: "Too many source module declarations found" after upgrading to 1.8.20
  • KT-58101 'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20

1.8.20-RC2

Compiler

  • KT-57388 Kapt+JVM_IR: "RuntimeException: No type for expression" for delegated property
  • KT-57242 Equals behaviour for value classes implementing interfaces is different between 1.8.10 and 1.8.20-RC
  • KT-57261 "IllegalArgumentException was thrown at: MemoizedInlineClassReplacements.getSpecializedEqualsMethod" when comparing non-inline class instance with an inline class instance
  • KT-56527 K2: "AssertionError: Assertion failed" during compilation in SequentialFilePositionFinder
  • KT-57107 Handling of Windows line endings CRLF broken in latest snapshot with K2

Tools. Gradle

... (truncated)

Commits
  • fe01561 Add changelog for 1.8.22
  • 918a74f [Gradle] KotlinCompilationAssociator: Restore 1.8.10 behaviour for KotlinWith...
  • 90a9bf9 [Gradle] Implement KT58280JvmWithJavaTestCompileClasspath to cover KT-58280
  • 0043ae4 Update Dokka to 1.8.20-dev-213
  • 0389c35 docs build: allow to specify custom dokka repository
  • d57f335 docs build: move parameter initialization to the parent project
  • 596ff23 docs: cleanup remaining previous version specializations
  • 2da94ed Fix missing native-wasm source set in legacy docs build
  • 51d55cd docs: specialize build for latest version
  • 5e1e4ec Render kotlin-reflect library documentation in a separate module
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable from 1.8.0 to 1.8.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable's releases.

Kotlin 1.8.22

Changelog

Tools. Gradle

  • KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath

Checksums

File Sha256
kotlin-compiler-1.8.22.zip 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6
kotlin-native-linux-x86_64-1.8.22.tar.gz a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b
kotlin-native-macos-x86_64-1.8.22.tar.gz 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d
kotlin-native-macos-aarch64-1.8.22.tar.gz 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417
kotlin-native-windows-x86_64-1.8.22.zip 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5

Kotlin 1.8.21

Changelog

Compiler

Bumps the all-minor-and-patch group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| org.jooq:jooq | `3.18.7` | `3.19.1` |
| org.jooq:jooq-meta | `3.18.7` | `3.19.1` |
| org.jooq:jooq-codegen | `3.18.7` | `3.19.1` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.0` | `5.10.1` |
| [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) | `5.1.0` | `5.2.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.2.3` |
| [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) | `1.9.0` | `1.9.10` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `1.8.0` | `1.8.22` |
| [org.jetbrains.kotlin:kotlin-script-runtime](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| [org.jetbrains.kotlin:kotlin-script-util](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| [org.jetbrains.kotlin:kotlin-compiler-embeddable](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| [org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `1.8.0` | `1.8.22` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [org.testcontainers:jdbc](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.15.2` | `2.16.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.2` | `2.16.1` |


Updates `org.jooq:jooq` from 3.18.7 to 3.19.1

Updates `org.jooq:jooq-meta` from 3.18.7 to 3.19.1

Updates `org.jooq:jooq-codegen` from 3.18.7 to 3.19.1

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `org.mockito.kotlin:mockito-kotlin` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@5.1.0...5.2.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.2.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.3)

Updates `org.jetbrains.dokka:dokka-maven-plugin` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.0...v1.9.10)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.8.0 to 1.8.22

Updates `org.jetbrains.kotlin:kotlin-script-runtime` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-script-util` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-compiler-embeddable` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.8.0 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.22)

Updates `org.testcontainers:testcontainers` from 1.19.1 to 1.19.3
- [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.1...1.19.3)

Updates `org.testcontainers:jdbc` from 1.19.1 to 1.19.3
- [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.1...1.19.3)

Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.3
- [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.1...1.19.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.2 to 2.16.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.16.1)

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.dokka:dokka-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-script-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-script-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-compiler-embeddable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.testcontainers:jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

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

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-minor-and-patch-75aa8ac42a branch January 1, 2024 21:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants