mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(deps): upgrade micronaut-platform to 4.8.0 (#8232)
* chore(deps): upgrade micronaut-platform to 4.8.0 * fix: http client version enforcement is not needed anymore as docker-java as updated the dependency * fix: make applicationContext protected in SchedulerPollingTriggerTest * fix: upgrade docker-java version to 3.5.0 * fix: make some method protected in the AbstractRunnerTest so it can be override
This commit is contained in:
@@ -10,7 +10,7 @@ dependencies {
|
||||
exclude group: 'com.github.docker-java', module: 'docker-java-transport-jersey'
|
||||
exclude group: 'com.fasterxml.jackson.core'
|
||||
}
|
||||
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.4.1'
|
||||
implementation 'com.github.docker-java:docker-java-transport-httpclient5'
|
||||
|
||||
testImplementation project(':core').sourceSets.test.output
|
||||
testImplementation project(':tests')
|
||||
|
||||
Reference in New Issue
Block a user