-
Notifications
You must be signed in to change notification settings - Fork 0
StudyMember TestCode #130
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
Open
HwangMinSeon
wants to merge
6
commits into
develop
Choose a base branch
from
BACKEND-186
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
StudyMember TestCode #130
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ffd8fd6
StudyMember TestCode 작성
HwangMinSeon e6434c9
fix : build.gradle 수정
HwangMinSeon 79e740f
깃 최신 브랜치 가져옴
HwangMinSeon fe15445
fix : coderabbit 수정 및 RepositoryTestSupport로 컨테이너 받아서 구현
HwangMinSeon 7094c5f
fix : QueryDSL 버전을 5.1.0으로 통일
HwangMinSeon 0589123
fix: StudyMemberMapper.toEntities에서 users Map에 없는 userId에 대한 null 체크 추가
HwangMinSeon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
Testcontainers latest version 2025 release💡 Result:
The latest Testcontainers (Java) release as of Nov 29, 2025 is 2.0.2 (released Nov 13, 2025). [1]
The previous stable 1.x release was 1.21.3 (released Jun 28–29, 2025). [2]
Sources:
[1] GitHub releases — testcontainers/testcontainers-java (2.0.2).
[2] Maven / mvnrepository entries for 1.21.3.
🌐 Web query:
Testcontainers 1.19.3 release date security vulnerabilities💡 Result:
Release date: November 21, 2023. [1][2]
Known security issues (from dependencies):
References:
[1] Maven Central / mvnrepository entry for org.testcontainers:testcontainers:1.19.3 (date & reported vulnerabilities).
[2] Repository index for testcontainers 1.19.3 (timestamp).
[3] NVD / advisories for CVE-2024-26308.
[4] NVD / advisories for CVE-2024-25710.
Update Testcontainers to a newer version; 1.19.3 has known security vulnerabilities.
Version 1.19.3 (released November 21, 2023) is now significantly outdated. As of November 2025, the latest stable version is 2.0.2 (released November 13, 2025), with 1.21.3 being the last 1.x release (June 28, 2025).
More critically, 1.19.3 has transitive dependency vulnerabilities:
Upgrade to at least 1.21.3 (minimal 1.x update) or preferably 2.0.2 (latest).