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

Fix flaky #1202

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Fix flaky #1202

wants to merge 51 commits into from

Commits on Feb 21, 2023

  1. Add maven-build-2.x.yml

    finkmanAtSap committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7e6cf23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a49bb07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a26ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Bump version to 2.13.6 (SAP#1095)

    * bump spring-boot from 2.7.8 to 2.7.9
    
    * bump spring-security from 5.8.1 to 5.8.2
    liga-oz committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    c8dd76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8080ec View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Mar 3, 2023

  1. Fix token client logback scope (SAP#1105)

    * set the logback scope to test to fix regression
    
    * comment out impsort to fix the build pipeline
    liga-oz committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4662d6b View commit details
    Browse the repository at this point in the history
  2. Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 (SAP#1098)

    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.0 to 4.7.3.2.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.7.3.0...spotbugs-maven-plugin-4.7.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    25fef7c View commit details
    Browse the repository at this point in the history
  3. Bump dependency-check-maven from 8.1.0 to 8.1.2 (SAP#1107)

    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.1.0 to 8.1.2.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v8.1.0...v8.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c858339 View commit details
    Browse the repository at this point in the history
  4. Bump version 2.13.7 (SAP#1108)

    * bump org.json to 20230227
    liga-oz committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2a8dedf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Create first_test.yml

    akib6075 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e9f58e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcce3bd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. work-flow removed

    KaziAkibJaved committed May 29, 2023
    Configuration menu
    Copy the full SHA
    34c680e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. remove httpclient caching from DefaultHttpClientFactory (SAP#1416)

    * remove httpclient caching from DefaultHttpClientFactory
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    
    * remove logcaptor
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    
    ---------
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    liga-oz committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    92d1888 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (SAP#1417)

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.1.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c6e7830 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 (S…

    …AP#1337)
    
    Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.0 to 3.21.2.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.21.0...maven-pmd-plugin-3.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-pmd-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Līga <72249435+liga-oz@users.noreply.github.com>
    Co-authored-by: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com>
    3 people committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e0d6349 View commit details
    Browse the repository at this point in the history
  3. Support DwC - Avoid superflous WARN log messages (SAP#1415)

    * Avoid warn messages in case there is no service configuration
    
    * fix fragile test
    
    * make the class fields more restrictive
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    
    ---------
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    Co-authored-by: liga-oz <liga.ozolina@sap.com>
    nenaraab and liga-oz committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1a4bac7 View commit details
    Browse the repository at this point in the history
  4. remove jetty bom and define dependencies explicitly

    cleanup not used dependencies
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    liga-oz committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    87022be View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Make generated jwt attributes in a predictable order (SAP#1403)

    * make the generated attributes to be in the same order
    
    
    ---------
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    Co-authored-by: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com>
    liga-oz and finkmanAtSap committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6aaf717 View commit details
    Browse the repository at this point in the history
  2. cleanup dependencies

    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    liga-oz committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6067844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59b45df View commit details
    Browse the repository at this point in the history
  4. bump version to 3.3.3 (SAP#1419)

    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    liga-oz committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2430469 View commit details
    Browse the repository at this point in the history
  5. apply formatter

    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    liga-oz committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e8607e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Bump slf4j.api.version from 2.0.10 to 2.0.11 (SAP#1421)

    Bumps `slf4j.api.version` from 2.0.10 to 2.0.11.
    
    Updates `org.slf4j:slf4j-api` from 2.0.10 to 2.0.11
    
    Updates `org.slf4j:slf4j-simple` from 2.0.10 to 2.0.11
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    08df046 View commit details
    Browse the repository at this point in the history
  2. Bump org.owasp:dependency-check-maven from 9.0.7 to 9.0.8 (SAP#1420)

    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.7 to 9.0.8.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v9.0.7...v9.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0f09e20 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Bump spring.core.version from 6.1.2 to 6.1.3 (SAP#1425)

    Bumps `spring.core.version` from 6.1.2 to 6.1.3.
    
    Updates `org.springframework:spring-core` from 6.1.2 to 6.1.3
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.2...v6.1.3)
    
    Updates `org.springframework:spring-web` from 6.1.2 to 6.1.3
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.2...v6.1.3)
    
    Updates `org.springframework:spring-aop` from 6.1.2 to 6.1.3
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.2...v6.1.3)
    
    Updates `org.springframework:spring-beans` from 6.1.2 to 6.1.3
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.2...v6.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-web
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-aop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-beans
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    12a063d View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2…

    ….5 (SAP#1424)
    
    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.3...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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c878be4 View commit details
    Browse the repository at this point in the history
  3. Bump io.projectreactor:reactor-test from 3.6.1 to 3.6.2 (SAP#1423)

    Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.6.1 to 3.6.2.
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.6.1...v3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-test
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    69b53bf View commit details
    Browse the repository at this point in the history
  4. Bump io.projectreactor:reactor-core from 3.6.1 to 3.6.2 (SAP#1422)

    Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.1 to 3.6.2.
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.6.1...v3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    74b1de9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d59b16 View commit details
    Browse the repository at this point in the history
  6. remove line break

    finkmanAtSap committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    75fc213 View commit details
    Browse the repository at this point in the history
  7. fix weird white space

    finkmanAtSap committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    72defbc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. bump version to 3.3.4 (SAP#1426)

    ---------
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    Signed-off-by: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com>
    Co-authored-by: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com>
    liga-oz and finkmanAtSap committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ec10df5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SAP#1427 from SAP/fix/do_not_uppercase_service_pla…

    …n_in_config
    
    Remove uppercasing of service plan property when building OAuth2ServiceConfiguration from service bindings
    finkmanAtSap committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    dab6574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6317163 View commit details
    Browse the repository at this point in the history
  4. Merge pull request SAP#1430 from SAP/fix/lowercase_fallback_service_plan

    Change fallback plan from "APPLICATION" to "application"
    finkmanAtSap committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    43beab4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6 (SAP#…

    …1431)
    
    Bumps [uk.org.webcompere:system-stubs-jupiter](https://github.com/webcompere/system-stubs) from 2.1.5 to 2.1.6.
    - [Release notes](https://github.com/webcompere/system-stubs/releases)
    - [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md)
    - [Commits](webcompere/system-stubs@system-stubs-parent-2.1.5...system-stubs-parent-2.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: uk.org.webcompere:system-stubs-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    80c0802 View commit details
    Browse the repository at this point in the history
  2. Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 (

    SAP#1432)
    
    Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.2.0 to 4.8.3.0.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.2.0...spotbugs-maven-plugin-4.8.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ef45ea9 View commit details
    Browse the repository at this point in the history
  3. Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (SAP#1433)

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.8.0...v5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e64e952 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update README.md

    Signed-off-by: Līga  <72249435+liga-oz@users.noreply.github.com>
    liga-oz committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b89f98b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Bump com.sap.cloud.environment.servicebinding:java-bom (SAP#1434)

    Bumps [com.sap.cloud.environment.servicebinding:java-bom](https://github.com/SAP/btp-environment-variable-access) from 0.10.1 to 0.10.2.
    - [Release notes](https://github.com/SAP/btp-environment-variable-access/releases)
    - [Commits](SAP/btp-environment-variable-access@0.10.1...0.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.sap.cloud.environment.servicebinding:java-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e62d92e View commit details
    Browse the repository at this point in the history
  2. Bump org.owasp:dependency-check-maven from 9.0.8 to 9.0.9 (SAP#1436)

    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.8 to 9.0.9.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v9.0.8...v9.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    08e63e4 View commit details
    Browse the repository at this point in the history
  3. Bump spring.boot.version from 3.2.1 to 3.2.2 (SAP#1437)

    Bumps `spring.boot.version` from 3.2.1 to 3.2.2.
    
    Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.1 to 3.2.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.2.1...v3.2.2)
    
    Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.1 to 3.2.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.2.1...v3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2a090fb View commit details
    Browse the repository at this point in the history
  4. Bump org.owasp:dependency-check-maven (SAP#1440)

    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.2 to 9.0.6.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v9.0.2...v9.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a0d7eed View commit details
    Browse the repository at this point in the history
  5. Bump org.owasp:dependency-check-maven (SAP#1441)

    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.2 to 9.0.6.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v9.0.2...v9.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    192e6cf View commit details
    Browse the repository at this point in the history
  6. Bump org.owasp:dependency-check-maven (SAP#1442)

    Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 9.0.2 to 9.0.6.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](jeremylong/DependencyCheck@v9.0.2...v9.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fae5de0 View commit details
    Browse the repository at this point in the history
  7. update multiple xsuaa binding section in README.md (SAP#1438)

    * update README.md
    
    ---------
    
    Signed-off-by: liga-oz <liga.ozolina@sap.com>
    Signed-off-by: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com>
    Co-authored-by: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com>
    liga-oz and finkmanAtSap committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    66fa71c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (SAP#1446)

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.2.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.25.1...assertj-build-3.25.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a46a0b0 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1 (S…

    …AP#1445)
    
    Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3 to 5.3.1.
    - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.3.1/RELEASE_NOTES.txt)
    - [Commits](apache/httpcomponents-client@rel/v5.3...rel/v5.3.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    dc498e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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