Skip to content

Commit

Permalink
lock tf dependencies, use add comment for KClass issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Apr 2, 2024
2 parents 77fb7e2 + c470a45 commit 46ab5f2
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 80 deletions.
6 changes: 3 additions & 3 deletions angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10481,9 +10481,9 @@ [email protected]:
schema-utils "^4.0.0"

webpack-dev-middleware@^5.3.1:
version "5.3.3"
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f"
integrity sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==
version "5.3.4"
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517"
integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==
dependencies:
colorette "^2.0.10"
memfs "^3.4.3"
Expand Down
3 changes: 2 additions & 1 deletion kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ kotlin = "1.9.23"
micrometer = "1.12.4"
mockito = "5.2.0"
postgresql = "42.7.3"
rome = "2.1.0" # "1.19.0"
rome = "2.1.0"
# WARNING: 3.2.4 leads to class kotlin.reflect.jvm.internal.KTypeParameterImpl cannot be cast to class kotlin.reflect.KClass
# see https://github.com/spring-projects/spring-framework/issues/32552, needs spring 6.1.6 to fix this issue
spring-boot = "3.2.3"
spring-kafka = "3.1.3"
spring-security = "6.2.3"
Expand Down
160 changes: 84 additions & 76 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46ab5f2

Please sign in to comment.