Skip to content

Commit

Permalink
Version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorhauer committed Feb 23, 2024
1 parent aada2cf commit c1d1efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ repositories {

dependencies {
implementation(platform("com.typesafe.akka:akka-bom_2.13:2.9.1"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))

implementation("io.ktor:ktor-server-core-jvm")
implementation("io.ktor:ktor-server-netty-jvm")
Expand All @@ -50,8 +51,8 @@ dependencies {
implementation("io.ktor:ktor-server-status-pages")
implementation("io.ktor:ktor-server-cors")
implementation("io.ktor:ktor-serialization-jackson")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
implementation("io.ktor:ktor-server-auth")
implementation("io.ktor:ktor-server-auth-jwt")

Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: konomas
image: ghcr.io/jvorhauer/konomas:1.0.13
image: ghcr.io/jvorhauer/konomas:1.0.14
env:
- name: ASTRA_USERNAME
valueFrom:
Expand Down

0 comments on commit c1d1efd

Please sign in to comment.