File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 318
318
<dependency >
319
319
<groupId >org.postgresql</groupId >
320
320
<artifactId >postgresql</artifactId >
321
- <version >42.5.0</version >
321
+ <version >42.5.1</version >
322
+ </dependency >
323
+ <dependency >
324
+ <groupId >net.sf.saxon</groupId >
325
+ <artifactId >saxon-dom</artifactId >
326
+ <version >8.7</version >
322
327
</dependency >
323
328
324
329
<!-- SCM -->
686
691
<artifactId >thymeleaf-testing</artifactId >
687
692
<scope >test</scope >
688
693
</dependency >
694
+ <dependency >
695
+ <groupId >javax.xml.bind</groupId >
696
+ <artifactId >jaxb-api</artifactId >
697
+ </dependency >
689
698
<dependency >
690
699
<groupId >org.postgresql</groupId >
691
700
<artifactId >postgresql</artifactId >
692
701
</dependency >
702
+ <dependency >
703
+ <groupId >net.sf.saxon</groupId >
704
+ <artifactId >saxon-dom</artifactId >
705
+ </dependency >
693
706
<dependency >
694
707
<groupId >com.zaxxer</groupId >
695
708
<artifactId >HikariCP</artifactId >
You can’t perform that action at this time.
0 commit comments