File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed
resteasy-dependencies-bom
arquillian-utils/src/main/java/org/jboss/resteasy/utils
integration-tests-spring-web Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2424 <dep .arquillian-bom.version>1.4.1.Final</dep .arquillian-bom.version>
2525 <version .org.jboss.arquillian.container.arquillian-weld-embedded>2.0.0.Final</version .org.jboss.arquillian.container.arquillian-weld-embedded>
2626 <version .org.jboss.resteasy.checkstyle>1.0.0.Final</version .org.jboss.resteasy.checkstyle>
27+ <version .org.springframework>5.3.25</version .org.springframework>
2728 <version .org.wildfly.wildfly-arquillian-container-managed>2.2.0.Final</version .org.wildfly.wildfly-arquillian-container-managed>
2829 <version .org.wildfly.wildfly-arquillian-container-remote>2.2.0.Final</version .org.wildfly.wildfly-arquillian-container-remote>
2930
Original file line number Diff line number Diff line change 103103 <version .org.hibernate.validator>6.2.0.Final</version .org.hibernate.validator>
104104 <version .org.jboss.marshalling.jboss-marshalling>2.0.6.Final</version .org.jboss.marshalling.jboss-marshalling>
105105 <version .rest-assured>3.3.0</version .rest-assured>
106- <version .org.springframework>5.3.18 </version .org.springframework>
106+ <version .org.springframework>5.3.25 </version .org.springframework>
107107 <version .io.projectreactor>2020.0.8</version .io.projectreactor>
108108
109109 <version .asyncutil>0.1.0</version .asyncutil>
Original file line number Diff line number Diff line change 1313public class TestUtilSpring {
1414
1515
16- private static final String defaultSpringVersion = "5.3.18 " ;
16+ private static final String defaultSpringVersion = "5.3.25 " ;
1717 //protected static Logger logger;
1818
1919 /**
Original file line number Diff line number Diff line change 1616 <name >RESTEasy Main testsuite: Spring Web integration tests</name >
1717
1818 <properties >
19- <version .org.springframework>5.3.7</version .org.springframework>
2019 <version .org.aspectj>1.7.3</version .org.aspectj>
2120 <version .aopalliance>1.0</version .aopalliance>
2221 </properties >
Original file line number Diff line number Diff line change 1616 <name >RESTEasy Main testsuite: Spring integration tests</name >
1717
1818 <properties >
19- <version .org.springframework>5.3.7</version .org.springframework>
2019 <version .org.aspectj>1.7.3</version .org.aspectj>
2120 <version .aopalliance>1.0</version .aopalliance>
2221 </properties >
You can’t perform that action at this time.
0 commit comments