mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-25 02:14:38 -05:00
chore(deps): update all java deps except micronaut & kafka
see https://github.com/micronaut-projects/micronaut-core/issues/7594
This commit is contained in:
@@ -5,11 +5,11 @@ dependencies {
|
||||
implementation project(":jdbc")
|
||||
|
||||
implementation("io.micronaut.sql:micronaut-jooq")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
runtimeOnly("org.postgresql:postgresql:42.4.0")
|
||||
|
||||
testImplementation project(':core').sourceSets.test.output
|
||||
testImplementation project(':jdbc').sourceSets.test.output
|
||||
testImplementation project(':runner-memory')
|
||||
testImplementation project(':storage-local')
|
||||
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
|
||||
testImplementation 'org.mockito:mockito-junit-jupiter:4.6.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user