Skip to content

Commit 35f8da8

Browse files
committed
Merge remote-tracking branch 'origin/issues/44_Upgrade_to_DSF_0.9.0'
into develop
2 parents 670e34c + 88d091c commit 35f8da8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<compileTarget>11</compileTarget>
2626

2727
<main.basedir>${project.basedir}</main.basedir>
28-
<dsf.version>0.9.0-RC1</dsf.version>
28+
<dsf.version>0.9.0</dsf.version>
2929
</properties>
3030

3131
<name>highmed-processes</name>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>de.hs-heilbronn.mi</groupId>
121121
<artifactId>log4j2-utils</artifactId>
122-
<version>0.13.0</version>
122+
<version>0.14.0</version>
123123
</dependency>
124124

125125
<!-- logging -->
@@ -132,12 +132,12 @@
132132
<dependency>
133133
<groupId>com.fasterxml.jackson.core</groupId>
134134
<artifactId>jackson-annotations</artifactId>
135-
<version>2.13.2</version>
135+
<version>2.13.4</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.springframework</groupId>
139139
<artifactId>spring-web</artifactId>
140-
<version>5.3.19</version>
140+
<version>5.3.23</version>
141141
</dependency>
142142

143143
<!-- testing -->
@@ -171,12 +171,12 @@
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173173
<artifactId>maven-surefire-plugin</artifactId>
174-
<version>3.0.0-M5</version>
174+
<version>3.0.0-M7</version>
175175
</plugin>
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-jar-plugin</artifactId>
179-
<version>3.2.2</version>
179+
<version>3.3.0</version>
180180
<configuration>
181181
<archive>
182182
<manifest>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-shade-plugin</artifactId>
196-
<version>3.2.4</version>
196+
<version>3.4.0</version>
197197
</plugin>
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
@@ -203,17 +203,17 @@
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-clean-plugin</artifactId>
206-
<version>3.1.0</version>
206+
<version>3.2.0</version>
207207
</plugin>
208208
<plugin>
209209
<groupId>net.revelc.code.formatter</groupId>
210210
<artifactId>formatter-maven-plugin</artifactId>
211-
<version>2.18.0</version>
211+
<version>2.20.0</version>
212212
</plugin>
213213
<plugin>
214214
<groupId>net.revelc.code</groupId>
215215
<artifactId>impsort-maven-plugin</artifactId>
216-
<version>1.6.2</version>
216+
<version>1.7.0</version>
217217
</plugin>
218218
<plugin>
219219
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)