Skip to content

Commit 3bd7c44

Browse files
committed
fix!: build warning
1 parent 961208a commit 3bd7c44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
<plugin>
1212
<groupId>org.apache.maven.plugins</groupId>
1313
<artifactId>maven-compiler-plugin</artifactId>
14+
<version>3.13.0</version>
1415
<configuration>
1516
<source>17</source>
1617
<target>17</target>
1718
</configuration>
1819
</plugin>
1920
</plugins>
2021
</build>
21-
<version>4.2.6</version>
22+
<version>5.0.0</version>
2223
<url>http://maven.apache.org</url>
2324
<name>service-common</name>
2425
<description>FIAP SOAT1 2023 - Group 63 - Common files</description>

0 commit comments

Comments
 (0)