Skip to content

chore(deps): Update google-cloud - #424

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/google-cloud
Open

chore(deps): Update google-cloud#424
renovate[bot] wants to merge 1 commit into
developfrom
renovate/google-cloud

Conversation

@renovate

@renovate renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.cloud.tools.jib 3.5.33.5.4 age confidence
com.google.cloud:libraries-bom (source) 26.84.026.86.0 age confidence

Configuration

📅 Schedule: (in timezone Asia/Seoul)

  • Branch creation
    • "before 10am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude

claude Bot commented Aug 2, 2026

Copy link
Copy Markdown

Claude finished @renovate[bot]'s task in 1m 26s —— View job


🤖 Claude 의존성 영향도 분석

📦 변경점 요약

직접 의존성 (libs.versions.toml)

  • com.google.cloud:libraries-bom 26.84.0 → 26.86.0 (minor, 2 단계)
    • Google Cloud Java 라이브러리 BOM. 이 BOM이 올라가면서 아래 transitive 의존성이 연쇄 업데이트됨
  • com.google.cloud.tools.jib 3.5.3 → 3.5.4 (patch)
    • Docker 이미지 빌드 플러그인. 런타임 무관, 빌드 시에만 사용

주요 transitive 의존성 변화 (lockfile diff 기준)

라이브러리 이전 신규
google-cloud-storage 2.69.0 2.71.0
google-cloud-core 2.71.0 2.73.0
google-cloud-monitoring 3.94.0 3.96.0
gax / gax-grpc / gax-httpjson 2.81.0 2.83.0
io.grpc:grpc-* (전체) 1.81.0 1.82.2
google-auth-library-* 1.48.0 1.50.0
google-http-client* 2.1.0 2.2.0
guava 33.5.0-jre 33.6.0-jre
conscrypt-openjdk-uber 2.5.2 2.6.0
google-api-services-storage v1-rev20260204 v1-rev20260524

🎯 Q-Asker 영향도: 🟢 LOW

사용처 (코드에서 실제 확인):

  • modules/quiz-ai/impl/.../config/GcsClientConfig.javaStorageOptions.getDefaultInstance().getService()로 GCS Storage 빈 생성 (ADC 인증)
  • modules/quiz-ai/impl/.../service/support/GeminiFileServiceImpl.javaStorage.createFrom(), Storage.delete(), BlobId.of(), BlobInfo.newBuilder() 사용. Gemini 퀴즈 생성 시 PDF를 GCS에 업로드하는 핵심 경로
  • google-cloud-monitoring직접 사용하는 Java 코드 없음 (transitive only, Spring AI가 pull-in하는 것으로 추정)
  • jib — 빌드 플러그인, 런타임 코드와 무관

예상 영향:

  • google-cloud-storage 2.69 → 2.71: createFrom, delete, BlobId, BlobInfo 등 우리가 사용하는 API는 안정적인 stable API로, minor 업데이트에서 breaking change 없음
  • grpc 1.81 → 1.82.2: patch-level 버전 범프 (1.81.x → 1.82.x). gRPC는 transitive로만 사용되며 Spring AI가 내부적으로 관리하므로 직접 영향 없음
  • google-auth-library 1.48 → 1.50: ADC 인증 경로 영향 가능성 있으나 인증 인터페이스 변경은 minor에서 거의 없음
  • guava 33.5 → 33.6: transitive, 우리 코드가 직접 Guava API 호출 없음
  • jib 3.5.4: patch 업데이트, Docker 이미지 빌드 동작에 실질 차이 없음

✅ 권장 액션

  • lockfile 및 의존성 변화 분석 완료
  • CI green 확인 (핵심 — quiz-ai 모듈 테스트 포함)
  • (선택) 로컬에서 ./gradlew :modules:quiz-ai:impl:test 후 GCS 업로드 경로 정상 동작 확인

📋 참고

  • Release Notes: PR 본문 참조 (Renovate 자동 생성)
  • 분석 모델: claude-sonnet-4-6

@renovate
renovate Bot force-pushed the renovate/google-cloud branch 2 times, most recently from cc0d703 to aed8439 Compare August 4, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/google-cloud branch 2 times, most recently from 2b1eb5d to 40165f3 Compare August 15, 2026 02:55
@renovate
renovate Bot force-pushed the renovate/google-cloud branch from 40165f3 to 49250ee Compare August 15, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants