File tree 3 files changed +3
-11
lines changed
io.openems.backend.application
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 117
117
<!-- Changelog: https://github.com/PgBulkInsert/PgBulkInsert/blob/master/CHANGELOG.md-->
118
118
<groupId >de.bytefish</groupId >
119
119
<artifactId >pgbulkinsert</artifactId >
120
- <version >8.1.1 </version >
120
+ <version >8.1.2 </version >
121
121
</dependency >
122
122
<!-- eu -->
123
123
<dependency >
256
256
<artifactId >org.apache.servicemix.bundles.junit</artifactId >
257
257
<version >4.13.2_1</version >
258
258
</dependency >
259
- <dependency >
260
- <!-- Checker Qual: annotations for type-checking by the Checker Framework -->
261
- <!-- Changelog: https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md -->
262
- <groupId >org.checkerframework</groupId >
263
- <artifactId >checker-qual</artifactId >
264
- <version >3.39.0</version >
265
- </dependency >
266
259
<dependency >
267
260
<groupId >org.dhatim</groupId >
268
261
<artifactId >fastexcel</artifactId >
Original file line number Diff line number Diff line change 60
60
61
61
-runbundles: \
62
62
Java-WebSocket;version='[1.5.4,1.5.5)',\
63
- checker-qual;version='[3.39.0,3.39.1)',\
64
63
com.google.gson;version='[2.10.1,2.10.2)',\
65
64
com.google.guava;version='[32.1.2,32.1.3)',\
66
65
com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\
Original file line number Diff line number Diff line change 1
1
Bundle-Name: pgbulkinsert
2
2
Bundle-DocURL: https://github.com/PgBulkInsert/PgBulkInsert
3
3
Bundle-License: https://opensource.org/licenses/MIT
4
- Bundle-Version: 8.1.1
4
+ Bundle-Version: 8.1.2
5
5
6
6
Include-Resource: \
7
- @pgbulkinsert-8.1.1 .jar,\
7
+ @pgbulkinsert-8.1.2 .jar,\
8
8
9
9
-dsannotations: *
10
10
You can’t perform that action at this time.
0 commit comments