This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch spring6 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 2fdf9285f0a08d6827761ed03b23923b10363775 Merge: b726694c28 45fb722582 Author: Andi Huber <[email protected]> AuthorDate: Tue Nov 22 06:14:17 2022 +0100 Merge remote-tracking branch 'origin/master' into spring6 bom/pom.xml | 4 ++-- extensions/core/executionoutbox/restclient/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --cc bom/pom.xml index 046a1ac5f5,8c8957e9b2..8277731253 --- a/bom/pom.xml +++ b/bom/pom.xml @@@ -405,26 -405,19 +405,26 @@@ It is therefore a copy of org.apache:ap <quartz-scheduler.version>2.3.2</quartz-scheduler.version> - <resteasy-spring-boot-starter.version>5.0.0.Final</resteasy-spring-boot-starter.version> - <resteasy.version>5.0.0.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter --> + <resteasy-spring-boot.version>6.0.0.Alpha2</resteasy-spring-boot.version> + <resteasy-spring.version>3.0.0.Final</resteasy-spring.version> + <resteasy.version>6.2.1.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter --> + <resteasy-jaxb-provider.version>6.2.1.Final</resteasy-jaxb-provider.version> + <select2.version>4.0.13</select2.version> - <shiro.version>1.10.1</shiro.version> + <shiro.version>2.0.0-SNAPSHOT</shiro.version> <!-- latest release was 1.10.0, however we need jakarta namespace support --> <simpleslackapi.version>1.4.0</simpleslackapi.version> <slf4j-api.version>2.0.4</slf4j-api.version> <!-- also provided by spring-boot-starter-logging, needed to solve convergence issues --> - <spring-boot.version>2.7.5</spring-boot.version> + <spring-boot.version>3.0.0-RC2</spring-boot.version> <summernote.version>0.8.20</summernote.version> - <surefire-plugin.argLine>-Xmx384m</surefire-plugin.argLine> + <surefire-plugin.argLine> + -Xmx384m + --add-modules com.sun.tools.xjc + --add-reads org.eclipse.persistence.moxy=com.sun.tools.xjc + </surefire-plugin.argLine> <swagger-core.version>1.6.9</swagger-core.version> - <togglz.version>3.3.1</togglz.version> + <togglz.version>3.3.2</togglz.version> <vaadin.version>23.2.8</vaadin.version>
