1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Prep for Java 19 Upgrade (#20911)

Upgrade all the necessary tooling dependencies to get us to Java 19.
This commit is contained in:
Davin Chia
2022-12-29 12:32:42 -08:00
committed by GitHub
parent 373cc84f74
commit 2deac0f244
17 changed files with 96 additions and 84 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
testImplementation testFixtures(project(':airbyte-integrations:connectors:source-jdbc'))
testImplementation 'org.apache.commons:commons-lang3:3.11'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.1'
testImplementation libs.junit.jupiter.system.stubs
testImplementation libs.connectors.testcontainers.mysql
integrationTestJavaImplementation project(':airbyte-integrations:bases:standard-source-test')