Skip to content

Commit 9a7997a

Browse files
committed
Merge remote-tracking branch
'origin/issues/24_Upgrade_Maven_Dependencies' into develop
2 parents 0389149 + 05affe1 commit 9a7997a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>de.hs-heilbronn.mi</groupId>
104104
<artifactId>log4j2-utils</artifactId>
105-
<version>0.9.0</version>
105+
<version>0.10.0</version>
106106
</dependency>
107107

108108
<!-- logging -->
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>com.fasterxml.jackson.core</groupId>
117117
<artifactId>jackson-annotations</artifactId>
118-
<version>2.12.3</version>
118+
<version>2.12.4</version>
119119
</dependency>
120120

121121
<!-- testing -->
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-dependency-plugin</artifactId>
181-
<version>3.1.2</version>
181+
<version>3.2.0</version>
182182
</plugin>
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>net.revelc.code.formatter</groupId>
190190
<artifactId>formatter-maven-plugin</artifactId>
191-
<version>2.15.0</version>
191+
<version>2.16.0</version>
192192
</plugin>
193193
<plugin>
194194
<groupId>net.revelc.code</groupId>

0 commit comments

Comments
 (0)