You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2023/01/23 22:41:08 UTC

[directory-scimple] 01/02: Bump version.spring-boot from 3.0.1 to 3.0.2

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch fix-chain-return-types
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 50cc5995615673d1644491ecd62abdd4fd4be026
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 23 17:08:33 2023 +0000

    Bump version.spring-boot from 3.0.1 to 3.0.2
    
    Bumps `version.spring-boot` from 3.0.1 to 3.0.2.
    
    Updates `spring-boot-maven-plugin` from 3.0.1 to 3.0.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.1...v3.0.2)
    
    Updates `spring-boot-dependencies` from 3.0.1 to 3.0.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.1...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d3b4cce..5bab1bbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <version.slf4j>1.7.36</version.slf4j>
     <version.antlr4>4.11.1</version.antlr4>
     <version.resteasy>6.2.2.Final</version.resteasy>
-    <version.spring-boot>3.0.1</version.spring-boot>
+    <version.spring-boot>3.0.2</version.spring-boot>
 
     <!-- default surefire/failsafe arg lines to empty-->
     <jacoco.argline></jacoco.argline>