update dependencies

This commit is contained in:
2023-01-13 17:35:09 +01:00
parent 54e3edd010
commit 20baad36b1
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ ext {
javaVersion=17 javaVersion=17
version_log4j2= '2.19.0' // keep in sync with spring-boot-starter-log4j2 version_log4j2= '2.19.0' // keep in sync with spring-boot-starter-log4j2
version_spring = '3.0.0' version_spring = '3.0.1'
version_junit = '5.9.1' version_junit = '5.9.2'
version_junit_platform = '1.9.1' version_junit_platform = '1.9.2'
version_nodejs = '16.17.1' // keep in sync with npm version_nodejs = '16.17.1' // keep in sync with npm
version_npm = '8.15.0' // keep in sync with nodejs version_npm = '8.15.0' // keep in sync with nodejs

View File

@@ -2,7 +2,7 @@ import java.nio.file.Files
import java.nio.file.Paths import java.nio.file.Paths
plugins { plugins {
id("com.github.node-gradle.node") version "3.5.0" id("com.github.node-gradle.node") version "3.5.1"
} }