|
113 | 113 | <dependency> |
114 | 114 | <groupId>com.bioinceptionlabs</groupId> |
115 | 115 | <artifactId>smsd</artifactId> |
116 | | - <version>5.2.1</version> |
| 116 | + <version>5.7.1</version> |
117 | 117 | </dependency> |
118 | 118 |
|
119 | 119 | <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli --> |
120 | 120 | <dependency> |
121 | 121 | <groupId>commons-cli</groupId> |
122 | 122 | <artifactId>commons-cli</artifactId> |
123 | | - <version>1.9.0</version> |
| 123 | + <version>1.11.0</version> |
124 | 124 | </dependency> |
125 | 125 |
|
126 | 126 | <dependency> |
127 | 127 | <groupId>commons-io</groupId> |
128 | 128 | <artifactId>commons-io</artifactId> |
129 | | - <version>2.18.0</version> |
| 129 | + <version>2.21.0</version> |
130 | 130 | </dependency> |
131 | 131 |
|
132 | 132 | <dependency> |
133 | 133 | <groupId>com.google.guava</groupId> |
134 | 134 | <artifactId>guava</artifactId> |
135 | | - <version>33.4.0-jre</version> |
| 135 | + <version>33.5.0-jre</version> |
136 | 136 | </dependency> |
137 | 137 |
|
138 | 138 | </dependencies> |
|
144 | 144 | <plugin> |
145 | 145 | <groupId>org.apache.maven.plugins</groupId> |
146 | 146 | <artifactId>maven-compiler-plugin</artifactId> |
147 | | - <version>3.13.0</version> |
| 147 | + <version>3.14.1</version> |
148 | 148 | <configuration> |
149 | 149 | <source>${jdk.version}</source> |
150 | 150 | <target>${jdk.version}</target> |
|
154 | 154 | <plugin> |
155 | 155 | <groupId>org.apache.maven.plugins</groupId> |
156 | 156 | <artifactId>maven-assembly-plugin</artifactId> |
157 | | - <version>3.7.1</version> |
| 157 | + <version>3.8.0</version> |
158 | 158 | <configuration> |
159 | 159 | <descriptorRefs> |
160 | 160 | <descriptorRef>jar-with-dependencies</descriptorRef> |
|
194 | 194 | <plugin> |
195 | 195 | <groupId>org.apache.maven.plugins</groupId> |
196 | 196 | <artifactId>maven-compiler-plugin</artifactId> |
197 | | - <version>3.13.0</version> |
| 197 | + <version>3.14.1</version> |
198 | 198 | <configuration> |
199 | 199 | <showDeprecation>true</showDeprecation> |
200 | 200 | </configuration> |
201 | 201 | </plugin> |
202 | 202 | <plugin> |
203 | 203 | <groupId>org.apache.maven.plugins</groupId> |
204 | 204 | <artifactId>maven-surefire-plugin</artifactId> |
205 | | - <version>3.5.2</version> |
| 205 | + <version>3.5.5</version> |
206 | 206 | </plugin> |
207 | 207 | </plugins> |
208 | 208 | </build> |
|
0 commit comments