diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 914970b..101d49b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,5 +33,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew build sonarqube + run: ./gradlew build sonar diff --git a/build.gradle b/build.gradle index 7db7151..8164ec5 100644 --- a/build.gradle +++ b/build.gradle @@ -38,10 +38,10 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' testImplementation 'commons-io:commons-io:2.15.1' testImplementation 'org.jsoup:jsoup:1.17.2' - testImplementation 'com.jayway.jsonpath:json-path:2.15.1' + testImplementation 'com.jayway.jsonpath:json-path:2.8.0' } jar {