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 318318 <dependency >
319319 <groupId >org.postgresql</groupId >
320320 <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 >
322327 </dependency >
323328
324329 <!-- SCM -->
686691 <artifactId >thymeleaf-testing</artifactId >
687692 <scope >test</scope >
688693 </dependency >
694+ <dependency >
695+ <groupId >javax.xml.bind</groupId >
696+ <artifactId >jaxb-api</artifactId >
697+ </dependency >
689698 <dependency >
690699 <groupId >org.postgresql</groupId >
691700 <artifactId >postgresql</artifactId >
692701 </dependency >
702+ <dependency >
703+ <groupId >net.sf.saxon</groupId >
704+ <artifactId >saxon-dom</artifactId >
705+ </dependency >
693706 <dependency >
694707 <groupId >com.zaxxer</groupId >
695708 <artifactId >HikariCP</artifactId >
You can’t perform that action at this time.
0 commit comments