This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 5b3a5cbf21 Update deps in the Spring Boot Demo 5b3a5cbf21 is described below commit 5b3a5cbf214ed0386e411eaaa43c90aba4794838 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Fri Feb 21 13:16:41 2025 -1000 Update deps in the Spring Boot Demo --- .../userguide/src/userguide/springbootdemo/pom.xml | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml index 7195044c37..c4f8a96e93 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml @@ -33,7 +33,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.3.2</version> + <version>3.4.3</version> <relativePath/> <!-- lookup parent from repository --> </parent> @@ -41,7 +41,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>17</java.version> - <spring-boot.version>3.3.2</spring-boot.version> + <spring-boot.version>3.4.3</spring-boot.version> </properties> <dependencies> @@ -61,12 +61,12 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.15.0</version> + <version>3.17.0</version> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jul</artifactId> - <version>2.24.1</version> + <version>2.24.3</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -140,7 +140,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> - <version>3.3.5</version> + <version>3.4.3</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -266,27 +266,27 @@ <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-dom</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-jakarta-activation</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-legacy-attachments</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-jakarta-jaxb</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> @@ -302,12 +302,12 @@ <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> - <version>5.3-beta1</version> + <version>5.3.3</version> </dependency> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> - <version>5.3.1</version> + <version>5.4.2</version> </dependency> </dependencies> <build> @@ -315,7 +315,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.7.1</version> + <version>3.8.1</version> <executions> <execution> <id>unpack</id>