|
34 | 34 | <!-- /DXA Versions --> |
35 | 35 |
|
36 | 36 | <!-- Apache --> |
37 | | - <commons-io-version>2.20.0</commons-io-version> |
38 | | - <commons-lang3.version>3.18.0</commons-lang3.version> |
39 | | - <commons-text.version>1.14.0</commons-text.version> |
| 37 | + <commons-io-version>2.21.0</commons-io-version> |
| 38 | + <commons-lang3.version>3.20.0</commons-lang3.version> |
| 39 | + <commons-text.version>1.15.0</commons-text.version> |
40 | 40 | <commons-collections4.version>4.5.0</commons-collections4.version> |
41 | 41 | <commons-compress.version>1.28.0</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>33.4.8-jre</guava-version> |
| 45 | + <guava-version>33.5.0-jre</guava-version> |
46 | 46 |
|
47 | 47 | <!-- Joda Time --> |
48 | 48 | <joda-time-version>2.14.0</joda-time-version> |
49 | 49 |
|
50 | | - <jackson.version>2.19.2</jackson.version> |
51 | | - <lombok.version>1.18.38</lombok.version> |
| 50 | + <jackson.version>2.20.1</jackson.version> |
| 51 | + <jackson-annotations.version>2.20</jackson-annotations.version> |
| 52 | + <lombok.version>1.18.42</lombok.version> |
52 | 53 |
|
53 | 54 | <!-- Logging --> |
54 | | - <logback.version>1.5.18</logback.version> |
| 55 | + <logback.version>1.5.24</logback.version> |
55 | 56 | <slf4j-version>2.0.17</slf4j-version> |
56 | 57 |
|
57 | 58 | <!-- Servlet and JSP APIs --> |
|
61 | 62 | <glassfish-jstl-version>3.0.1</glassfish-jstl-version> |
62 | 63 |
|
63 | 64 | <!-- JUnit and other test libraries --> |
64 | | - <junit-version>5.13.4</junit-version> |
| 65 | + <junit-version>6.0.2</junit-version> |
65 | 66 | <hamcrest-version>3.0</hamcrest-version> |
66 | | - <mockito-version>5.19.0</mockito-version> |
| 67 | + <mockito-version>5.21.0</mockito-version> |
67 | 68 | <openpojo.version>0.9.1</openpojo.version> |
68 | 69 | <jsonassert.version>1.5.3</jsonassert.version> |
69 | | - <xmlunit.version>2.10.3</xmlunit.version> |
| 70 | + <xmlunit.version>2.11.0</xmlunit.version> |
70 | 71 |
|
71 | 72 | <!-- Spring --> |
72 | | - <spring.version>6.2.10</spring.version> |
73 | | - <spring-security.version>6.5.3</spring-security.version> |
| 73 | + <spring.version>7.0.2</spring.version> |
| 74 | + <spring-security.version>7.0.2</spring-security.version> |
74 | 75 |
|
75 | | - <jsoup.version>1.21.2</jsoup.version> |
| 76 | + <jsoup.version>1.22.1</jsoup.version> |
76 | 77 | <rome.version>2.1.0</rome.version> |
77 | 78 | <jettison.version>1.5.4</jettison.version> |
78 | 79 |
|
|
83 | 84 | <jaxen.version>2.0.0</jaxen.version> |
84 | 85 | <jdom2.version>2.0.6.1</jdom2.version> |
85 | 86 |
|
86 | | - <ehcache.version>3.10.8</ehcache.version> |
| 87 | + <ehcache.version>3.11.1</ehcache.version> |
87 | 88 | <ehcache-sizeof.version>0.4.4</ehcache-sizeof.version> |
88 | 89 | <cache-api.version>1.1.1</cache-api.version> |
89 | 90 |
|
90 | 91 | <commons-codec.version>1.19.0</commons-codec.version> |
91 | 92 |
|
92 | | - <fast-classpath-scanner.version>4.8.181</fast-classpath-scanner.version> |
93 | | - <gson.version>2.13.1</gson.version> |
| 93 | + <fast-classpath-scanner.version>4.8.184</fast-classpath-scanner.version> |
| 94 | + <gson.version>2.13.2</gson.version> |
94 | 95 | <jakarta.annotation.version>3.0.0</jakarta.annotation.version> |
95 | 96 | <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> |
| 97 | + <jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version> |
| 98 | + <jakarta.activation.version>2.1.4</jakarta.activation.version> |
98 | 99 | <jaxb-api.version>2.3.1</jaxb-api.version> |
99 | 100 | <istack-commons-runtime.version>4.2.0</istack-commons-runtime.version> |
100 | 101 | <fastInfoset-version>2.1.1</fastInfoset-version> |
|
107 | 108 |
|
108 | 109 | <pca-client.version>2.2.30</pca-client.version> |
109 | 110 | <sitemapgen4j.version>1.1.2</sitemapgen4j.version> |
| 111 | + <activemq.version>6.2.0</activemq.version> |
110 | 112 | </properties> |
111 | 113 |
|
112 | 114 | <scm> |
|
350 | 352 | <groupId>javax.servlet</groupId> |
351 | 353 | <artifactId>javax.servlet-api</artifactId> |
352 | 354 | </exclusion> |
| 355 | + <exclusion> |
| 356 | + <groupId>org.ehcache</groupId> |
| 357 | + <artifactId>ehcache</artifactId> |
| 358 | + </exclusion> |
353 | 359 | </exclusions> |
354 | 360 | </dependency> |
355 | 361 | <dependency> |
|
362 | 368 | <artifactId>cil</artifactId> |
363 | 369 | <version>${cd-cil.version}</version> |
364 | 370 | <type>pom</type> |
| 371 | + <exclusions> |
| 372 | + <exclusion> |
| 373 | + <groupId>org.ehcache</groupId> |
| 374 | + <artifactId>ehcache</artifactId> |
| 375 | + </exclusion> |
| 376 | + </exclusions> |
365 | 377 | </dependency> |
366 | 378 |
|
367 | 379 | <dependency> |
|
641 | 653 | <dependency> |
642 | 654 | <groupId>com.fasterxml.jackson.core</groupId> |
643 | 655 | <artifactId>jackson-annotations</artifactId> |
644 | | - <version>${jackson.version}</version> |
| 656 | + <version>${jackson-annotations.version}</version> |
645 | 657 | </dependency> |
646 | 658 | <dependency> |
647 | 659 | <groupId>com.fasterxml.jackson.core</groupId> |
|
726 | 738 | <dependency> |
727 | 739 | <groupId>com.squareup.okio</groupId> |
728 | 740 | <artifactId>okio-jvm</artifactId> |
729 | | - <version>3.16.0</version> |
| 741 | + <version>3.16.4</version> |
730 | 742 | </dependency> |
731 | 743 | <dependency> |
732 | 744 | <groupId>org.scala-lang.modules</groupId> |
|
736 | 748 | <dependency> |
737 | 749 | <groupId>org.jetbrains.kotlin</groupId> |
738 | 750 | <artifactId>kotlin-stdlib</artifactId> |
739 | | - <version>2.2.10</version> |
| 751 | + <version>2.3.0</version> |
740 | 752 | </dependency> |
741 | 753 | <dependency> |
742 | 754 | <groupId>org.jetbrains.kotlin</groupId> |
743 | 755 | <artifactId>kotlin-stdlib-jdk7</artifactId> |
744 | | - <version>2.2.10</version> |
| 756 | + <version>2.3.0</version> |
745 | 757 | </dependency> |
746 | 758 | <dependency> |
747 | 759 | <groupId>org.jetbrains.kotlin</groupId> |
748 | 760 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
749 | | - <version>2.2.10</version> |
| 761 | + <version>2.3.0</version> |
750 | 762 | </dependency> |
751 | 763 | <dependency> |
752 | 764 | <groupId>com.github.ua-parser</groupId> |
|
867 | 879 | <dependency> |
868 | 880 | <groupId>com.squareup.okhttp3</groupId> |
869 | 881 | <artifactId>okhttp</artifactId> |
870 | | - <version>5.1.0</version> |
| 882 | + <version>5.3.2</version> |
871 | 883 | </dependency> |
872 | 884 | <dependency> |
873 | 885 | <groupId>com.squareup.okhttp3</groupId> |
874 | 886 | <artifactId>logging-interceptor</artifactId> |
875 | | - <version>5.1.0</version> |
| 887 | + <version>5.3.2</version> |
876 | 888 | </dependency> |
877 | 889 |
|
878 | 890 | <dependency> |
|
888 | 900 | <dependency> |
889 | 901 | <groupId>org.glassfish.jersey.core</groupId> |
890 | 902 | <artifactId>jersey-common</artifactId> |
891 | | - <version>3.1.11</version> |
| 903 | + <version>4.0.0</version> |
892 | 904 | </dependency> |
893 | 905 |
|
894 | 906 | <dependency> |
|
900 | 912 | <dependency> |
901 | 913 | <groupId>com.jayway.jsonpath</groupId> |
902 | 914 | <artifactId>json-path</artifactId> |
903 | | - <version>2.9.0</version> |
| 915 | + <version>2.10.0</version> |
904 | 916 | </dependency> |
905 | 917 |
|
906 | 918 | </dependencies> |
|
0 commit comments