Skip to content

Commit fa113a0

Browse files
committed
Update dependencies
Signed-off-by: Thang PHAM <[email protected]>
1 parent 98414c4 commit fa113a0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
</developers>
4343

4444
<properties>
45-
<gridsuite-dependencies.version>42.0.0</gridsuite-dependencies.version>
45+
<gridsuite-dependencies.version>43.0.0</gridsuite-dependencies.version>
4646
<!-- FIXME to remove at next upgrade of gridsuite-dependencies -->
47-
<gridsuite-computation.version>1.0.0</gridsuite-computation.version>
47+
<gridsuite-computation.version>1.3.0</gridsuite-computation.version>
4848
<!-- FIXME to remove at next upgrade of powsybl-ws-dependencies -->
4949
<powsybl-ws-commons.version>1.28.0</powsybl-ws-commons.version>
5050

@@ -120,6 +120,10 @@
120120
<groupId>org.springframework.boot</groupId>
121121
<artifactId>spring-boot-starter-data-jpa</artifactId>
122122
</dependency>
123+
<dependency>
124+
<groupId>org.springframework.boot</groupId>
125+
<artifactId>spring-boot-starter-actuator</artifactId>
126+
</dependency>
123127
<dependency>
124128
<groupId>org.springframework.cloud</groupId>
125129
<artifactId>spring-cloud-stream</artifactId>
@@ -152,11 +156,6 @@
152156
</dependency>
153157

154158
<!-- runtime dependencies -->
155-
<dependency>
156-
<groupId>org.springframework.boot</groupId>
157-
<artifactId>spring-boot-starter-actuator</artifactId>
158-
<scope>runtime</scope>
159-
</dependency>
160159
<dependency>
161160
<groupId>org.springframework.cloud</groupId>
162161
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>

0 commit comments

Comments
 (0)