This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit bb4c8a0c authored by Daniel Crazzolara's avatar Daniel Crazzolara
Browse files

Updated some dependencies

parent fb9f192a
2 merge requests!62created achievementService and separated some functionality out of...,!61Feature/#51 import from artemis
......@@ -64,7 +64,7 @@
<jaxb-runtime.version>2.3.3</jaxb-runtime.version>
<archunit-junit5.version>0.14.1</archunit-junit5.version>
<log4j2-mock.version>0.0.2</log4j2-mock.version>
<mapstruct.version>1.3.1.Final</mapstruct.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
<!-- Plugin versions -->
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
......@@ -207,11 +207,12 @@
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>1.4.2.Final</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<scope>provided</scope>
<version>1.4.2.Final</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -237,7 +238,7 @@
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>4.15.7</version>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment