update dependencies
This commit is contained in:
@@ -13,9 +13,9 @@ ext {
|
||||
javaVersion=17
|
||||
|
||||
version_log4j2= '2.19.0' // keep in sync with spring-boot-starter-log4j2
|
||||
version_spring = '3.0.0'
|
||||
version_junit = '5.9.1'
|
||||
version_junit_platform = '1.9.1'
|
||||
version_spring = '3.0.1'
|
||||
version_junit = '5.9.2'
|
||||
version_junit_platform = '1.9.2'
|
||||
version_nodejs = '16.17.1' // keep in sync with npm
|
||||
version_npm = '8.15.0' // keep in sync with nodejs
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import java.nio.file.Files
|
||||
import java.nio.file.Paths
|
||||
|
||||
plugins {
|
||||
id("com.github.node-gradle.node") version "3.5.0"
|
||||
id("com.github.node-gradle.node") version "3.5.1"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user