Skip to content

Commit

Permalink
Upgrade Spring Boot to 2.4.4, Micronaut to 2.4.1 and React to 17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Mar 27, 2021
1 parent 374e52f commit 0f8ec9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ coroutinesVersion=1.4.3
serializationVersion=1.1.0
systemProp.dokkaVersion=1.4.30
joobyVersion=2.9.5
springBootVersion=2.4.3
springBootVersion=2.4.4
ktorVersion=1.5.2
javalinVersion=3.13.4
vertxVersion=4.0.2
micronautVersion=2.4.0
micronautVersion=2.4.1
guiceVersion=4.2.3
jacksonModuleKotlinVersion=2.12.2
springDataRelationalVersion=2.1.5
springDataRelationalVersion=2.1.6
logbackVersion=1.2.3
jqueryKotlinVersion=1.0.0
snabbdomKotlinVersion=1.0.0
Expand All @@ -25,7 +25,7 @@ kotlinReduxVersion=4.0.5-pre.148-kotlin-1.4.30
reduxKotlinVersion=0.5.5
reduxKotlinThunkVersion=0.5.5
mpaptRuntimeVersion=0.8.7
systemProp.npmPublishVersion=1.1.1
systemProp.npmPublishVersion=1.1.2
testNgVersion=7.3.0
hamcrestVersion=2.2

Expand Down
4 changes: 2 additions & 2 deletions kvision-modules/kvision-react/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {
api(rootProject)
api("org.jetbrains:kotlin-react:$kotlinReactVersion")
api("org.jetbrains:kotlin-react-dom:$kotlinReactVersion")
implementation(npm("react", "17.0.1"))
implementation(npm("react-dom", "17.0.1"))
implementation(npm("react", "^17.0.2"))
implementation(npm("react-dom", "^17.0.2"))
testImplementation(kotlin("test-js"))
testImplementation(project(":kvision-modules:kvision-testutils"))
}
Expand Down

0 comments on commit 0f8ec9e

Please sign in to comment.