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

chore(deps): bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples #235

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps kotlinVersion from 1.9.20 to 1.9.21.
Updates org.jetbrains.kotlin:kotlin-bom from 1.9.20 to 1.9.21

Release notes

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

Kotlin 1.9.21

Changelog

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

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

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

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

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates jvm from 1.9.20 to 1.9.21

Release notes

Sourced from jvm's releases.

Kotlin 1.9.21

Changelog

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

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from jvm's changelog.

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

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 24, 2023
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (672a8c4) 88.09% compared to head (88c946e) 88.09%.
Report is 10 commits behind head on main.

❗ Current head 88c946e differs from pull request most recent head 6b06688. Consider uploading reports for the commit 6b06688 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #235   +/-   ##
=========================================
  Coverage     88.09%   88.09%           
  Complexity       73       73           
=========================================
  Files            25       25           
  Lines           487      487           
  Branches         39       39           
=========================================
  Hits            429      429           
  Misses           26       26           
  Partials         32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oldratlee oldratlee force-pushed the main branch 2 times, most recently from c410628 to 8f5cf82 Compare December 5, 2023 16:04
@dependabot dependabot bot force-pushed the dependabot/gradle/auto-pipeline-examples/kotlinVersion-1.9.21 branch from 88c946e to 78d6aec Compare December 5, 2023 16:05
@oldratlee oldratlee force-pushed the main branch 2 times, most recently from 1b7802a to 688fdb7 Compare December 5, 2023 16:09
@dependabot dependabot bot force-pushed the dependabot/gradle/auto-pipeline-examples/kotlinVersion-1.9.21 branch from 78d6aec to dc15c2b Compare December 5, 2023 16:10
@oldratlee oldratlee force-pushed the main branch 2 times, most recently from 4b03049 to 3e1cd05 Compare December 6, 2023 04:22
@dependabot dependabot bot force-pushed the dependabot/gradle/auto-pipeline-examples/kotlinVersion-1.9.21 branch from dc15c2b to f3d7086 Compare December 6, 2023 04:27
Bumps `kotlinVersion` from 1.9.20 to 1.9.21.

Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.20 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.21)

Updates `jvm` from 1.9.20 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/auto-pipeline-examples/kotlinVersion-1.9.21 branch from f3d7086 to 6b06688 Compare December 6, 2023 04:27
@oldratlee oldratlee merged commit 5d98d48 into main Dec 6, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/auto-pipeline-examples/kotlinVersion-1.9.21 branch December 6, 2023 04:35
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

1 participant