Skip to content

Commit f0c72a3

Browse files
committed
chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1
1 parent eacee5b commit f0c72a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

topics/sw_concepts/code/pattern-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-compiler-plugin</artifactId>
71-
<version>3.14.0</version>
71+
<version>3.14.1</version>
7272
</plugin>
7373

7474
<plugin>

topics/testing/code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-compiler-plugin</artifactId>
134-
<version>3.14.0</version>
134+
<version>3.14.1</version>
135135
</plugin>
136136

137137
<plugin>

0 commit comments

Comments
 (0)