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 prod-deps group with 6 updates #1228

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps the prod-deps group with 6 updates:

Package From To
org.checkerframework:checker-qual 3.48.2 3.48.3
io.dropwizard:dropwizard-bom 4.0.10 4.0.11
com.fasterxml.jackson:jackson-bom 2.18.1 2.18.2
org.jetbrains.kotlin:kotlin-bom 2.0.21 2.1.0
io.dropwizard.metrics:metrics-core 4.2.28 4.2.29
io.dropwizard.metrics:metrics-healthchecks 4.2.28 4.2.29

Updates org.checkerframework:checker-qual from 3.48.2 to 3.48.3

Release notes

Sourced from org.checkerframework:checker-qual's releases.

Checker Framework 3.48.3

Version 3.48.3 (December 2, 2024)

Closed issues:

#6886.

Changelog

Sourced from org.checkerframework:checker-qual's changelog.

Version 3.48.3 (December 2, 2024)

Closed issues:

#6886.

Commits
  • 5cfc836 new release 3.48.3
  • 422a28d Fix broken links.
  • da611a5 Fix date.
  • 7b92f15 Prep for release.
  • b5479ee Subtypes of AggregateChecker should override getSupportedChecker (#6905)
  • f167fde Remove stray spaces
  • fc765f7 Fix typos: missing type in method signature
  • 3b99338 Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.779 (#6906)
  • 4b24d19 Updating docs: "non-empty" to "present" Optional
  • e6aa0ff Rename variable
  • Additional commits viewable in compare view

Updates io.dropwizard:dropwizard-bom from 4.0.10 to 4.0.11

Release notes

Sourced from io.dropwizard:dropwizard-bom's releases.

v4.0.11

What's Changed

Full Changelog: dropwizard/dropwizard@v4.0.10...v4.0.11

Commits
  • 459892e [maven-release-plugin] prepare release v4.0.11
  • 8bb8418 fix(deps): update dependency io.dropwizard.metrics:metrics-bom to v4.2.29 (#9...
  • 49acba7 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.18.1 (#9...
  • ffbb4b9 chore(deps): update suzuki-shunsuke/github-action-renovate-config-validator a...
  • 8bd0f6c Use Session#persist instead of the deprecated Session#saveOrUpdate (#9646)
  • 71db18b Fix object identity of ScheduledHealthCheck (#9471)
  • bb1c512 Remove reference to travis.yml in editorconfig (#9470)
  • 2d11113 Apply grammar suggestions from the IntelliJ linter (#9469)
  • 1731d66 fix(deps): update dependency com.mattbertolini:liquibase-slf4j to v5.1.0 (#9631)
  • 022f3fe fix(deps): update dependency org.liquibase:liquibase-core to v4.30.0 (release...
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2

Commits
  • 55ff098 [maven-release-plugin] prepare release jackson-bom-2.18.2
  • 84a6fe4 Prep for 2.18.2 release
  • 88591c6 Merge branch '2.17' into 2.18
  • bc1206e Back to snapshot dep
  • 1021173 [maven-release-plugin] prepare for next development iteration
  • e3fd468 [maven-release-plugin] prepare release jackson-bom-2.17.3
  • ef13a7a Start 2.17.3 release
  • 1ed3d25 Back to snapshot deps
  • fac9a3b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.jetbrains.kotlin:kotlin-bom from 2.0.21 to 2.1.0

Release notes

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

Kotlin 2.1.0

Changelog

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set

... (truncated)

Changelog

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

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits
  • 5dd9cea Add ChangeLog for 2.1.0
  • be31f19 [Gradle] Fix documentation publishing to Kotlinlang
  • f959bf2 Add ChangeLog for 2.1.0-RC2
  • b21df7b [Gradle] Update info about versioning
  • a7dabb6 [Gradle] Fix templates extraction
  • 858b914 [Gradle] Add KDoc for KotlinTargetsDsl
  • 1026b47 [Gradle] Add KDoc for KotlinTargetWithTests
  • 54452c0 [Gradle] Add KDoc for KotlinTestRun
  • d10e47a [Gradle] Add KDoc for KotlinExecution
  • 1208eec fix: clarifications and language polishing
  • Additional commits viewable in compare view

Updates io.dropwizard.metrics:metrics-core from 4.2.28 to 4.2.29

Release notes

Sourced from io.dropwizard.metrics:metrics-core's releases.

v4.2.29

What's Changed

Full Changelog: dropwizard/metrics@v4.2.28...v4.2.29

Commits
  • 2d3921c [maven-release-plugin] prepare release v4.2.29
  • 9237e97 fix(deps): update dependency com.rabbitmq:amqp-client to v5.23.0 (#4623)
  • a651074 chore(deps): update dependency sphinx to v8 (release/4.2.x) (#4545)
  • 7c688b7 fix(deps): update log4j2 monorepo to v2.24.2 (#4622)
  • 635733f Fix InstrumentedEE10HandlerTest after upgrade to Jetty 12.0.5 (#4626)
  • 8b91b5b fix(deps): update jetty12.version to v12.0.15 (#4619)
  • 9d4c0a2 fix(deps): update dependency org.checkerframework:checker-qual to v3.48.2
  • 3c43c9b fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to...
  • 7ddbf0e fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.10
  • a3edae5 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • Additional commits viewable in compare view

Updates io.dropwizard.metrics:metrics-healthchecks from 4.2.28 to 4.2.29

Release notes

Sourced from io.dropwizard.metrics:metrics-healthchecks's releases.

v4.2.29

What's Changed

Full Changelog: dropwizard/metrics@v4.2.28...v4.2.29

Commits
  • 2d3921c [maven-release-plugin] prepare release v4.2.29
  • 9237e97 fix(deps): update dependency com.rabbitmq:amqp-client to v5.23.0 (#4623)
  • a651074 chore(deps): update dependency sphinx to v8 (release/4.2.x) (#4545)
  • 7c688b7 fix(deps): update log4j2 monorepo to v2.24.2 (#4622)
  • 635733f Fix InstrumentedEE10HandlerTest after upgrade to Jetty 12.0.5 (#4626)
  • 8b91b5b fix(deps): update jetty12.version to v12.0.15 (#4619)
  • 9d4c0a2 fix(deps): update dependency org.checkerframework:checker-qual to v3.48.2
  • 3c43c9b fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to...
  • 7ddbf0e fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.10
  • a3edae5 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • Additional commits viewable in compare view

Updates io.dropwizard.metrics:metrics-healthchecks from 4.2.28 to 4.2.29

Release notes

Sourced from io.dropwizard.metrics:metrics-healthchecks's releases.

v4.2.29

What's Changed

Bumps the prod-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.48.2` | `3.48.3` |
| [io.dropwizard:dropwizard-bom](https://github.com/dropwizard/dropwizard) | `4.0.10` | `4.0.11` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.1` | `2.18.2` |
| [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.28` | `4.2.29` |
| [io.dropwizard.metrics:metrics-healthchecks](https://github.com/dropwizard/metrics) | `4.2.28` | `4.2.29` |


Updates `org.checkerframework:checker-qual` from 3.48.2 to 3.48.3
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.48.2...checker-framework-3.48.3)

Updates `io.dropwizard:dropwizard-bom` from 4.0.10 to 4.0.11
- [Release notes](https://github.com/dropwizard/dropwizard/releases)
- [Changelog](https://github.com/dropwizard/dropwizard/blob/release/4.0.x/RELEASES.md)
- [Commits](dropwizard/dropwizard@v4.0.10...v4.0.11)

Updates `com.fasterxml.jackson:jackson-bom` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.2)

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `io.dropwizard.metrics:metrics-core` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.28...v4.2.29)

Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.28...v4.2.29)

Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.28...v4.2.29)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.dropwizard:dropwizard-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.dropwizard.metrics:metrics-healthchecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.dropwizard.metrics:metrics-healthchecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency updates java Pull requests that update Java code labels Dec 3, 2024
@sleberknight sleberknight added this to the 2.0.19 milestone Dec 3, 2024
@sleberknight sleberknight merged commit d7b4d25 into main Dec 3, 2024
2 checks passed
@sleberknight sleberknight deleted the dependabot/maven/prod-deps-d152cad455 branch December 3, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants