From 92d4a6d6e3075b17721ed41bac3db1eddd28a60e Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 25 Aug 2022 10:04:31 +0200 Subject: [PATCH] update libs --- mail-service/pom.xml | 1 + notification-manager/pom.xml | 2 +- pluto-server/pom.xml | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/mail-service/pom.xml b/mail-service/pom.xml index 6723c752f..305105112 100644 --- a/mail-service/pom.xml +++ b/mail-service/pom.xml @@ -95,6 +95,7 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> + <scope>provided</scope> </dependency> <!-- TEST --> diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml index 280e47344..a36d504b7 100644 --- a/notification-manager/pom.xml +++ b/notification-manager/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> <relativePath /> </parent> diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml index 3990a7f2d..9a5ffa720 100644 --- a/pluto-server/pom.xml +++ b/pluto-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> <relativePath /> </parent> @@ -21,11 +21,11 @@ <spring-boot.build-image.imageName>docker.ozg-sh.de/pluto:build-latest</spring-boot.build-image.imageName> - <zip.version>2.7.0</zip.version> - <jsoup.version>1.13.1</jsoup.version> + <zip.version>2.11.1</zip.version> + <jsoup.version>1.15.3</jsoup.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <mongock.version>5.0.35</mongock.version> + <mongock.version>5.1.4</mongock.version> <testcontainer.version>1.17.3</testcontainer.version> @@ -167,6 +167,7 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> + <scope>provided</scope> </dependency> <!-- Test --> -- GitLab