Skip to content

Commit 625341f

Browse files
committed
Update a bunch of dependencies
1 parent 987fb3e commit 625341f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.simplify4u</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>2.19.0</version>
24+
<version>2.20.0</version>
2525
<relativePath />
2626
</parent>
2727

@@ -142,18 +142,18 @@
142142
<!-- external library -->
143143
<dependency>
144144
<groupId>org.bouncycastle</groupId>
145-
<artifactId>bcpg-jdk15on</artifactId>
146-
<version>1.70</version>
145+
<artifactId>bcpg-jdk18on</artifactId>
146+
<version>1.77</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.projectlombok</groupId>
150150
<artifactId>lombok</artifactId>
151-
<version>1.18.28</version>
151+
<version>1.18.30</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.slf4j</groupId>
155155
<artifactId>slf4j-api</artifactId>
156-
<version>1.7.36</version>
156+
<version>2.0.10</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.vavr</groupId>
@@ -165,12 +165,12 @@
165165
<dependency>
166166
<groupId>org.assertj</groupId>
167167
<artifactId>assertj-core</artifactId>
168-
<version>3.24.2</version>
168+
<version>3.25.0</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.junit</groupId>
172172
<artifactId>junit-bom</artifactId>
173-
<version>5.9.3</version>
173+
<version>5.10.1</version>
174174
<type>pom</type>
175175
<scope>import</scope>
176176
</dependency>
@@ -181,7 +181,7 @@
181181
</dependency>
182182
<dependency>
183183
<groupId>org.simplify4u</groupId>
184-
<artifactId>slf4j-mock</artifactId>
184+
<artifactId>slf4j2-mock</artifactId>
185185
<version>2.3.0</version>
186186
</dependency>
187187

@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.codehaus.plexus</groupId>
196196
<artifactId>plexus-component-annotations</artifactId>
197-
<version>2.1.1</version>
197+
<version>2.2.0</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.codehaus.plexus</groupId>
@@ -245,7 +245,7 @@
245245

246246
<dependency>
247247
<groupId>org.bouncycastle</groupId>
248-
<artifactId>bcpg-jdk15on</artifactId>
248+
<artifactId>bcpg-jdk18on</artifactId>
249249
</dependency>
250250
<dependency>
251251
<groupId>org.projectlombok</groupId>
@@ -279,7 +279,7 @@
279279
</dependency>
280280
<dependency>
281281
<groupId>org.simplify4u</groupId>
282-
<artifactId>slf4j-mock</artifactId>
282+
<artifactId>slf4j2-mock</artifactId>
283283
<scope>test</scope>
284284
</dependency>
285285
</dependencies>

src/it/issue-105/pom-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.karaf.tooling</groupId>
4747
<artifactId>karaf-maven-plugin</artifactId>
48-
<version>4.3.3</version>
48+
<version>4.4.4</version>
4949
</plugin>
5050

5151
<plugin>

0 commit comments

Comments
 (0)