Skip to content

Commit

Permalink
fix: 스프링 버전 SNAPSHOT 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Jul 14, 2023
1 parent 9d73f57 commit 4cec86b
Showing 1 changed file with 1 addition and 1 deletion.
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 '2.7.14-SNAPSHOT'
id 'org.springframework.boot' version '2.7.13'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
}

Expand Down

0 comments on commit 4cec86b

Please sign in to comment.