Skip to content

Commit f418ed2

Browse files
authored
Merge pull request #128 from AxonFramework/dependabot/maven/maven-dependencies-b0f1c98b6a
Bump the maven-dependencies group with 2 updates
2 parents a7558d5 + e054893 commit f418ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>com.github.eirslett</groupId>
2323
<artifactId>frontend-maven-plugin</artifactId>
24-
<version>1.15.1</version>
24+
<version>1.15.4</version>
2525
<executions>
2626
<execution>
2727
<id>install npm and node</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.14.0</version>
140+
<version>3.14.1</version>
141141
<configuration>
142142
<source>${java.version}</source>
143143
<target>${java.version}</target>

0 commit comments

Comments
 (0)