File tree Expand file tree Collapse file tree 3 files changed +4
-31
lines changed Expand file tree Collapse file tree 3 files changed +4
-31
lines changed Original file line number Diff line number Diff line change 1
- plugins { id ' org.springframework.boot' version ' 3.2.0-RC2'
1
+ plugins {
2
+ id ' org.springframework.boot' version ' 3.2.0'
2
3
id ' io.spring.dependency-management' version ' 1.1.3'
3
4
id ' java'
4
5
}
@@ -9,12 +10,11 @@ sourceCompatibility = '17'
9
10
10
11
repositories {
11
12
mavenCentral()
12
- maven { url ' https://repo.spring.io/milestone' }
13
13
}
14
14
15
15
dependencies {
16
16
implementation ' org.springframework.boot:spring-boot-starter-web'
17
- implementation ' org.crac:crac:1.4.0 '
17
+ implementation ' org.crac:crac'
18
18
testImplementation ' org.springframework.boot:spring-boot-starter-test'
19
19
}
20
20
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.2.0-RC2 </version >
8
+ <version >3.2.0</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.example</groupId >
24
24
<dependency >
25
25
<groupId >org.crac</groupId >
26
26
<artifactId >crac</artifactId >
27
- <version >1.4.0</version >
28
27
</dependency >
29
28
30
29
<dependency >
42
41
</plugin >
43
42
</plugins >
44
43
</build >
45
- <repositories >
46
- <repository >
47
- <id >spring-milestones</id >
48
- <name >Spring Milestones</name >
49
- <url >https://repo.spring.io/milestone</url >
50
- <snapshots >
51
- <enabled >false</enabled >
52
- </snapshots >
53
- </repository >
54
- </repositories >
55
- <pluginRepositories >
56
- <pluginRepository >
57
- <id >spring-milestones</id >
58
- <name >Spring Milestones</name >
59
- <url >https://repo.spring.io/milestone</url >
60
- <snapshots >
61
- <enabled >false</enabled >
62
- </snapshots >
63
- </pluginRepository >
64
- </pluginRepositories >
65
44
66
45
</project >
Original file line number Diff line number Diff line change 1
- pluginManagement {
2
- repositories {
3
- maven { url ' https://repo.spring.io/milestone' }
4
- gradlePluginPortal()
5
- }
6
- }
7
1
rootProject. name = ' example-spring-boot'
You can’t perform that action at this time.
0 commit comments