|
34 | 34 | <!-- /DXA Versions --> |
35 | 35 |
|
36 | 36 | <!-- Apache --> |
37 | | - <commons-io-version>2.15.1</commons-io-version> |
38 | | - <commons-lang3.version>3.14.0</commons-lang3.version> |
39 | | - <commons-text.version>1.11.0</commons-text.version> |
| 37 | + <commons-io-version>2.18.0</commons-io-version> |
| 38 | + <commons-lang3.version>3.17.0</commons-lang3.version> |
| 39 | + <commons-text.version>1.13.0</commons-text.version> |
40 | 40 | <commons-collections4.version>4.4</commons-collections4.version> |
41 | 41 | <commons-compress.version>1.27.1</commons-compress.version> |
42 | 42 | <httpcomponents-client-version>4.5.14</httpcomponents-client-version> |
43 | 43 | <httpcomponents.core.version>4.4.16</httpcomponents.core.version> |
44 | 44 |
|
45 | | - <guava-version>32.1.3-jre</guava-version> |
| 45 | + <guava-version>33.3.1-jre</guava-version> |
46 | 46 |
|
47 | 47 | <!-- Joda Time --> |
48 | | - <joda-time-version>2.12.5</joda-time-version> |
| 48 | + <joda-time-version>2.13.0</joda-time-version> |
49 | 49 |
|
50 | | - <jackson.version>2.16.0</jackson.version> |
51 | | - <lombok.version>1.18.30</lombok.version> |
| 50 | + <jackson.version>2.18.2</jackson.version> |
| 51 | + <lombok.version>1.18.36</lombok.version> |
52 | 52 |
|
53 | 53 | <!-- Logging --> |
54 | | - <logback.version>1.4.14</logback.version> |
55 | | - <slf4j-version>2.0.9</slf4j-version> |
| 54 | + <logback.version>1.5.16</logback.version> |
| 55 | + <slf4j-version>2.0.16</slf4j-version> |
56 | 56 |
|
57 | 57 | <!-- Servlet and JSP APIs --> |
58 | | - <servlet-api-version>6.0.0</servlet-api-version> |
59 | | - <jsp-api-version>3.1.1</jsp-api-version> |
60 | | - <jstl-version>3.0.0</jstl-version> |
| 58 | + <servlet-api-version>6.1.0</servlet-api-version> |
| 59 | + <jsp-api-version>4.0.0</jsp-api-version> |
| 60 | + <jstl-version>3.0.2</jstl-version> |
61 | 61 | <glassfish-jstl-version>3.0.1</glassfish-jstl-version> |
62 | 62 |
|
63 | 63 | <!-- JUnit and other test libraries --> |
64 | | - <junit-version>5.10.1</junit-version> |
65 | | - <hamcrest-version>2.2</hamcrest-version> |
66 | | - <mockito-version>5.8.0</mockito-version> |
| 64 | + <junit-version>5.11.4</junit-version> |
| 65 | + <hamcrest-version>3.0</hamcrest-version> |
| 66 | + <mockito-version>5.15.2</mockito-version> |
67 | 67 | <openpojo.version>0.9.1</openpojo.version> |
68 | | - <jsonassert.version>1.5.1</jsonassert.version> |
69 | | - <xmlunit.version>2.9.1</xmlunit.version> |
| 68 | + <jsonassert.version>1.5.3</jsonassert.version> |
| 69 | + <xmlunit.version>2.10.0</xmlunit.version> |
70 | 70 |
|
71 | 71 | <!-- Spring --> |
72 | | - <spring.version>6.1.13</spring.version> |
73 | | - <spring-security.version>6.3.3</spring-security.version> |
| 72 | + <spring.version>6.2.1</spring.version> |
| 73 | + <spring-security.version>6.4.2</spring-security.version> |
74 | 74 |
|
75 | | - <jsoup.version>1.17.2</jsoup.version> |
| 75 | + <jsoup.version>1.18.3</jsoup.version> |
76 | 76 | <rome.version>2.1.0</rome.version> |
77 | 77 | <jettison.version>1.5.4</jettison.version> |
78 | 78 |
|
79 | 79 | <dozer.version>6.5.2</dozer.version> |
80 | 80 | <device-detection.version>3.2.18.1</device-detection.version> |
81 | 81 |
|
82 | | - <jb-annotations.version>24.1.0</jb-annotations.version> |
| 82 | + <jb-annotations.version>26.0.1</jb-annotations.version> |
83 | 83 | <jaxen.version>2.0.0</jaxen.version> |
84 | 84 | <jdom2.version>2.0.6.1</jdom2.version> |
85 | 85 |
|
86 | 86 | <ehcache.version>3.10.8</ehcache.version> |
87 | 87 | <ehcache-sizeof.version>0.4.4</ehcache-sizeof.version> |
88 | 88 | <cache-api.version>1.1.1</cache-api.version> |
89 | 89 |
|
90 | | - <commons-codec.version>1.16.0</commons-codec.version> |
| 90 | + <commons-codec.version>1.17.2</commons-codec.version> |
91 | 91 |
|
92 | | - <fast-classpath-scanner.version>4.8.165</fast-classpath-scanner.version> |
93 | | - <gson.version>2.10.1</gson.version> |
94 | | - <jakarta.annotation.version>3.0.0-M1</jakarta.annotation.version> |
95 | | - <jakarta.xml.ws-api.version>4.0.1</jakarta.xml.ws-api.version> |
96 | | - <jakarta.xml.bind-api.version>4.0.1</jakarta.xml.bind-api.version> |
97 | | - <jakarta.activation.version>2.1.2</jakarta.activation.version> |
| 92 | + <fast-classpath-scanner.version>4.8.179</fast-classpath-scanner.version> |
| 93 | + <gson.version>2.11.0</gson.version> |
| 94 | + <jakarta.annotation.version>3.0.0</jakarta.annotation.version> |
| 95 | + <jakarta.xml.ws-api.version>4.0.2</jakarta.xml.ws-api.version> |
| 96 | + <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version> |
| 97 | + <jakarta.activation.version>2.1.3</jakarta.activation.version> |
98 | 98 | <jaxb-api.version>2.3.1</jaxb-api.version> |
99 | 99 | <istack-commons-runtime.version>4.2.0</istack-commons-runtime.version> |
100 | 100 | <fastInfoset-version>2.1.1</fastInfoset-version> |
101 | 101 |
|
102 | 102 | <!-- DD4T dependencies --> |
103 | 103 | <!-- These are not really used in the framework and are needed only for Model Service adapter --> |
104 | 104 | <!-- In order to still manage all the dependencies in the same place, they are defined here --> |
105 | | - <dd4t-latest.version>2.1.7</dd4t-latest.version> |
| 105 | + <dd4t-latest.version>2.1.12</dd4t-latest.version> |
| 106 | + <dd4t-providers-web8-latest.version>2.1.7</dd4t-providers-web8-latest.version> |
106 | 107 |
|
107 | 108 | <pca-client.version>2.2.29</pca-client.version> |
108 | 109 | <sitemapgen4j.version>1.1.2</sitemapgen4j.version> |
|
736 | 737 | <dependency> |
737 | 738 | <groupId>com.squareup.okio</groupId> |
738 | 739 | <artifactId>okio-jvm</artifactId> |
739 | | - <version>3.7.0</version> |
| 740 | + <version>3.10.2</version> |
740 | 741 | </dependency> |
741 | 742 | <dependency> |
742 | 743 | <groupId>org.scala-lang.modules</groupId> |
743 | 744 | <artifactId>scala-parser-combinators_2.12</artifactId> |
744 | | - <version>2.3.0</version> |
| 745 | + <version>2.4.0</version> |
745 | 746 | </dependency> |
746 | 747 | <dependency> |
747 | 748 | <groupId>org.jetbrains.kotlin</groupId> |
748 | 749 | <artifactId>kotlin-stdlib</artifactId> |
749 | | - <version>1.9.21</version> |
| 750 | + <version>2.1.0</version> |
750 | 751 | </dependency> |
751 | 752 | <dependency> |
752 | 753 | <groupId>org.jetbrains.kotlin</groupId> |
753 | 754 | <artifactId>kotlin-stdlib-common</artifactId> |
754 | | - <version>1.9.21</version> |
| 755 | + <version>2.1.0</version> |
755 | 756 | </dependency> |
756 | 757 | <dependency> |
757 | 758 | <groupId>org.jetbrains.kotlin</groupId> |
758 | 759 | <artifactId>kotlin-stdlib-jdk7</artifactId> |
759 | | - <version>1.9.21</version> |
| 760 | + <version>2.1.0</version> |
760 | 761 | </dependency> |
761 | 762 | <dependency> |
762 | 763 | <groupId>org.jetbrains.kotlin</groupId> |
763 | 764 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
764 | | - <version>1.9.21</version> |
| 765 | + <version>2.1.0</version> |
765 | 766 | </dependency> |
766 | 767 | <dependency> |
767 | 768 | <groupId>com.github.ua-parser</groupId> |
|
823 | 824 | <dependency> |
824 | 825 | <groupId>org.dd4t</groupId> |
825 | 826 | <artifactId>dd4t-providers-web8</artifactId> |
826 | | - <version>${dd4t-latest.version}</version> |
| 827 | + <version>${dd4t-providers-web8-latest.version}</version> |
827 | 828 | </dependency> |
828 | 829 | <dependency> |
829 | 830 | <groupId>org.skyscreamer</groupId> |
|
877 | 878 | <dependency> |
878 | 879 | <groupId>org.yaml</groupId> |
879 | 880 | <artifactId>snakeyaml</artifactId> |
880 | | - <version>2.2</version> |
| 881 | + <version>2.3</version> |
881 | 882 | </dependency> |
882 | 883 | <dependency> |
883 | 884 | <groupId>com.squareup.okhttp3</groupId> |
|
898 | 899 | <dependency> |
899 | 900 | <groupId>net.minidev</groupId> |
900 | 901 | <artifactId>json-smart</artifactId> |
901 | | - <version>2.5.0</version> |
| 902 | + <version>2.5.1</version> |
902 | 903 | </dependency> |
903 | 904 | <dependency> |
904 | 905 | <groupId>org.glassfish.jersey.core</groupId> |
905 | 906 | <artifactId>jersey-common</artifactId> |
906 | | - <version>3.1.5</version> |
| 907 | + <version>3.1.10</version> |
907 | 908 | </dependency> |
908 | 909 |
|
909 | 910 | <dependency> |
910 | 911 | <groupId>org.javassist</groupId> |
911 | 912 | <artifactId>javassist</artifactId> |
912 | | - <version>3.30.1-GA</version> |
| 913 | + <version>3.30.2-GA</version> |
913 | 914 | </dependency> |
914 | 915 |
|
915 | 916 | </dependencies> |
|
0 commit comments