File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,6 @@ updates:
3434 - " major"
3535 ignore :
3636 - dependency-name : " org.springframework.boot:spring-boot-starter-parent"
37- versions : [ "[7.0.0,)" ]
37+ versions : [ "[4.0.0,)" ]
38+ - dependency-name : " com.github.eirslett:frontend-maven-plugin"
39+ versions : [ "[2.0.0,)" ]
Original file line number Diff line number Diff line change 88 <version >0.0.3-SNAPSHOT</version >
99 </parent >
1010 <artifactId >firestarter-frontend</artifactId >
11- <version >0.0.3-SNAPSHOT</version >
1211 <name >Frontend</name >
1312
1413 <properties >
Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >org.springframework.boot</groupId >
3333 <artifactId >spring-boot-starter-parent</artifactId >
34- <version >3.5.9 </version >
34+ <version >4.0.1 </version >
3535 </parent >
3636
3737 <properties >
3838 <java .version>11</java .version>
3939 <axon .version>4.12.2</axon .version>
40- <kotlin .version>2.2.21 </kotlin .version>
40+ <kotlin .version>2.3.0 </kotlin .version>
4141 <dokka .version>2.1.0</dokka .version>
4242 </properties >
4343
You can’t perform that action at this time.
0 commit comments