update spring to 2.7.4

This commit is contained in:
2022-10-08 08:50:11 +02:00
parent be4be8d4c3
commit 24e88c0054
2 changed files with 10 additions and 5 deletions

View File

@@ -12,10 +12,10 @@ ext {
javaVersion=17
version_log4j2= '2.17.1' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.6.4'
version_junit = '5.8.2'
version_junit_platform = '1.8.2'
version_log4j2= '2.17.2' // keep in sync with spring-boot-starter-log4j2
version_spring = '2.7.4'
version_junit = '5.9.1'
version_junit_platform = '1.9.1'
version_nodejs = '16.14.2' // keep in sync with npm
version_npm = '8.5.0' // keep in sync with nodejs

View File

@@ -1 +1,6 @@
db.base=/tmp/pdb
db.base=/home/andi/ws/performanceDb/dev-database/
server.port=17333
cache.images.duration.seconds=86400
defaults.groupBy=pod,method,metric
defaults.splitBy=method
defaults.query.examples=pod=vapfinra01 and method=ViewService.findFieldView,ViewService.findFieldViewGroup;pod=vappilby01 and method=ReviewInContextController.index;pod=vapnyse001 and method=ReviewInContextController.index,ReviewController.index