File tree 10 files changed +646
-670
lines changed
turing-filesystem/fs-commons
10 files changed +646
-670
lines changed Original file line number Diff line number Diff line change 130
130
<dependency >
131
131
<groupId >org.xerial</groupId >
132
132
<artifactId >sqlite-jdbc</artifactId >
133
- <version >3.45.1 .0</version >
133
+ <version >3.45.2 .0</version >
134
134
</dependency >
135
135
<dependency >
136
136
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 75
75
<dependency >
76
76
<groupId >com.google.guava</groupId >
77
77
<artifactId >guava</artifactId >
78
- <version >33.0 .0-jre</version >
78
+ <version >33.1 .0-jre</version >
79
79
<scope >compile</scope >
80
80
</dependency >
81
81
<dependency >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >org.awaitility</groupId >
39
39
<artifactId >awaitility</artifactId >
40
- <version >4.2.0 </version >
40
+ <version >4.2.1 </version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >org.projectlombok</groupId >
77
77
<dependency >
78
78
<groupId >com.google.guava</groupId >
79
79
<artifactId >guava</artifactId >
80
- <version >33.0 .0-jre</version >
80
+ <version >33.1 .0-jre</version >
81
81
<scope >compile</scope >
82
82
</dependency >
83
83
<dependency >
Original file line number Diff line number Diff line change 130
130
<dependency >
131
131
<groupId >org.springframework</groupId >
132
132
<artifactId >spring-test</artifactId >
133
- <version >6.1.4 </version >
133
+ <version >6.1.5 </version >
134
134
</dependency >
135
135
<dependency >
136
136
<groupId >com.fasterxml.jackson.datatype</groupId >
149
149
<dependency >
150
150
<groupId >org.postgresql</groupId >
151
151
<artifactId >postgresql</artifactId >
152
- <version >42.7.2 </version >
152
+ <version >42.7.3 </version >
153
153
</dependency >
154
154
<dependency >
155
155
<groupId >edu.stanford.nlp</groupId >
224
224
<dependency >
225
225
<groupId >org.springdoc</groupId >
226
226
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
227
- <version >2.3 .0</version >
227
+ <version >2.4 .0</version >
228
228
</dependency >
229
229
<dependency >
230
230
<groupId >com.squins.google.fork.schema-org-client</groupId >
234
234
<dependency >
235
235
<groupId >com.google.guava</groupId >
236
236
<artifactId >guava</artifactId >
237
- <version >33.0 .0-jre</version >
237
+ <version >33.1 .0-jre</version >
238
238
</dependency >
239
239
<dependency >
240
240
<groupId >org.languagetool</groupId >
Original file line number Diff line number Diff line change 84
84
<dependency >
85
85
<groupId >org.springframework</groupId >
86
86
<artifactId >spring-web</artifactId >
87
- <version >6.1.4 </version >
87
+ <version >6.1.5 </version >
88
88
<scope >compile</scope >
89
89
</dependency >
90
90
</dependencies >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.guava</groupId >
46
46
<artifactId >guava</artifactId >
47
- <version >33.0 .0-jre</version >
47
+ <version >33.1 .0-jre</version >
48
48
<scope >compile</scope >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.fasterxml.jackson.datatype</groupId >
52
52
<artifactId >jackson-datatype-jdk8</artifactId >
53
- <version >2.16.2 </version >
53
+ <version >2.17.0 </version >
54
54
<scope >compile</scope >
55
55
</dependency >
56
56
</dependencies >
Original file line number Diff line number Diff line change 84
84
<dependency >
85
85
<groupId >org.postgresql</groupId >
86
86
<artifactId >postgresql</artifactId >
87
- <version >42.7.2 </version >
87
+ <version >42.7.3 </version >
88
88
</dependency >
89
89
<dependency >
90
90
<groupId >org.jsoup</groupId >
You can’t perform that action at this time.
0 commit comments