|
398 | 398 | <dependency> |
399 | 399 | <groupId>org.apache.commons</groupId> |
400 | 400 | <artifactId>commons-collections4</artifactId> |
401 | | - <version>4.3</version> |
| 401 | + <version>4.4</version> |
402 | 402 | <scope>provided</scope> |
403 | 403 | </dependency> |
404 | 404 | <dependency> |
|
727 | 727 | </dependency> |
728 | 728 | <dependency> |
729 | 729 | <groupId>org.thymeleaf.extras</groupId> |
730 | | - <artifactId>thymeleaf-extras-java8time</artifactId> |
| 730 | + <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
731 | 731 | </dependency> |
| 732 | + <!-- |
732 | 733 | <dependency> |
733 | 734 | <groupId>org.thymeleaf.extras</groupId> |
734 | | - <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
| 735 | + <artifactId>thymeleaf-extras-java8time</artifactId> |
735 | 736 | </dependency> |
| 737 | + --> |
736 | 738 | <dependency> |
737 | 739 | <groupId>com.github.mxab.thymeleaf.extras</groupId> |
738 | 740 | <artifactId>thymeleaf-extras-data-attribute</artifactId> |
|
746 | 748 | <artifactId>thymeleaf-testing</artifactId> |
747 | 749 | <scope>test</scope> |
748 | 750 | </dependency> |
749 | | - <dependency> |
750 | | - <groupId>javax.xml.bind</groupId> |
751 | | - <artifactId>jaxb-api</artifactId> |
752 | | - </dependency> |
753 | 751 | <dependency> |
754 | 752 | <groupId>org.postgresql</groupId> |
755 | 753 | <artifactId>postgresql</artifactId> |
756 | 754 | </dependency> |
757 | | - <dependency> |
758 | | - <groupId>net.sf.saxon</groupId> |
759 | | - <artifactId>saxon-dom</artifactId> |
760 | | - </dependency> |
761 | 755 | <dependency> |
762 | 756 | <groupId>com.zaxxer</groupId> |
763 | 757 | <artifactId>HikariCP</artifactId> |
764 | 758 | </dependency> |
| 759 | + <dependency> |
| 760 | + <groupId>javax.xml.bind</groupId> |
| 761 | + <artifactId>jaxb-api</artifactId> |
| 762 | + </dependency> |
| 763 | + <dependency> |
| 764 | + <groupId>net.sf.saxon</groupId> |
| 765 | + <artifactId>saxon-dom</artifactId> |
| 766 | + </dependency> |
765 | 767 |
|
766 | 768 | <dependency> |
767 | 769 | <groupId>org.junit.jupiter</groupId> |
|
814 | 816 | <dependency> |
815 | 817 | <groupId>org.apache.commons</groupId> |
816 | 818 | <artifactId>commons-collections4</artifactId> |
817 | | - <version>4.4</version> |
818 | 819 | <scope>provided</scope> |
819 | 820 | </dependency> |
820 | 821 | <dependency> |
821 | 822 | <groupId>org.apache.maven.plugins</groupId> |
822 | 823 | <artifactId>maven-invoker-plugin</artifactId> |
823 | | - <version>3.4.0</version> |
824 | 824 | <type>maven-plugin</type> |
825 | 825 | <scope>provided</scope> |
826 | 826 | </dependency> |
|
0 commit comments