Skip to content

Commit 33b0fc0

Browse files
committed
update dependencies
1 parent 7daa3f9 commit 33b0fc0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<compileSource>17</compileSource>
1515
<compileTarget>17</compileTarget>
1616

17-
<dsf.version>1.0.0-SNAPSHOT</dsf.version>
17+
<dsf.version>1.0.0</dsf.version>
1818
<dsf.location>../dsf</dsf.location>
1919
</properties>
2020

@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-surefire-plugin</artifactId>
90-
<version>3.0.0</version>
90+
<version>3.1.2</version>
9191
</plugin>
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
@@ -109,21 +109,22 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-shade-plugin</artifactId>
112-
<version>3.4.1</version>
112+
<version>3.5.0</version>
113113
</plugin>
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-dependency-plugin</artifactId>
117-
<version>3.5.0</version>
117+
<version>3.6.0</version>
118118
</plugin>
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-clean-plugin</artifactId>
122-
<version>3.2.0</version>
122+
<version>3.3.1</version>
123123
</plugin>
124124
<plugin>
125125
<groupId>org.codehaus.mojo</groupId>
126126
<artifactId>buildnumber-maven-plugin</artifactId>
127+
<!-- 3.1.0 not working, no git commit hash as buildnumber -->
127128
<version>1.4</version>
128129
<executions>
129130
<execution>
@@ -141,15 +142,15 @@
141142
<plugin>
142143
<groupId>net.revelc.code.formatter</groupId>
143144
<artifactId>formatter-maven-plugin</artifactId>
144-
<version>2.22.0</version>
145+
<version>2.23.0</version>
145146
<configuration>
146147
<configFile>eclipse-formatter-config.xml</configFile>
147148
</configuration>
148149
</plugin>
149150
<plugin>
150151
<groupId>net.revelc.code</groupId>
151152
<artifactId>impsort-maven-plugin</artifactId>
152-
<version>1.8.0</version>
153+
<version>1.9.0</version>
153154
<configuration>
154155
<compliance>17</compliance>
155156
<groups>java.,javax.,org.,com.</groups>

0 commit comments

Comments
 (0)