We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7c4b10 + 562d162 commit 8ca16cfCopy full SHA for 8ca16cf
1 file changed
pom.xml
@@ -107,7 +107,7 @@
107
<dependency>
108
<groupId>org.assertj</groupId>
109
<artifactId>assertj-core</artifactId>
110
- <version>3.27.5</version>
+ <version>3.27.6</version>
111
<scope>test</scope>
112
</dependency>
113
<!-- == ModelMapper ================================================ -->
@@ -159,7 +159,7 @@
159
<plugin>
160
<groupId>org.apache.maven.plugins</groupId>
161
<artifactId>maven-compiler-plugin</artifactId>
162
- <version>3.14.0</version>
+ <version>3.14.1</version>
163
<configuration>
164
<source>${java.version}</source>
165
<target>${java.version}</target>
0 commit comments