update spring to 2.7.4
This commit is contained in:
@@ -12,10 +12,10 @@ ext {
|
|||||||
|
|
||||||
javaVersion=17
|
javaVersion=17
|
||||||
|
|
||||||
version_log4j2= '2.17.1' // keep in sync with spring-boot-starter-log4j2
|
version_log4j2= '2.17.2' // keep in sync with spring-boot-starter-log4j2
|
||||||
version_spring = '2.6.4'
|
version_spring = '2.7.4'
|
||||||
version_junit = '5.8.2'
|
version_junit = '5.9.1'
|
||||||
version_junit_platform = '1.8.2'
|
version_junit_platform = '1.9.1'
|
||||||
version_nodejs = '16.14.2' // keep in sync with npm
|
version_nodejs = '16.14.2' // keep in sync with npm
|
||||||
version_npm = '8.5.0' // keep in sync with nodejs
|
version_npm = '8.5.0' // keep in sync with nodejs
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user