Skip to content
Snippets Groups Projects
Commit d193c423 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3931 [pluto-server] disable mongock, update its version; bump bescheid-manager

parent d612a8c3
Branches
Tags
No related merge requests found
...@@ -50,10 +50,11 @@ ...@@ -50,10 +50,11 @@
<kop.license.version>1.3.0</kop.license.version> <kop.license.version>1.3.0</kop.license.version>
<kop.zufi.api.version>0.5.0</kop.zufi.api.version> <kop.zufi.api.version>0.5.0</kop.zufi.api.version>
<user-manager-interface.version>1.11.0</user-manager-interface.version> <user-manager-interface.version>1.11.0</user-manager-interface.version>
<bescheid-manager.version>1.2.0-SNAPSHOT</bescheid-manager.version>
<zip.version>2.11.1</zip.version> <zip.version>2.11.1</zip.version>
<jsoup.version>1.15.3</jsoup.version> <jsoup.version>1.15.3</jsoup.version>
<mongock.version>5.1.4</mongock.version> <mongock.version>5.3.4</mongock.version>
<testcontainer.version>1.17.3</testcontainer.version> <testcontainer.version>1.17.3</testcontainer.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
...@@ -100,7 +101,7 @@ ...@@ -100,7 +101,7 @@
<dependency> <dependency>
<groupId>de.ozgcloud.bescheid</groupId> <groupId>de.ozgcloud.bescheid</groupId>
<artifactId>bescheid-manager</artifactId> <artifactId>bescheid-manager</artifactId>
<version>1.1.0</version> <version>${bescheid-manager.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
...@@ -144,7 +145,6 @@ ...@@ -144,7 +145,6 @@
<dependency> <dependency>
<groupId>net.devh</groupId> <groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId> <artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.15.0.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
...@@ -318,12 +318,12 @@ ...@@ -318,12 +318,12 @@
<!-- mongock --> <!-- mongock -->
<dependency> <dependency>
<groupId>io.mongock</groupId> <groupId>io.mongock</groupId>
<artifactId>mongock-springboot</artifactId> <artifactId>mongock-springboot-v3</artifactId>
<version>${mongock.version}</version> <version>${mongock.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.mongock</groupId> <groupId>io.mongock</groupId>
<artifactId>mongodb-springdata-v3-driver</artifactId> <artifactId>mongodb-springdata-v4-driver</artifactId>
<version>${mongock.version}</version> <version>${mongock.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -399,7 +399,7 @@ ...@@ -399,7 +399,7 @@
<executions> <executions>
<execution> <execution>
<id>exec</id> <id>exec</id>
<phase>process-sources</phase> <phase>process-classes</phase>
<goals> <goals>
<goal>find-and-replace</goal> <goal>find-and-replace</goal>
</goals> </goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment