Skip to content

Commit

Permalink
Upgrade Backend Libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossara committed Apr 21, 2022
1 parent 48cb4aa commit 9d64011
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@ configurations {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive:2.5.6")
implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive:2.6.6")
implementation("org.eclipse.jetty:jetty-alpn-conscrypt-server")
implementation("org.eclipse.jetty.http2:http2-server")
implementation("org.springframework.boot:spring-boot-starter-security:2.6.4")
implementation("org.springframework.security:spring-security-messaging:5.5.1")
implementation("org.springframework.boot:spring-boot-starter-security:2.6.6")
implementation("org.springframework.security:spring-security-messaging:5.6.2")
implementation("org.springframework.boot:spring-boot-starter-jetty")
implementation("org.springframework.boot:spring-boot-starter-web:2.5.6")
implementation("org.springframework.boot:spring-boot-starter-webflux:2.5.6")
implementation("org.springframework.boot:spring-boot-starter-websocket:2.5.6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.5")
implementation("org.springframework.boot:spring-boot-starter-web:2.6.6")
implementation("org.springframework.boot:spring-boot-starter-webflux:2.6.6")
implementation("org.springframework.boot:spring-boot-starter-websocket:2.6.6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.6")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.5.2-native-mt")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.1-native-mt")
implementation("io.jsonwebtoken:jjwt:0.9.1")
implementation("javax.xml.bind:jaxb-api")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.google.code.gson:gson:2.9.0")
implementation("commons-codec:commons-codec")
}

tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs = listOf("-Xjsr305=strict")
freeCompilerArgs = listOf("-Xjsr305=strict", "-Xbackend-threads=4")
jvmTarget = "11"
}
}
Expand Down
12 changes: 12 additions & 0 deletions src/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,13 @@
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.10.2.tgz"
integrity sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==

"@salmon-ui/icons@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@salmon-ui/icons/-/icons-1.0.6.tgz#efea4d6b43220f83ed966887aa1ea727e12e214e"
integrity sha512-4i8Hr9vXRTS/h5VQ6GOXHuQnVOLIFtRPaeJ1KyFgDmnFaRTi0zo0xb61r8whfyGX2tZX9z8OMvImZ3fqPu5+vg==
dependencies:
core-js "^3.6.5"

"@soda/friendly-errors-webpack-plugin@^1.7.1":
version "1.8.0"
resolved "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.0.tgz"
Expand Down Expand Up @@ -9671,6 +9678,11 @@ vue-router@^4.0.12:
dependencies:
"@vue/devtools-api" "^6.0.0-beta.18"

vue-share-modal@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/vue-share-modal/-/vue-share-modal-2.0.6.tgz#f7cdff899ea1cc17050f0bbbc52f5291e05eed8b"
integrity sha512-J810iLejJafG93xUgHi9mc2e4bOo9i8r2r3JtpZ8PBDH8k9FHt7pP6BdBRNah6U5ZnZg0aDPMerbbgnQs4kPqA==

vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
version "4.1.3"
resolved "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz"
Expand Down

0 comments on commit 9d64011

Please sign in to comment.