diff --git a/compiler/build.gradle b/compiler/build.gradle index 037f8515a..731b0350a 100644 --- a/compiler/build.gradle +++ b/compiler/build.gradle @@ -24,9 +24,9 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-cli:0.3.2' testImplementation "org.jetbrains.kotlin:kotlin-test-junit5" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' - testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' + testImplementation 'org.hamcrest:hamcrest:2.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' } configurations.all { diff --git a/compiler/lib/apiguardian-api-1.0.0.jar b/compiler/lib/apiguardian-api-1.0.0.jar deleted file mode 100644 index 6cbff70f2..000000000 Binary files a/compiler/lib/apiguardian-api-1.0.0.jar and /dev/null differ diff --git a/compiler/lib/apiguardian-api-1.1.2.jar b/compiler/lib/apiguardian-api-1.1.2.jar new file mode 100644 index 000000000..2b678e154 Binary files /dev/null and b/compiler/lib/apiguardian-api-1.1.2.jar differ diff --git a/compiler/lib/hamcrest-2.2.jar b/compiler/lib/hamcrest-2.2.jar new file mode 100644 index 000000000..71065788d Binary files /dev/null and b/compiler/lib/hamcrest-2.2.jar differ diff --git a/compiler/lib/hamcrest-core-1.2.1.jar b/compiler/lib/hamcrest-core-1.2.1.jar deleted file mode 100644 index a590fd864..000000000 Binary files a/compiler/lib/hamcrest-core-1.2.1.jar and /dev/null differ diff --git a/compiler/lib/hamcrest-library-1.2.1.jar b/compiler/lib/hamcrest-library-1.2.1.jar deleted file mode 100644 index c7e961ab1..000000000 Binary files a/compiler/lib/hamcrest-library-1.2.1.jar and /dev/null differ diff --git a/compiler/lib/junit-jupiter-api-5.2.0.jar b/compiler/lib/junit-jupiter-api-5.2.0.jar deleted file mode 100644 index 8b9281b7b..000000000 Binary files a/compiler/lib/junit-jupiter-api-5.2.0.jar and /dev/null differ diff --git a/compiler/lib/junit-jupiter-api-5.7.2.jar b/compiler/lib/junit-jupiter-api-5.7.2.jar new file mode 100644 index 000000000..7f67ded1f Binary files /dev/null and b/compiler/lib/junit-jupiter-api-5.7.2.jar differ diff --git a/compiler/lib/junit-platform-commons-1.2.0.jar b/compiler/lib/junit-platform-commons-1.2.0.jar deleted file mode 100644 index 13a61d276..000000000 Binary files a/compiler/lib/junit-platform-commons-1.2.0.jar and /dev/null differ diff --git a/compiler/lib/junit-platform-commons-1.7.2.jar b/compiler/lib/junit-platform-commons-1.7.2.jar new file mode 100644 index 000000000..af133c4db Binary files /dev/null and b/compiler/lib/junit-platform-commons-1.7.2.jar differ diff --git a/compiler/lib/opentest4j-1.1.0.jar b/compiler/lib/opentest4j-1.1.0.jar deleted file mode 100644 index 18b7f3a4f..000000000 Binary files a/compiler/lib/opentest4j-1.1.0.jar and /dev/null differ diff --git a/compiler/lib/opentest4j-1.2.0.jar b/compiler/lib/opentest4j-1.2.0.jar new file mode 100644 index 000000000..d5006361a Binary files /dev/null and b/compiler/lib/opentest4j-1.2.0.jar differ diff --git a/compilerAst/build.gradle b/compilerAst/build.gradle index 78f7d8fd3..fe4ce75e9 100644 --- a/compilerAst/build.gradle +++ b/compilerAst/build.gradle @@ -16,9 +16,9 @@ dependencies { implementation project(':parser') testImplementation "org.jetbrains.kotlin:kotlin-test-junit5" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' - testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' + testImplementation 'org.hamcrest:hamcrest:2.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' } configurations.all { diff --git a/dbusCompilerService/build.gradle b/dbusCompilerService/build.gradle index d3dc27882..44bbdaebe 100644 --- a/dbusCompilerService/build.gradle +++ b/dbusCompilerService/build.gradle @@ -23,9 +23,9 @@ dependencies { implementation "org.slf4j:slf4j-simple:1.7.30" testImplementation "org.jetbrains.kotlin:kotlin-test-junit5" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' - testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' + testImplementation 'org.hamcrest:hamcrest:2.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' } configurations.all { diff --git a/httpCompilerService/build.gradle b/httpCompilerService/build.gradle index b450944e9..2854c821f 100644 --- a/httpCompilerService/build.gradle +++ b/httpCompilerService/build.gradle @@ -26,9 +26,9 @@ dependencies { implementation "org.slf4j:slf4j-simple:1.7.30" testImplementation "org.jetbrains.kotlin:kotlin-test-junit5" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' - testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' + testImplementation 'org.hamcrest:hamcrest:2.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' } configurations.all {