Skip to content
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

Merge develop into master for new release #518

Merged
merged 111 commits into from
Jan 16, 2024
Merged

Merge develop into master for new release #518

merged 111 commits into from
Jan 16, 2024

Commits on Oct 30, 2019

  1. Adding test cases for predicate instanceOf

    Adding test cases for predicate instanceOf.
    sritejakv committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a895a72 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Ignoring certain packages #206

    Added an option in CLI to take a list of packages that should
    be ignored during the analysis.
    
    Signed-off-by: seena-mathew <[email protected]>
    seena-mathew committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4dd371f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    f8dd437 View commit details
    Browse the repository at this point in the history
  2. Minor correction

    Signed-off-by: seena-mathew <[email protected]>
    seena-mathew committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    8b5c871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    790ea03 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    91fa0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b931ca View commit details
    Browse the repository at this point in the history
  3. Updated JavaDoc

    seena-mathew committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    4fca650 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Updated ignore package test case

    Signed-off-by: seena-mathew <[email protected]>
    seena-mathew committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3505685 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Performed requested changes for PR 255

    Changed the type from Integer to int in ErrorMarkerListener
    
    Signed-off-by: seena-mathew <[email protected]>
    seena-mathew committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4160e0b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Adding support for forbidden predicates.

    Whenever such a predicate is ensured SAST reports it as an error. One can supply forbidden predicates through the forbPreds command-line option. The option takes a txt file that specifies one forbidden predicate per line.
    kruegers committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    28e148b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca9729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8e136 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    af1b50b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    b1b4997 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    9bdce89 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    ab01741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3f979 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    9765a2e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Bump bcprov-jdk15on in /CryptoAnalysisTargets/BCEllipticCurveExamples

    Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.60 to 1.67.
    - [Release notes](https://github.com/bcgit/bc-java/releases)
    - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.bouncycastle:bcprov-jdk15on
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    5b771e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    bcd6e4c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    4c2c93a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Update .gitignore

    marvinvo committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a4c3d85 View commit details
    Browse the repository at this point in the history
  2. Add crysl rules

    marvinvo committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d917445 View commit details
    Browse the repository at this point in the history
  3. Update Tests

    marvinvo committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4c0f3d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    804715c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    3c419bd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Add implicate

    marvinvo committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f4e63ac View commit details
    Browse the repository at this point in the history
  2. Add new Tests

    marvinvo committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    52ca99a View commit details
    Browse the repository at this point in the history
  3. Clean up tests

    marvinvo committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ff33ea1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Implemented picocli library

    Projucti committed May 21, 2022
    Configuration menu
    Copy the full SHA
    7d40222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c402a7e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Bump bcprov-jdk15on from 1.68 to 1.70

    Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.68 to 1.70.
    - [Release notes](https://github.com/bcgit/bc-java/releases)
    - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.bouncycastle:bcprov-jdk15on
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    067acc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Bump bctls-jdk15on from 1.68 to 1.70

    Bumps [bctls-jdk15on](https://github.com/bcgit/bc-java) from 1.68 to 1.70.
    - [Release notes](https://github.com/bcgit/bc-java/releases)
    - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
    - [Commits](https://github.com/bcgit/bc-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.bouncycastle:bctls-jdk15on
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    99f8157 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge pull request #350 from CROSSINGTUD/dependabot/maven/org.bouncyc…

    …astle-bctls-jdk15on-1.69
    
    Bump bctls-jdk15on from 1.68 to 1.69
    schlichtig authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    479769c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge pull request #409 from CROSSINGTUD/dependabot/maven/org.bouncyc…

    …astle-bcprov-jdk15on-1.70
    
    Bump bcprov-jdk15on from 1.68 to 1.70
    schlichtig authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fd64f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c1f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #412 from CROSSINGTUD/dependabot/maven/org.bouncyc…

    …astle-bctls-jdk15on-1.70
    
    Bump bctls-jdk15on from 1.68 to 1.70
    schlichtig authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b42928b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #357 from CROSSINGTUD/dependabot/maven/CryptoAnaly…

    …sisTargets/BCEllipticCurveExamples/org.bouncycastle-bcprov-jdk15on-1.67
    
    Bump bcprov-jdk15on from 1.60 to 1.67 in /CryptoAnalysisTargets/BCEllipticCurveExamples
    schlichtig authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1042fe0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    91c93af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #497 from CROSSINGTUD/synchronize_develop_and_master

    Synchronize develop and master
    schlichtig authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    849c534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4968ae View commit details
    Browse the repository at this point in the history
  4. Fix small parts

    smeyer198 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7250164 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Merge pull request #373 from CROSSINGTUD/support-custom-classpath

    Support custom CrySL rules on 3rd party applications.
    schlichtig authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ec6feb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    f9a9769 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    b414916 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #499 from CROSSINGTUD/predicate_instance_of

    Add test for predicate instanceOf
    schlichtig authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    89f591d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    ee1f87d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #390 from CROSSINGTUD/issue_389

    Issue 389
    schlichtig authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fd09a8d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.3.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)
    
    ---
    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]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9c244d6 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.surefire:surefire-junit4 from 3.2.2 to 3.2.3

    Bumps org.apache.maven.surefire:surefire-junit4 from 3.2.2 to 3.2.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.surefire:surefire-junit4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fd130e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    3ba7a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a83a81a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    7abd464 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Bump org.apache.maven.plugins:maven-compiler-plugin

    Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.1.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    2d98705 View commit details
    Browse the repository at this point in the history
  2. Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.1.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e6f636d View commit details
    Browse the repository at this point in the history
  3. Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.0.0-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-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    bc767d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Rewrok ignorePackages option

    -Rename ignorePackages to ignoreSections
    -Extend option to also ignore classes and methods
    -Extend test cases to test all option
    smeyer198 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4b9eed1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10

    Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.10.
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    510ba70 View commit details
    Browse the repository at this point in the history
  2. Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10

    Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.10.
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1043d76 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request #255 from CROSSINGTUD/issue206_ignoring_package

    Ignoring certain packages #206
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e339dec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #500 from CROSSINGTUD/dependabot/maven/org.apache.…

    …maven.plugins-maven-surefire-plugin-3.2.3
    
    Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    adc0a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d052b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5edff43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb49f65 View commit details
    Browse the repository at this point in the history
  6. try to run action

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    904915f View commit details
    Browse the repository at this point in the history
  7. move action to root

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    af23713 View commit details
    Browse the repository at this point in the history
  8. specify rulesDir and appPath

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bf7b5f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9e617e View commit details
    Browse the repository at this point in the history
  10. specify base path

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6917963 View commit details
    Browse the repository at this point in the history
  11. pass base path through

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c80cba4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99e58f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f45940b View commit details
    Browse the repository at this point in the history
  14. compile CryptoAnalysis jar

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    201945c View commit details
    Browse the repository at this point in the history
  15. cache compiled jar for action

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    65a4e5e View commit details
    Browse the repository at this point in the history
  16. test specifying version

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9e5678c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6701a9b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    af4c688 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bc2655b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b3e0312 View commit details
    Browse the repository at this point in the history
  21. allow relative paths

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e93fc5d View commit details
    Browse the repository at this point in the history
  22. automatically check out rules

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    255e848 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fc41763 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c8d5022 View commit details
    Browse the repository at this point in the history
  25. add documentation

    Timbals committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    79bdf57 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #501 from CROSSINGTUD/dependabot/maven/org.apache.…

    …maven.surefire-surefire-junit4-3.2.3
    
    Bump org.apache.maven.surefire:surefire-junit4 from 3.2.2 to 3.2.3
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1bd5e6f View commit details
    Browse the repository at this point in the history
  27. Merge pull request #502 from CROSSINGTUD/dependabot/maven/org.apache.…

    …maven.plugins-maven-compiler-plugin-3.12.1
    
    Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d7cf292 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #503 from CROSSINGTUD/dependabot/maven/com.fasterx…

    …ml.jackson.core-jackson-databind-2.16.1
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    de3337f View commit details
    Browse the repository at this point in the history
  29. Merge pull request #504 from CROSSINGTUD/dependabot/maven/com.google.…

    …guava-guava-33.0.0-jre
    
    Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7e67409 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #505 from CROSSINGTUD/dependabot/maven/org.slf4j-s…

    …lf4j-simple-2.0.10
    
    Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10
    schlichtig authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5722f64 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge pull request #506 from CROSSINGTUD/dependabot/maven/org.slf4j-s…

    …lf4j-api-2.0.10
    
    Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10
    schlichtig authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    43c4c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6976c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ace2b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #508 from Timbals/annotations

    Add GitHub action to run CogniCrypt
    schlichtig authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c9f0895 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    2e97837 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    9f6b1c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5b472 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    6290d57 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.5)
    
    ---
    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]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9561cd0 View commit details
    Browse the repository at this point in the history
  3. Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.11

    Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.11.
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ff4484c View commit details
    Browse the repository at this point in the history
  4. Bump org.apache.maven.surefire:surefire-junit4 from 3.2.2 to 3.2.5

    Bumps org.apache.maven.surefire:surefire-junit4 from 3.2.2 to 3.2.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.surefire:surefire-junit4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bb325b2 View commit details
    Browse the repository at this point in the history
  5. Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.11

    Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.11.
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6c57161 View commit details
    Browse the repository at this point in the history
  6. Bump org.codehaus.mojo:flatten-maven-plugin from 1.3.0 to 1.6.0

    Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.3.0 to 1.6.0.
    - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
    - [Commits](mojohaus/flatten-maven-plugin@flatten-maven-plugin-1.3.0...1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:flatten-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0216109 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #515 from CROSSINGTUD/dependabot/maven/org.apache.…

    …maven.plugins-maven-surefire-plugin-3.2.5
    
    Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    33335cf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #509 from CROSSINGTUD/dependabot/maven/org.codehau…

    …s.mojo-flatten-maven-plugin-1.6.0
    
    Bump org.codehaus.mojo:flatten-maven-plugin from 1.3.0 to 1.6.0
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    fbf982e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01e7000 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #510 from CROSSINGTUD/dependabot/maven/org.apache.…

    …maven.surefire-surefire-junit4-3.2.5
    
    Bump org.apache.maven.surefire:surefire-junit4 from 3.2.2 to 3.2.5
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7110e0d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #512 from CROSSINGTUD/dependabot/maven/org.slf4j-s…

    …lf4j-simple-2.0.11
    
    Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.11
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e4c0478 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #513 from CROSSINGTUD/dependabot/maven/org.slf4j-s…

    …lf4j-api-2.0.11
    
    Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.11
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    164c6ca View commit details
    Browse the repository at this point in the history
  13. Merge pull request #376 from marvinvo/support-custom-tests

    Support custom tests
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    32ade39 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #517 from CROSSINGTUD/fix/final_predicate_check

    Add final predicate check
    schlichtig authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    10948c6 View commit details
    Browse the repository at this point in the history