Skip to content

Commit da414c7

Browse files
Fixed github actions deployment - build kotlin-service, build quarkus-service, build authentication-service
1 parent 53d37bb commit da414c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quarkus-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<artifactId>quarkus-opentelemetry</artifactId>
3939
</dependency>
4040
<dependency>
41-
<groupId>com.github.rodrigorodrigues</groupId>
41+
<groupId>org.springframework.data</groupId>
4242
<artifactId>spring-data-commons</artifactId>
43-
<version>4.1.0-SNAPSHOT</version>
43+
<version>4.0.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)