Skip to content

chore(deps): bump com.azure:azure-identity in /backend

6e30780
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): bump com.azure:azure-identity from 1.15.4 to 1.18.2 in /backend #20

chore(deps): bump com.azure:azure-identity in /backend
6e30780
Select commit
Loading
Failed to load commit list.
GitHub Actions / Backend Test Results succeeded Mar 1, 2026 in 1s

20 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
backend/target/surefire-reports/TEST-com.ontario.program.controller.ProgramControllerTests.xml 13✅ 2s
backend/target/surefire-reports/TEST-com.ontario.program.ProgramApplicationTests.xml 1✅ 472ms
backend/target/surefire-reports/TEST-com.ontario.program.repository.RepositoryTests.xml 6✅ 4s

✅ backend/target/surefire-reports/TEST-com.ontario.program.controller.ProgramControllerTests.xml

13 tests were completed in 2s with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.ontario.program.controller.ProgramControllerTests 13✅ 2s

✅ com.ontario.program.controller.ProgramControllerTests

✅ shouldSubmitProgram
✅ shouldSubmitProgramWithBudget
✅ shouldRejectProgram
✅ shouldReturnValidationErrorForInvalidReviewStatus
✅ shouldReturnHealthStatus
✅ shouldGetProgramById
✅ shouldApproveProgram
✅ shouldReturnProgramTypes
✅ shouldReturnValidationErrorForNegativeBudget
✅ shouldReturn404ForNonExistentProgram
✅ shouldReturn404WhenReviewingNonExistentProgram
✅ shouldGetAllPrograms
✅ shouldReturnValidationErrorForBlankName

✅ backend/target/surefire-reports/TEST-com.ontario.program.ProgramApplicationTests.xml

1 tests were completed in 472ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.ontario.program.ProgramApplicationTests 1✅ 472ms

✅ com.ontario.program.ProgramApplicationTests

✅ contextLoads

✅ backend/target/surefire-reports/TEST-com.ontario.program.repository.RepositoryTests.xml

6 tests were completed in 4s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.ontario.program.repository.RepositoryTests 6✅ 4s

✅ com.ontario.program.repository.RepositoryTests

✅ shouldHaveFrenchTranslationsForAllProgramTypes
✅ shouldFindNotificationsByProgramId
✅ shouldLoadSeededProgramTypes
✅ shouldFindProgramsByNameContaining
✅ shouldFindProgramsByStatus
✅ shouldSaveAndRetrieveProgram