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-dependencies group with 11 updates #446

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 11 updates:

Package From To
org.jetbrains.exposed:exposed-spring-boot-starter 0.44.0 0.44.1
org.jetbrains.exposed:exposed-java-time 0.44.0 0.44.1
org.apache.tika:tika-core 2.9.0 2.9.1
no.nav.security:token-validation-spring 3.1.7 3.1.8
no.nav.security:token-client-spring 3.1.7 3.1.8
no.nav.security:token-validation-spring-test 3.1.7 3.1.8
net.javacrumbs.shedlock:shedlock-spring 5.9.0 5.10.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.9.0 5.10.0
org.jetbrains.kotlin.jvm 1.9.10 1.9.20
org.jetbrains.kotlin.plugin.spring 1.9.10 1.9.20
org.springframework.boot 3.1.4 3.1.5

Updates org.jetbrains.exposed:exposed-spring-boot-starter from 0.44.0 to 0.44.1

Release notes

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's releases.

0.44.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's changelog.

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.44.0 to 0.44.1

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

0.44.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

Commits
  • c57c997 chore: Bump Exposed version from 0.44.0 to 0.44.1 (#1882)
  • 413c9c5 chore: Remove detekt warnings in exposed-tests module (#1881)
  • ec431aa test: Refactor time tests (#1880)
  • 486adb1 fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime f...
  • 1d45e92 docs: EXPOSED-199 Update configuration section in spring-boot-starter README ...
  • 66ae127 docs: Add missing KDocs in all modules except core and dao (#1876)
  • 3985ef7 test: Change MySQL connector Driver class name and version (#1875)
  • 3656269 fix: Incorrect SQL statements when creating a table with a dot in its name (#...
  • 0eb0ac1 deprecate: Raise deprecation level of currentScheme property (#1874)
  • b579d93 deprecate: Raise deprecation levels of API elements (#1872)
  • Additional commits viewable in compare view

Updates org.apache.tika:tika-core from 2.9.0 to 2.9.1

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 3.0.0-BETA - ??

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

  • The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).

  • We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599). The TagSoup parser is still available in the tika-parser-tagsoup-module if you prefer the legacy parser.

  • Removed xerces2 as a dependency (TIKA-4135).

  • Tika will look for "custom-mimetypes.xml" directly on the classpath, NOT under "/org/apache/tika/mime/". (TIKA-4147).

Other Changes/Updates

  • Deprecated AbstractParser for removal in 4.x (TIKA-4132).

  • Fix bug in DateUtils that stripped timezone information from incoming Calendar objects (TIKA-4126).

  • The InputStreamDigester now calculates stream length (TIKA-4016).

Release 2.9.0 - 8/23/2023

  • With user configuration, the PDFParser can now throw an EncryptedDocumentException for Microsoft IRM PDF containers with encrypted payloads. Separately, the PDFParser now throws an EncryptedDocumentException instead of an IOException if the security handler cannot be found (TIKA-4082).

  • Fix bug that led to duplicate extraction of macros from some OLE2 containers (TIKA-4116).

  • Parse iframe's srcdoc as an embedded file (TIKA-3109).

  • Add detection of warc.gz as a specialization of gz and parse as if a standard WARC (TIKA-4048).

  • Allow users to modify the attachment limit size in the /unpack resource (TIKA-4039)

  • Fixed write limit bug in RecursiveParserWrapper (TIKA-4055).

  • Add mime detection for many files with thanks to Gregory Lepore (TIKA-3992).

  • Fixed iWork 13 keynote detection on files with wrong extension (TIKA-4111).

Release 2.8.0 - 5/11/2023

... (truncated)

Commits
  • 3b43650 [maven-release-plugin] prepare release 2.9.1-rc1
  • 83b8de0 update CHANGES.txt for 2.9.1 release process
  • aaf7b5f revert POI in prep for 2.9.1 release process
  • c3b2bd7 TIKA-4155 -- disable tests that cause failures in github actions. :(
  • 382b671 TIKA-4154 -- disable test which causes OOM in github actions for at least 2x.
  • 575298c TIKA-4153 -- revert changes to robots.txt detection and add unit test for rob...
  • a427bac TIKA-4155, try again...
  • b202275 fix workflow names
  • b39c8e3 TIKA-4154 -- clean up unit test -- string length causes oom in github actions
  • da98aa1 TIKA-4154 -- clean up unit test -- checkstyle
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 3.1.7 to 3.1.8

Release notes

Sourced from no.nav.security:token-validation-spring's releases.

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits
  • 535d8cd Merge pull request #785 from navikt/dependabot/maven/kotest.version-5.8.0
  • 1e7bd75 Merge pull request #786 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • 5e8105e build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.5 to 11.6
  • 37b3cd1 build(deps): bump kotest.version from 5.7.2 to 5.8.0
  • 3be327e Merge pull request #784 from navikt/dependabot/maven/kotlin.version-1.9.20
  • d15e1fb build(deps): bump kotlin.version from 1.9.10 to 1.9.20
  • 798f91f Merge pull request #783 from navikt/dependabot/maven/org.apache.maven.plugins...
  • 5aca402 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
  • c08190b Merge pull request #782 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • 892ccf1 build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.4 to 11.5
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 3.1.7 to 3.1.8

Release notes

Sourced from no.nav.security:token-client-spring's releases.

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits
  • 535d8cd Merge pull request #785 from navikt/dependabot/maven/kotest.version-5.8.0
  • 1e7bd75 Merge pull request #786 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • 5e8105e build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.5 to 11.6
  • 37b3cd1 build(deps): bump kotest.version from 5.7.2 to 5.8.0
  • 3be327e Merge pull request #784 from navikt/dependabot/maven/kotlin.version-1.9.20
  • d15e1fb build(deps): bump kotlin.version from 1.9.10 to 1.9.20
  • 798f91f Merge pull request #783 from navikt/dependabot/maven/org.apache.maven.plugins...
  • 5aca402 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
  • c08190b Merge pull request #782 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • 892ccf1 build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.4 to 11.5
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring-test from 3.1.7 to 3.1.8

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits
  • 535d8cd Merge pull request #785 from navikt/dependabot/maven/kotest.version-5.8.0
  • 1e7bd75 Merge pull request #786 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • 5e8105e build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.5 to 11.6
  • 37b3cd1 build(deps): bump kotest.version from 5.7.2 to 5.8.0
  • 3be327e Merge pull request #784 from navikt/dependabot/maven/kotlin.version-1.9.20
  • d15e1fb build(deps): bump kotlin.version from 1.9.10 to 1.9.20
  • 798f91f Merge pull request #783 from navikt/dependabot/maven/org.apache.maven.plugins...
  • 5aca402 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
  • c08190b Merge pull request #782 from navikt/dependabot/maven/com.nimbusds-oauth2-oidc...
  • 892ccf1 build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.4 to 11.5
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 5.9.0 to 5.10.0

Commits
  • ea233b0 [maven-release-plugin] prepare release shedlock-parent-5.10.0
  • 412b5d2 Merge pull request #1592 from lukas-krecan/spanner
  • 86042de Code cleanup
  • a1a1639 Automatic-Module-Name update to spaner in pom.xml
  • 25d9d03 Formatting with Spotless
  • 3ba5b91 Merge pull request #1589 from lukas-krecan/dependabot/maven/org.mockito-mocki...
  • fd6d6fa Merge pull request #1591 from lukas-krecan/dependabot/maven/io.micronaut.vali...
  • 1802983 Updating to non transactional read for tests
  • 5534950 Bump io.micronaut.validation:micronaut-validation from 4.0.3 to 4.1.0
  • b16c9b4 Test class updates: Adding cleanup method and improving timestamp helper meth...
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.9.0 to 5.10.0

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

Release notes

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

Kotlin 1.9.20

1.9.20

Analysis. API

New Features

  • KT-58834 Analysis API: Add source shadowing feature to resolve extensions

Performance Improvements

  • KT-57515 LL FIR: Performance bottleneck in CompositeModificationTracker.getModificationCount
  • KT-59266 K2: optimize FirElementBuilder.getOrBuildFir for elements outside body
  • KT-59454 K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59453 K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59189 Analysis API: KtFirKDocReference.resolveToSymbols is slow
  • KT-58125 K2: LL FIR: KtToFirMapping.getElement is slow for KtUserTypes due to on-air resolution of types

Fixes

  • KT-59240 K2: FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from superTypes
  • KT-58499 K2: FirLazyBlock should be calculated before accessing
  • KT-57966 K2: Analysis API: Reference Shortener does not work correctly when called on entire file
  • KT-60954 K2: Analysis API: Reference shortener does not work correctly with variable assignments
  • KT-60940 K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations
  • KT-60488 Analysis API: forbid providing custom KtLifetimeToken for every analyze call
  • KT-60728 K2: proper support for scripts in LL FIR transformers
  • KT-59159 K2 IDE: declaration is not found exception
  • KT-59297 K2: exception from body resolve leads to corrupted state and broken analysis
  • KT-59077 KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls
  • KT-60586 K2: forbid analyze from write action
  • KT-57743 K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies
  • KT-61026 K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve
  • KT-61009 K2 Scripts: KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-60357 K2 IDE. Reified types parameters are not resolved in a function body
  • KT-60317 K2 IDE. IAE "This method will only work on compiled declarations, but this declaration is not compiled" on invoking Find Usages for enum method in library
  • KT-60706 K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
  • KT-60552 K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer
  • KT-60641 Analysis API: Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing
  • KT-60638 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-54846 Analysis API: add isExpect/isActual to KtSymbol
  • KT-60448 FirLazyResolveContractViolationException: lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin
  • KT-59342 K2 IDE. FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-59687 K2: Implement proper body update for in-block modifications
  • KT-59329 Resolve Extensions reference resolution breaks Find Usages
  • KT-60295 K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver
  • KT-59758 K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump
  • KT-60377 K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled
  • KT-59685 K2: rewrite on-air resolution
  • KT-60132 K2: properties and functions without a name should be re-analyzable as well

... (truncated)

Changelog

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

1.9.20

Analysis. API

New Features

  • KT-58834 Analysis API: Add source shadowing feature to resolve extensions

Performance Improvements

  • KT-57515 LL FIR: Performance bottleneck in CompositeModificationTracker.getModificationCount
  • KT-59266 K2: optimize FirElementBuilder.getOrBuildFir for elements outside body
  • KT-59454 K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59453 K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59189 Analysis API: KtFirKDocReference.resolveToSymbols is slow
  • KT-58125 K2: LL FIR: KtToFirMapping.getElement is slow for KtUserTypes due to on-air resolution of types

Fixes

  • KT-59240 K2: FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from superTypes
  • KT-58499 K2: FirLazyBlock should be calculated before accessing
  • KT-57966 K2: Analysis API: Reference Shortener does not work correctly when called on entire file
  • KT-60954 K2: Analysis API: Reference shortener does not work correctly with variable assignments
  • KT-60940 K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations
  • KT-60488 Analysis API: forbid providing custom KtLifetimeToken for every analyze call
  • KT-60728 K2: proper support for scripts in LL FIR transformers
  • KT-59159 K2 IDE: declaration is not found exception
  • KT-59297 K2: exception from body resolve leads to corrupted state and broken analysis
  • KT-59077 KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls
  • KT-60586 K2: forbid analyze from write action
  • KT-57743 K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies
  • KT-61026 K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve
  • KT-61009 K2 Scripts: KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-60357 K2 IDE. Reified types parameters are not resolved in a function body
  • KT-60317 K2 IDE. IAE "This method will only work on compiled declarations, but this declaration is not compiled" on invoking Find Usages for enum method in library
  • KT-60706 K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
  • KT-60552 K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer
  • KT-60641 Analysis API: Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing
  • KT-60638 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-54846 Analysis API: add isExpect/isActual to KtSymbol
  • KT-60448 FirLazyResolveContractViolationException: lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin
  • KT-59342 K2 IDE. FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-59687 K2: Implement proper body update for in-block modifications
  • KT-59329 Resolve Extensions reference resolution breaks Find Usages
  • KT-60295 K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver
  • KT-59758 K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump
  • KT-60377 K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled
  • KT-59685 K2: rewrite on-air resolution
  • KT-60132 K2: properties and functions without a name should be re-analyzable as well
  • KT-59199 K2 IDE: PSI changes which do not cause OOB modifications can be unseen from the FIR elements

... (truncated)

Commits
  • eaa46a8 Add changelog for 1.9.20 release
  • 8ac51de Add changelog for 1.9.20-RC2
  • 508e032 [K/JS] Remove unconditional cast to IrClass in KClass expression
  • d700cd1 [FE] 1.9.20 exclusive commit. Fix testData after previous two commits
  • 22b9d50 [FE 1.0] 2/2 Don't report a warning when new members are added to open expect...
  • 29cf556 [FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...
  • 40cf415 [FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
  • 4408d89 [FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...
  • 6982fa1 [FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
  • 882f468 [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.spring from 1.9.10 to 1.9.20

Release notes

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

Kotlin 1.9.20

1.9.20

Analysis. API

New Features

  • KT-58834 Analysis API: Add source shadowing feature to resolve extensions

Performance Improvements

  • KT-57515 LL FIR: Performance bottleneck in CompositeModificationTracker.getModificationCount
  • KT-59266 K2: optimize FirElementBuilder.getOrBuildFir for elements outside body
  • KT-59454 K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59453 K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59189 Analysis API: KtFirKDocReference.resolveToSymbols is slow
  • KT-58125 K2: LL FIR: KtToFirMapping.getElement is slow for KtUserTypes due to on-air resolution of types

Fixes

  • KT-59240 K2: FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from superTypes
  • KT-58499 K2: FirLazyBlock should be calculated before accessing
  • KT-57966 K2: Analysis API: Reference Shortener does not work correctly when called on entire file
  • KT-60954 K2: Analysis API: Reference shortener does not work correctly with variable assignments
  • KT-60940 K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations
  • KT-60488 Analysis API: forbid providing custom KtLifetimeToken for every analyze call
  • KT-60728 K2: proper support for scripts in LL FIR transformers
  • KT-59159 K2 IDE: declaration is not found exception
  • KT-59297 K2: exception from body resolve leads to corrupted state and broken analysis
  • KT-59077 KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls
  • KT-60586 K2: forbid analyze from write action
  • KT-57743 K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies
  • KT-61026 K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve
  • KT-61009 K2 Scripts: KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-60357 K2 IDE. Reified types parameters are not resolved in a function body
  • KT-60317 K2 IDE. IAE "This method will only work on compiled declarations, but this declaration is not compiled" on invoking Find Usages for enum method in library
  • KT-60706 K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
  • KT-60552 K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer
  • KT-60641 Analysis API: Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing
  • KT-60638 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-54846 Analysis API: add isExpect/isActual to KtSymbol
  • KT-60448 FirLazyResolveContractViolationException: lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin
  • KT-59342 K2 IDE. FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-59687 K2: Implement proper body update for in-block modifications
  • KT-59329 Resolve Extensions reference resolution breaks Find Usages
  • KT-60295 K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver
  • KT-59758 K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump
  • KT-60377 K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled
  • KT-59685 K2: rewrite on-air resolution
  • KT-60132 K2: properties and functions without a name should be re-analyzable as well

... (truncated)

Changelog

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

1.9.20

Analysis. API

New Features

  • KT-58834 Analysis API: Add source shadowing feature to resolve extensions

Performance Improvements

  • KT-57515 LL FIR: Performance bottleneck in CompositeModificationTracker.getModificationCount
  • KT-59266 K2: optimize FirElementBuilder.getOrBuildFir for elements outside body
  • KT-59454 K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59453 K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59189 Analysis API: KtFirKDocReference.resolveToSymbols is slow
  • KT-58125 K2: LL FIR: KtToFirMapping.getElement is slow for KtUserTypes due to on-air resolution of types

Fixes

  • KT-59240 K2: FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from superTypes
  • KT-58499 K2: FirLazyBlock should be calculated before accessing
  • KT-57966 K2: Analysis API: Reference Shortener does not work correctly when called on entire file
  • KT-60954 K2: Analysis API: Reference shortener does not work correctly with variable assignments
  • KT-60940 K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations
  • KT-60488 Analysis API: forbid providing custom KtLifetimeToken for every analyze call
  • KT-60728 K2: proper support for scripts in LL FIR transformers
  • KT-59159 K2 IDE: declaration is not found exception
  • KT-59297 K2: exception from body resolve leads to corrupted state and broken analysis
  • KT-59077 KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls
  • KT-60586 K2: forbid analyze from write action

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2023
Bumps the all-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.44.1` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.44.1` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.9.0` | `2.9.1` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.1.8` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.1.8` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.1.7` | `3.1.8` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.9.0` | `5.10.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.9.0` | `5.10.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.1.5` |


Updates `org.jetbrains.exposed:exposed-spring-boot-starter` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.44.1)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.44.1)

Updates `org.apache.tika:tika-core` from 2.9.0 to 2.9.1
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.0...2.9.1)

Updates `no.nav.security:token-validation-spring` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.7...3.1.8)

Updates `no.nav.security:token-client-spring` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.7...3.1.8)

Updates `no.nav.security:token-validation-spring-test` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.7...3.1.8)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.9.0 to 5.10.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.9.0...shedlock-parent-5.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.9.0 to 5.10.0

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

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

Updates `org.springframework.boot` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/all-dependencies-a4cb494234 branch from 04ce3e0 to a609406 Compare November 14, 2023 07:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2023

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

@dependabot dependabot bot closed this Nov 15, 2023
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-a4cb494234 branch November 15, 2023 07:39
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.

0 participants