mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-13 15:56:26 +00:00
Some checks failed
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Has been cancelled
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Has been cancelled
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Has been cancelled
HIRS System Tests / DockerTests (push) Has been cancelled
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Has been cancelled
* issue_863: Successfully moved all the dependencies to toml file and currently replacing dependencies listed in the build.gradle file with the ones referenced in the toml file * issue_863: finished updating dependency versions. Ready for PR * issue_863: downgraded versions since there was an issue with the dependencies versions and the ci/cd pipeline in git. will update each depedency slowly to ensure that upgrades are down correctly. * issue_863: upgrading this slowly but surely * issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes. * issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes (again) * issue_863: upgrading this slowly but surely again. testing to see if github's ci/cd is happy still with these set of changes (again) partIII * issue_863: Part IV of upgrading this slowly to see if github's ci/cd is happy still with these set of changes (again) * issue_863: Part V of upgrading this slowly to see if github's ci/cd is happy still with these set of changes (again) * issue_863: Part VI of updating dependencies slowly * issue_863: Part VII of updating dependencies * issue_863: Part 8 of updating dependencies * issue_863: Part 9 of updating dependencies * issue_863: Part 10 of updating dependencies * issue_863: Part 12 of updating dependencies * issue_863: Part 13 of updating dependencies * issue_863: Part 14 of updating dependencies * issue_863: Part 15 of updating dependencies * issue_863: Updating tomcat core. * issue_863: removed some critical vulnerable dependencies * issue_863: updated spring boot version. second try at it. * issue_863: undid spring update. need to figure out how to smoothly transition to newer spring. * issue_863: updated spring boot, hibernate, and spring retry. Removed an unused dependency. * issue_863: removed unused dependencies and am currently resolving critical vulnerable dependendcies * issue_863: reverted changes from last commit. let's see if that makes a difference * issue_863: Updated gradle version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities. * issue_863: Updated gradle plugins version, fixed more vulnerabilities, now figuring what to do with the remaining vulnerabilities. * issue_863: Updated gradle plugins version again. Ready for PR. Vulnerability issues will be addressed in another PR. I've cut down vulnerabilities by quite a lot and I want to test the new OWASP plugin against the remaining vulnerabilities. * issue_863: Finishing touches to the PR. Upgraded some more dependencies and removed unused one. * issue_863: Removed testng from codebase. Has been officially replaced with spring junit.
68 lines
4.2 KiB
TOML
68 lines
4.2 KiB
TOML
[versions]
|
|
apacheHttpClientVersion = "4.5.14"
|
|
bouncyCastleVersion = "1.79"
|
|
commonsCodecVersion = "1.17.1"
|
|
commonsIoVersion = "2.18.0"
|
|
commonsLang3Version = "3.17.0"
|
|
gsonVersion = "2.11.0"
|
|
glassfishJakartaJsonVersion = "2.0.1"
|
|
glassfishJaxbRuntimeVersion = "4.0.5"
|
|
guavaVersion = "33.3.1-jre"
|
|
jacksonVersion = "2.18.2"
|
|
jakartaPersistenceApiVersion = "3.2.0"
|
|
jakartaServletVersion = "3.0.0"
|
|
jakartaXmlVersion = "4.0.2"
|
|
jcommanderVersion = "2.0"
|
|
lombokVersion = "1.18.36"
|
|
mariadbVersion = "3.5.1"
|
|
minimalJsonVersion = "0.9.5"
|
|
ospackageVersion = "11.2.0"
|
|
pciVersion = "0.3"
|
|
protobufJavaVersion = "4.28.3"
|
|
springBootVersion = "3.4.0"
|
|
springCoreVersion = "6.2.1"
|
|
springRetryVersion = "2.0.10"
|
|
tomcatVersion = "10.1.33"
|
|
|
|
#test dependencies versions
|
|
hsqldbVersion = "2.7.3"
|
|
slf4jVersion = "2.0.16"
|
|
spotBugAnnotationVersion = "4.8.6"
|
|
|
|
[libraries]
|
|
apacheHttpClient = { module = "org.apache.httpcomponents:httpclient", version.ref = "apacheHttpClientVersion" }
|
|
bouncycastle = { module = "org.bouncycastle:bcmail-jdk18on", version.ref = "bouncyCastleVersion" }
|
|
commons-codec = { module = "commons-codec:commons-codec", version.ref = "commonsCodecVersion" }
|
|
commons-io = { module = "commons-io:commons-io", version.ref = "commonsIoVersion" }
|
|
commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang3Version" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gsonVersion" }
|
|
glassfish-jakarta-json = { module = "org.glassfish:jakarta.json", version.ref = "glassfishJakartaJsonVersion" }
|
|
glassfish-jaxb-runtime = { module = "org.glassfish.jaxb:jaxb-runtime", version.ref = "glassfishJaxbRuntimeVersion" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guavaVersion" }
|
|
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jacksonVersion" }
|
|
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jacksonVersion" }
|
|
jakarta-persistence-api = { module = "jakarta.persistence:jakarta.persistence-api", version.ref = "jakartaPersistenceApiVersion" }
|
|
jakarta-servlet = { module = "org.glassfish.web:jakarta.servlet.jsp.jstl", version.ref = "jakartaServletVersion" }
|
|
jakarta-xml = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version.ref = "jakartaXmlVersion" }
|
|
jcommander = { module = "org.jcommander:jcommander", version.ref = "jcommanderVersion" }
|
|
lombok = { module = "org.projectlombok:lombok", version.ref = "lombokVersion" }
|
|
mariadb-java-client = { module = "org.mariadb.jdbc:mariadb-java-client", version.ref = "mariadbVersion" }
|
|
minimal-json = { module = "com.eclipsesource.minimal-json:minimal-json", version.ref = "minimalJsonVersion" }
|
|
pci = { module = "com.github.marandus:pci-ids", version.ref = "pciVersion" }
|
|
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobufJavaVersion" }
|
|
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4jVersion" }
|
|
spring-boot-starter-data-jpa = { module = "org.springframework.boot:spring-boot-starter-data-jpa", version.ref = "springBootVersion" }
|
|
spring-boot-starter-log4j2 = { module = "org.springframework.boot:spring-boot-starter-log4j2", version.ref = "springBootVersion" }
|
|
spring-boot-starter-tomcat = { module = "org.springframework.boot:spring-boot-starter-tomcat", version.ref = "springBootVersion" }
|
|
spring-boot-starter-validation = { module = "org.springframework.boot:spring-boot-starter-validation", version.ref = "springBootVersion" }
|
|
spring-boot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web", version.ref = "springBootVersion" }
|
|
spring-framework-webmvc = { module = "org.springframework:spring-webmvc", version.ref = "springCoreVersion" }
|
|
spring-retry = { module = "org.springframework.retry:spring-retry", version.ref = "springRetryVersion" }
|
|
tomcat-embed-jasper = { module = "org.apache.tomcat.embed:tomcat-embed-jasper", version.ref = "tomcatVersion" }
|
|
|
|
# test dependencies
|
|
hsqldb = { module = "org.hsqldb:hsqldb", version.ref = "hsqldbVersion" }
|
|
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "springBootVersion" }
|
|
spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version.ref = "spotBugAnnotationVersion" }
|
|
|
|
[plugins] |