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

Changelog #623

Merged
merged 27 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
be4333d
chore(deps): bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.10…
dependabot[bot] Oct 14, 2024
72f49f5
chore(deps): bump ch.qos.logback:logback-core from 1.5.8 to 1.5.10 (#…
dependabot[bot] Oct 14, 2024
309df07
chore(deps): bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.1…
dependabot[bot] Oct 21, 2024
76bdb82
chore(deps): bump com.slack.api:slack-api-model from 1.43.1 to 1.44.0…
dependabot[bot] Oct 21, 2024
612cfb2
chore(deps): bump ch.qos.logback:logback-core from 1.5.10 to 1.5.11 (…
dependabot[bot] Oct 21, 2024
3b9f888
chore(deps): bump com.slack.api:slack-api-client from 1.43.1 to 1.44.…
dependabot[bot] Oct 21, 2024
7ebdec4
chore(deps): bump com.slack.api:slack-app-backend from 1.43.1 to 1.44…
dependabot[bot] Oct 21, 2024
6315bb8
refactor: 메서드명 변경, DtoMapper 변환 완료 (#581)
SongJaeHoonn Oct 22, 2024
eaa6c9c
refactor: POST 요청 응답 상태코드 변경 (200 → 201) 완료 (#593)
limehee Oct 23, 2024
0c3eaed
chore(deps): bump com.slack.api:slack-app-backend from 1.44.0 to 1.44…
dependabot[bot] Oct 28, 2024
3b388df
chore(deps): bump com.slack.api:slack-api-client from 1.44.0 to 1.44.…
dependabot[bot] Oct 28, 2024
0c471ae
chore(deps): bump org.springframework.boot from 3.3.4 to 3.3.5 (#601)
dependabot[bot] Oct 28, 2024
6cb4a7b
chore(deps): bump com.ibm.icu:icu4j from 75.1 to 76.1 (#602)
dependabot[bot] Oct 28, 2024
2a5e9c7
chore(deps): bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.1…
dependabot[bot] Oct 28, 2024
9f7164e
chore(deps): bump ch.qos.logback:logback-core from 1.5.11 to 1.5.12 (…
dependabot[bot] Oct 28, 2024
58572a7
refactor: 코드 설명을 위한 주석 및 JavaDocs 추가 완료 (#605)
SongJaeHoonn Nov 5, 2024
6c96deb
refactor: 게시판 카테고리 재분류 완료 (#608)
mingmingmon Nov 6, 2024
a15b0c6
chore(deps): bump org.mapstruct:mapstruct-processor from 1.6.2 to 1.6…
dependabot[bot] Nov 12, 2024
d2cbe66
chore(deps): bump org.mapstruct:mapstruct from 1.6.2 to 1.6.3 (#613)
dependabot[bot] Nov 12, 2024
6826bad
chore(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#622)
dependabot[bot] Nov 26, 2024
027f662
chore(deps): bump com.slack.api:slack-app-backend from 1.44.1 to 1.44…
dependabot[bot] Nov 26, 2024
e1fa8bb
chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui f…
dependabot[bot] Nov 26, 2024
cb487fc
chore(deps): bump com.slack.api:slack-api-model, client from 1.44.1 t…
dependabot[bot] Nov 26, 2024
5b55cf4
chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0 (#618)
dependabot[bot] Nov 26, 2024
3ca00d5
refactor: CD 파이프라인 이미지 최적화 및 빌드 성능 개선을 위한 Docker Multi-stage Build, S…
limehee Nov 27, 2024
a9ad4e5
refactor: 알림 시스템 이벤트 기반 리팩토링 및 멀티플랫폼 지원 구현 완료 (#615)
limehee Nov 27, 2024
035de6a
fix: springframework.boot, springdoc 의존성 버전 다운그레이드
mingmingmon Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0 (#618)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Nov 26, 2024
commit 5b55cf4f2890b1766c7a9bd31c40edf2b50c802c
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
}