Skip to content

Commit 4a60bbe

Browse files
committed
Bump SMSD to 5.7.1 and update all Maven dependencies to latest
SMSD 5.2.1→5.7.1, commons-cli 1.9.0→1.11.0, commons-io 2.18.0→2.21.0, guava 33.4.0→33.5.0, maven-compiler 3.13.0→3.14.1, maven-surefire 3.5.2→3.5.5, maven-assembly 3.7.1→3.8.0. All 163 tests pass.
1 parent 41e54b1 commit 4a60bbe

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,26 +113,26 @@
113113
<dependency>
114114
<groupId>com.bioinceptionlabs</groupId>
115115
<artifactId>smsd</artifactId>
116-
<version>5.2.1</version>
116+
<version>5.7.1</version>
117117
</dependency>
118118

119119
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
120120
<dependency>
121121
<groupId>commons-cli</groupId>
122122
<artifactId>commons-cli</artifactId>
123-
<version>1.9.0</version>
123+
<version>1.11.0</version>
124124
</dependency>
125125

126126
<dependency>
127127
<groupId>commons-io</groupId>
128128
<artifactId>commons-io</artifactId>
129-
<version>2.18.0</version>
129+
<version>2.21.0</version>
130130
</dependency>
131131

132132
<dependency>
133133
<groupId>com.google.guava</groupId>
134134
<artifactId>guava</artifactId>
135-
<version>33.4.0-jre</version>
135+
<version>33.5.0-jre</version>
136136
</dependency>
137137

138138
</dependencies>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-compiler-plugin</artifactId>
147-
<version>3.13.0</version>
147+
<version>3.14.1</version>
148148
<configuration>
149149
<source>${jdk.version}</source>
150150
<target>${jdk.version}</target>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-assembly-plugin</artifactId>
157-
<version>3.7.1</version>
157+
<version>3.8.0</version>
158158
<configuration>
159159
<descriptorRefs>
160160
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -194,15 +194,15 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-compiler-plugin</artifactId>
197-
<version>3.13.0</version>
197+
<version>3.14.1</version>
198198
<configuration>
199199
<showDeprecation>true</showDeprecation>
200200
</configuration>
201201
</plugin>
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-surefire-plugin</artifactId>
205-
<version>3.5.2</version>
205+
<version>3.5.5</version>
206206
</plugin>
207207
</plugins>
208208
</build>

0 commit comments

Comments
 (0)