File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
unicorn-store-spring-graalvm Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >3.5 .0</version >
7+ <version >4.0 .0</version >
88 </parent >
99 <groupId >com.unicorn</groupId >
1010 <artifactId >UnicornStockBroker</artifactId >
1616 <maven .compiler.target>25</maven .compiler.target>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19- <spring-cloud .version>2025.0 .0</spring-cloud .version>
19+ <spring-cloud .version>2025.1 .0</spring-cloud .version>
2020 <aws-sdk .version>2.39.6</aws-sdk .version>
2121 </properties >
2222
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5 .0</version >
8+ <version >4.0 .0</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.unicorn</groupId >
6363 <dependency >
6464 <groupId >org.springframework.cloud</groupId >
6565 <artifactId >spring-cloud-dependencies</artifactId >
66- <version >2025.0 .0</version >
66+ <version >2025.1 .0</version >
6767 <type >pom</type >
6868 <scope >import</scope >
6969 </dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5 .0</version >
8+ <version >4.0 .0</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.unicorn</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5 .0</version >
8+ <version >4.0 .0</version >
99 </parent >
1010
1111 <groupId >com.unicorn</groupId >
2828 <groupId >org.springframework.boot</groupId >
2929 <artifactId >spring-boot-starter-web</artifactId >
3030 </dependency >
31+ <dependency >
32+ <groupId >org.springframework.boot</groupId >
33+ <artifactId >spring-boot-jackson2</artifactId >
34+ </dependency >
3135 <dependency >
3236 <groupId >software.amazon.awssdk</groupId >
3337 <artifactId >eventbridge</artifactId >
You can’t perform that action at this time.
0 commit comments