|
87 | 87 | <!-- to test @Inject annotations. Note 7.x is for jakarta annotations! --> |
88 | 88 | <guice.version>6.0.0</guice.version> |
89 | 89 |
|
| 90 | + <!-- Note: Spring 6 is JDK 17 bytecode, so we can't update to it until we |
| 91 | + stop supporting Java 6 compilation target, or change our release to |
| 92 | + use multiple tool chains. --> |
| 93 | + <spring5.version>5.3.32</spring5.version> |
90 | 94 | <!-- Ensure older versions of spring still work --> |
91 | | - <spring5.version>5.3.31</spring5.version> |
92 | | - <spring.version>3.2.18.RELEASE</spring.version> |
| 95 | + <spring25.version>2.5.6</spring25.version> |
| 96 | + <spring3.version>3.2.18.RELEASE</spring3.version> |
93 | 97 |
|
94 | 98 | <!-- Apis used, but not in Jetty 7.6* imply duplication in servlet25 test fixtures --> |
95 | 99 | <jetty.version>9.4.53.v20231009</jetty.version> |
|
103 | 107 | <kafka.version>3.6.1</kafka.version> |
104 | 108 | <activemq.version>5.18.3</activemq.version> |
105 | 109 | <activemq.artemis.version>2.31.2</activemq.artemis.version> |
106 | | - <!-- TODO: reflection drift after this version --> |
| 110 | + <!-- TODO: reflection drift after this version. Make changes as necessary |
| 111 | + and add an invoker test that 2.3.6 still works. --> |
107 | 112 | <spring-rabbit.version>2.3.6</spring-rabbit.version> |
108 | 113 |
|
109 | 114 | <!-- TODO: update and fix drift or remove the FinagleContextInteropTest --> |
110 | 115 | <finagle.version>20.12.0</finagle.version> |
111 | | - <log4j.version>2.22.1</log4j.version> |
| 116 | + <log4j.version>2.23.0</log4j.version> |
| 117 | + <log4j12.version>1.2.17</log4j12.version> |
112 | 118 | <okhttp.version>4.12.0</okhttp.version> |
113 | 119 | <httpclient.version>4.5.14</httpclient.version> |
114 | 120 |
|
|
123 | 129 | <httpasyncclient.version>4.1.5</httpasyncclient.version> |
124 | 130 |
|
125 | 131 | <!-- Test only dependencies --> |
126 | | - <junit-jupiter.version>5.10.1</junit-jupiter.version> |
127 | | - <assertj.version>3.25.1</assertj.version> |
128 | | - <mockito.version>5.8.0</mockito.version> |
| 132 | + <junit-jupiter.version>5.10.2</junit-jupiter.version> |
| 133 | + <assertj.version>3.25.3</assertj.version> |
| 134 | + <mockito.version>5.10.0</mockito.version> |
129 | 135 | <jersey.version>2.41</jersey.version> |
130 | 136 | <testcontainers.version>1.19.3</testcontainers.version> |
131 | 137 |
|
|
501 | 507 | <excludes> |
502 | 508 | <exclude>**/jetty-logging.properties</exclude> |
503 | 509 | <exclude>**/log4j2.properties</exclude> |
| 510 | + <exclude>**/log4j.properties</exclude> |
504 | 511 | <exclude>.editorconfig</exclude> |
505 | 512 | <exclude>.gitattributes</exclude> |
506 | 513 | <exclude>.gitignore</exclude> |
|
0 commit comments