File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.namul</groupId >
88 <artifactId >beginner</artifactId >
9- <version >0.7.1 </version >
9+ <version >0.7.2 </version >
1010 </parent >
1111
1212 <artifactId >api-payload</artifactId >
4646 <dependency >
4747 <groupId >jakarta.servlet</groupId >
4848 <artifactId >jakarta.servlet-api</artifactId >
49- <scope >provided</scope >
5049 </dependency >
5150 <dependency >
5251 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 44
55 <groupId >org.namul</groupId >
66 <artifactId >beginner</artifactId >
7- <version >0.7.1 </version >
7+ <version >0.7.2 </version >
88 <packaging >pom</packaging >
99
1010 <description >
6969 <dependency >
7070 <groupId >org.springframework</groupId >
7171 <artifactId >spring-web</artifactId >
72+ <scope >provided</scope >
7273 </dependency >
7374
7475 <dependency >
8081 <dependency >
8182 <groupId >org.springframework</groupId >
8283 <artifactId >spring-webmvc</artifactId >
84+ <scope >provided</scope >
8385 </dependency >
8486
8587 <dependency >
8688 <groupId >org.springframework.boot</groupId >
8789 <artifactId >spring-boot-starter-validation</artifactId >
90+ <scope >provided</scope >
8891 </dependency >
8992
9093 <dependency >
97100 <dependency >
98101 <groupId >com.fasterxml.jackson.core</groupId >
99102 <artifactId >jackson-databind</artifactId >
103+ <scope >provided</scope >
100104 </dependency >
101105
102106 <dependency >
118122 <dependency >
119123 <groupId >org.springframework.boot</groupId >
120124 <artifactId >spring-boot-dependencies</artifactId >
121- <version >3.2.2 </version >
125+ <version >3.5.6 </version >
122126 <type >pom</type >
123127 <scope >import</scope >
124128 </dependency >
You can’t perform that action at this time.
0 commit comments