Skip to content

Commit 205292e

Browse files
committed
updated dependencies
1 parent 8eb4261 commit 205292e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

jcp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.projectlombok</groupId>
181181
<artifactId>lombok</artifactId>
182-
<version>1.18.22</version>
182+
<version>1.18.24</version>
183183
<scope>provided</scope>
184184
</dependency>
185185
<dependency>
@@ -230,13 +230,13 @@
230230
<dependency>
231231
<groupId>org.slf4j</groupId>
232232
<artifactId>slf4j-api</artifactId>
233-
<version>1.7.25</version>
233+
<version>1.7.36</version>
234234
<scope>provided</scope>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.slf4j</groupId>
238238
<artifactId>slf4j-simple</artifactId>
239-
<version>1.7.25</version>
239+
<version>1.7.36</version>
240240
<scope>provided</scope>
241241
</dependency>
242242

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<timestamp>${maven.build.timestamp}</timestamp>
1717
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
1818
<min.maven.api>3.0</min.maven.api>
19-
<junit.version>5.7.2</junit.version>
19+
<junit.version>5.8.2</junit.version>
2020
<maven.compiler.source>1.8</maven.compiler.source>
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
</properties>

0 commit comments

Comments
 (0)