-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to catch CLT branch up to main #87
base: feature/command-line-tests
Are you sure you want to change the base?
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 119b3cb - Browse repository at this point
Copy the full SHA 119b3cbView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faf3915 - Browse repository at this point
Copy the full SHA faf3915View commit details
Commits on Mar 25, 2024
-
Extract overall stats table (#62)
* Extract overall stats table to seperate class * cleanup; disclaimer blocks * tests for OverallStatsTable * disclaimers * test cleanup
Configuration menu - View commit details
-
Copy full SHA for 3a7ea1a - Browse repository at this point
Copy the full SHA 3a7ea1aView commit details
Commits on Mar 26, 2024
-
Add some missing CWE mappings for issues we don't care about to Snyk …
…and Zap readers.
Configuration menu - View commit details
-
Copy full SHA for 9db9726 - Browse repository at this point
Copy the full SHA 9db9726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f96321 - Browse repository at this point
Copy the full SHA 0f96321View commit details
Commits on Apr 8, 2024
-
Upgrade poms to now require Java 11 and upgrade dependencies. Formatting
tweak to SonarQubeReader.java.
Configuration menu - View commit details
-
Copy full SHA for 993f232 - Browse repository at this point
Copy the full SHA 993f232View commit details -
Configuration menu - View commit details
-
Copy full SHA for c431ab0 - Browse repository at this point
Copy the full SHA c431ab0View commit details
Commits on Apr 11, 2024
-
Fix bug on individual vulnerability scorecards where it was reporting
the overall stats for each tool next to the scatterchart, rather than the tool's stats for that specific vulnerability category.
Configuration menu - View commit details
-
Copy full SHA for bc1690b - Browse repository at this point
Copy the full SHA bc1690bView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbdb828 - Browse repository at this point
Copy the full SHA cbdb828View commit details
Commits on Apr 16, 2024
-
Add Datadog SAST support (#63)
* add Datadog SAST support * add comments * update * update @darkspirit510 says its good so merging.
Configuration menu - View commit details
-
Copy full SHA for 4f80e9a - Browse repository at this point
Copy the full SHA 4f80e9aView commit details
Commits on Apr 17, 2024
-
Remove HDIV support as this tool was acquired by Datadog and we now
support Datadog directly.
Configuration menu - View commit details
-
Copy full SHA for 70bfd9c - Browse repository at this point
Copy the full SHA 70bfd9cView commit details -
Add reader and tests for SAST Precaution (#69)
This change adds Precaution to the list of supported SASTs. Precaution can render its output as SARIF so it extends the SarifReader. Included are a test case and example SARIF output file as a result of scanning BenchmarkTest00073.java in BenchmarkJava. https://github.com/securesauce/precli Signed-off-by: Eric Brown <[email protected]> @darkspirit510 - I reran the GitHub action and it worked this time. Weird. Given your OK, I'm merging.
Configuration menu - View commit details
-
Copy full SHA for af5ffc1 - Browse repository at this point
Copy the full SHA af5ffc1View commit details
Commits on May 3, 2024
-
Checkmarx results parser - Normalize paths (#71)
* feat: Normalize FileName path to linux * style: Fix formatting
Configuration menu - View commit details
-
Copy full SHA for 7cfea6d - Browse repository at this point
Copy the full SHA 7cfea6dView commit details
Commits on May 4, 2024
-
Migrate all SARIF readers to extend from SarifReader (#70)
* #68 - move most SARIF reader code to parent class * #68 - handle multiple runs and rule extensions; migrade codeql reader * #68 - use regex for CWE filtering; migrate Datadog SAST reader * #68 - migrate Contrast reader * #68 - remove deprecated reader * #68 - extract start and end time from invocation (if present) * #68 - linting * #68 - take first CWE number from tags * #68 - move sarif readers to separate package * #68 - extract version if semanticVersion is not present
Configuration menu - View commit details
-
Copy full SHA for 6808369 - Browse repository at this point
Copy the full SHA 6808369View commit details
Commits on May 14, 2024
-
Extract vulnerability stats table to own class (#73)
* extract vulnerability stats table to own class * move tools to constructor
Configuration menu - View commit details
-
Copy full SHA for ae074a9 - Browse repository at this point
Copy the full SHA ae074a9View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ec0664 - Browse repository at this point
Copy the full SHA 2ec0664View commit details
Commits on Jun 5, 2024
-
Move tool scorecard generation to separate class (#76)
* Move tool scorecard generation to separate class * cleanup
Configuration menu - View commit details
-
Copy full SHA for 282c1d3 - Browse repository at this point
Copy the full SHA 282c1d3View commit details -
#72 - handle more wapiti categories (#74)
Hey, sorry about that. Thanks for the nudge.
Configuration menu - View commit details
-
Copy full SHA for 6be334c - Browse repository at this point
Copy the full SHA 6be334cView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22be943 - Browse repository at this point
Copy the full SHA 22be943View commit details
Commits on Jun 10, 2024
-
Wrapper for test suite name (#79)
* wrapper for test suite name (to get rid of a static method in BenchmarkScore) * disclaimers
Configuration menu - View commit details
-
Copy full SHA for a778420 - Browse repository at this point
Copy the full SHA a778420View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e2fd1f - Browse repository at this point
Copy the full SHA 2e2fd1fView commit details -
Extract result file creation (#81)
* Move tool scorecard generation to separate class * extract result file creation to separate class * fix tests
Configuration menu - View commit details
-
Copy full SHA for 0d2973d - Browse repository at this point
Copy the full SHA 0d2973dView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0862b3b - Browse repository at this point
Copy the full SHA 0862b3bView commit details
Commits on Jul 31, 2024
-
Fix MenuUpdaterTest to not break on Windows. Move Categories static i…
…nitializer into that class. Tweak expected results parser to allow for white space between entries in CSV file.
Configuration menu - View commit details
-
Copy full SHA for 4c17896 - Browse repository at this point
Copy the full SHA 4c17896View commit details
Commits on Aug 7, 2024
-
Relax the SarifReader tool name matching logic to use startswith inst…
…ead of equals so versions of the same tool will match. For example, Semgrep OSS and Semgrep PRO use the same file format but their names are slightly different. So now the SemgrepSarifReader class names the tool simply 'Semgrep' and SarifReader uses startswith() so both versions of the same tool match with one reader. And added a test case to test this.
Configuration menu - View commit details
-
Copy full SHA for 072a679 - Browse repository at this point
Copy the full SHA 072a679View commit details
Commits on Aug 11, 2024
-
Fixed SemGrep Sarif Reader to use CWE mapping method from the origina…
…l Semgrep Reader. Using this mapping fixes a number of missed CWE categories in the weak crypto area. Also added mappings or at least acknowledgements to a bunch of other CWEs not in the CWE mapping method.
Configuration menu - View commit details
-
Copy full SHA for 57fd952 - Browse repository at this point
Copy the full SHA 57fd952View commit details
Commits on Aug 15, 2024
-
Snyk reports on child CWEs for PathTraversal and password hashing (#90)
* Snyk reports on child CWEs for PathTraversal and password hashing * Move CWE mapping logic into SnykReader itself & add tests Looks good to me. Thanks for fixing.
Configuration menu - View commit details
-
Copy full SHA for 64f72b2 - Browse repository at this point
Copy the full SHA 64f72b2View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 381ef89 - Browse repository at this point
Copy the full SHA 381ef89View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5badb7 - Browse repository at this point
Copy the full SHA e5badb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for af4abc4 - Browse repository at this point
Copy the full SHA af4abc4View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8547039 - Browse repository at this point
Copy the full SHA 8547039View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6da950 - Browse repository at this point
Copy the full SHA b6da950View commit details
Commits on Aug 30, 2024
-
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#109)
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a6d3346 - Browse repository at this point
Copy the full SHA a6d3346View commit details
Commits on Sep 2, 2024
-
Bump org.yaml:snakeyaml from 2.2 to 2.3 (#110)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 231431d - Browse repository at this point
Copy the full SHA 231431dView commit details
Commits on Sep 13, 2024
-
Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.5 to 5.3 (#111)
Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.2.5 to 5.3. - [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.2.5...rel/v5.3) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a80b56 - Browse repository at this point
Copy the full SHA 6a80b56View commit details
Commits on Sep 19, 2024
-
Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#112)
Bumps commons-io:commons-io from 2.16.1 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78d8fc6 - Browse repository at this point
Copy the full SHA 78d8fc6View commit details
Commits on Sep 20, 2024
-
Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 (#…
…113) Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3.1 to 5.4. - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.3.1...rel/v5.4) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4a1e90 - Browse repository at this point
Copy the full SHA e4a1e90View commit details
Commits on Sep 23, 2024
-
Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 (#114)
Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](mojohaus/extra-enforcer-rules@1.8.0...1.9.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c9d743 - Browse repository at this point
Copy the full SHA 0c9d743View commit details
Commits on Sep 24, 2024
-
Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#115)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46bc995 - Browse repository at this point
Copy the full SHA 46bc995View commit details
Commits on Sep 25, 2024
-
Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0 (#116)
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.11.0 to 1.12.0. - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.11.0...rel/commons-csv-1.12.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d93c2fd - Browse repository at this point
Copy the full SHA d93c2fdView commit details
Commits on Sep 26, 2024
-
Bump version.junit.jupiter from 5.11.0 to 5.11.1 (#117)
Bumps `version.junit.jupiter` from 5.11.0 to 5.11.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f7317f - Browse repository at this point
Copy the full SHA 4f7317fView commit details
Commits on Sep 27, 2024
-
Bump version.fasterxml.jackson from 2.17.2 to 2.18.0 (#118)
Bumps `version.fasterxml.jackson` from 2.17.2 to 2.18.0. Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.0 - [Commits](FasterXML/jackson-core@jackson-core-2.17.2...jackson-core-2.18.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.17.2 to 2.18.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.18.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 56d8c2b - Browse repository at this point
Copy the full SHA 56d8c2bView commit details
Commits on Oct 9, 2024
-
Bump org.apache.maven.skins:maven-fluido-skin (#119)
Bumps [org.apache.maven.skins:maven-fluido-skin](https://github.com/apache/maven-fluido-skin) from 2.0.0-M10 to 2.0.0-M11. - [Release notes](https://github.com/apache/maven-fluido-skin/releases) - [Commits](apache/maven-fluido-skin@maven-fluido-skin-2.0.0-M10...maven-fluido-skin-2.0.0-M11) --- updated-dependencies: - dependency-name: org.apache.maven.skins:maven-fluido-skin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ddb3138 - Browse repository at this point
Copy the full SHA ddb3138View commit details -
Bump version.junit.jupiter from 5.11.1 to 5.11.2 (#120)
Bumps `version.junit.jupiter` from 5.11.1 to 5.11.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bcc9640 - Browse repository at this point
Copy the full SHA bcc9640View commit details -
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5…
….1 (#121) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54ba34c - Browse repository at this point
Copy the full SHA 54ba34cView commit details
Commits on Oct 22, 2024
-
Bump version.junit.jupiter from 5.11.2 to 5.11.3 (#124)
Bumps `version.junit.jupiter` from 5.11.2 to 5.11.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3979a8 - Browse repository at this point
Copy the full SHA c3979a8View commit details -
Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#125)
Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.7.0 to 3.8.0. - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.7.0...maven-project-info-reports-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e21926 - Browse repository at this point
Copy the full SHA 7e21926View commit details
Commits on Oct 23, 2024
-
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3 to 5.3.1 (#126)
Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3 to 5.3.1. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.1/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.3...rel/v5.3.1) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 461d63f - Browse repository at this point
Copy the full SHA 461d63fView commit details
Commits on Oct 28, 2024
-
Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to 3.6.0 (#127
) Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](apache/maven-jxr@jxr-3.5.0...jxr-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b484f4 - Browse repository at this point
Copy the full SHA 1b484f4View commit details -
Bump org.apache.maven.plugins:maven-dependency-plugin (#128)
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.8.0...maven-dependency-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4412967 - Browse repository at this point
Copy the full SHA 4412967View commit details -
Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#129)
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e6854cd - Browse repository at this point
Copy the full SHA e6854cdView commit details -
Bump org.apache.maven.plugins:maven-plugin-plugin from 3.15.0 to 3.15…
….1 (#130) Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa94966 - Browse repository at this point
Copy the full SHA fa94966View commit details
Commits on Oct 29, 2024
-
Bump version.fasterxml.jackson from 2.18.0 to 2.18.1 (#131)
Bumps `version.fasterxml.jackson` from 2.18.0 to 2.18.1. Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.1 - [Commits](FasterXML/jackson-core@jackson-core-2.18.0...jackson-core-2.18.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.0 to 2.18.1 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.0...jackson-dataformat-xml-2.18.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8da5544 - Browse repository at this point
Copy the full SHA 8da5544View commit details -
Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1 (#…
…132) Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.4 to 5.4.1. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.1/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.4...rel/v5.4.1) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee03373 - Browse repository at this point
Copy the full SHA ee03373View commit details