File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
implementation(" org.jetbrains.kotlin:kotlin-reflect:1.4.30" )
73
73
implementation(" io.dropwizard.metrics:metrics-core:4.1.18" )
74
74
implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.1.1" )
75
- implementation(" org.jooq:jooq:3.14.7 " )
75
+ implementation(" org.jooq:jooq:3.14.8 " )
76
76
implementation(" org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" )
77
77
implementation(" org.apache.commons:commons-lang3:3.11" )
78
78
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ kotlin {
35
35
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.1" )
36
36
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.1" )
37
37
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.12.1" )
38
- implementation(" org.jooq:jooq:3.14.7 " )
38
+ implementation(" org.jooq:jooq:3.14.8 " )
39
39
}
40
40
}
41
41
val jvmTest by getting {
You can’t perform that action at this time.
0 commit comments