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 @@ -32,7 +32,7 @@ dependencies {
3232 compileOnly(" io.vertx:vertx-lang-kotlin:$vertxVersion " )
3333 compileOnly(" io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion " )
3434 compileOnly(" org.slf4j:slf4j-api:$slf4jVersion " )
35- compileOnly(" org.jooq:jooq:3.16.5 " )
35+ compileOnly(" org.jooq:jooq:3.16.6 " )
3636 compileOnly(" org.apache.commons:commons-lang3:3.12.0" )
3737 compileOnly(" com.android.tools.external.org-jetbrains:uast:30.1.3" )
3838 compileOnly(" com.jetbrains.intellij.platform:ide:$intellijVersion " )
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
8484 implementation(" org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion " )
8585 implementation(" io.dropwizard.metrics:metrics-core:4.2.9" )
8686 implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.2" )
87- implementation(" org.jooq:jooq:3.16.5 " )
87+ implementation(" org.jooq:jooq:3.16.6 " )
8888 implementation(" org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" )
8989 implementation(" org.apache.commons:commons-lang3:3.12.0" )
9090 implementation(" eu.geekplace.javapinning:java-pinning-core:1.2.0" )
You can’t perform that action at this time.
0 commit comments