diff --git a/build.gradle b/build.gradle index 64b9fe98c30c25861de42e67725928aed9ee610b..4bf3028f9dc18e4053cf54af71e59e9be3e32b8f 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.5.6' - testImplementation 'org.junit.platform:junit-platform-commons:1.8.1' + testImplementation 'org.junit.platform:junit-platform-commons:1.8.2' } test { diff --git a/frontend/package.json b/frontend/package.json index a2cea455efbcd73e8f9df4683f0d05f77dba5fd0..f317d3f80b089582d1956d6b58d86080b6e1941e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,10 +25,10 @@ "test": "echo \"No test specified\" && exit 0" }, "dependencies": { - "@quasar/extras": "1.12.1", + "@quasar/extras": "1.12.2", "axios": "0.24.0", - "core-js": "3.19.1", "quasar": "2.3.4", + "core-js": "3.19.3", "tsparticles": "1.37.5" }, "devDependencies": { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e750102e09269a4ac558e10a6612998e5ca4c0f2..84d1f85fd658134f7e982ae908fd537188f20bfe 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists