dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '7.5') version('groovy', '3.0.10') version('junit', '5.8.2') library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') library('junit4', 'junit', 'junit').version('4.13.2') library('quartz', 'org.quartz-scheduler', 'quartz').version('2.3.2') library('caliper', 'com.google.caliper', 'caliper').version('1.0-beta-3') } } }