Skip to content

Commit

Permalink
fix: crash in v26
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Dec 4, 2024
1 parent b728b87 commit b00316d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar


plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.0"
id("org.openapi.generator") version "7.10.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("groovy")
Expand All @@ -14,7 +14,7 @@ version = "0.6.0"
val gsonVersion = "2.11.0"
val amqpVersion = "5.23.0"
val okhttp3Version = "4.12.0"
val okioVersion = "3.9.1"
val okioVersion = "3.6.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit b00316d

Please sign in to comment.