dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '8.5') library('bzip2', 'org.xbib', 'io-compress-bzip2').version('4.0.0') library('xz', 'org.xbib', 'io-compress-xz').version('4.0.0') library('bouncycastle', 'org.bouncycastle', 'bcpg-jdk18on').version('1.77') library('ant', 'org.apache.ant', 'ant').version('1.10.14') } testLibs { version('junit', '5.10.1') 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('junit-vintage-engine', 'org.junit.vintage', 'junit-vintage-engine').versionRef('junit') library('junit-jupiter-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').version('1.10.1') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') library('junit4', 'junit', 'junit').version('4.13.2') } } } include 'rpm-core' include 'rpm-ant'