Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Upgrade to Spring Boot 2.4.3
Browse files Browse the repository at this point in the history
Closes gh-432
  • Loading branch information
sdeleuze committed Feb 18, 2021
1 parent 55fdadd commit cae8586
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -3,7 +3,7 @@
:boot-version: 2.4.1
:graalvm-version: 20.3.0
:graalvm-dev-version: 20.1.0
:boot-dev-version: 2.4.2
:boot-dev-version: 2.4.3
:documentation-url: https://repo.spring.io/{repository}/org/springframework/experimental/spring-graalvm-native-docs/{version}/spring-graalvm-native-docs-{version}.zip!

image:https://ci.spring.io/api/v1/teams/spring-native/pipelines/spring-native/badge["Build Status", link="https://ci.spring.io/teams/spring-native/pipelines/spring-native"] image:https://img.shields.io/badge/{version}-documentation-blue.svg["{version} documentation", link="{documentation-url}/reference/index.html"]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.4.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-native-parent/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.4.3</version>
<relativePath/>
</parent>
<groupId>org.springframework.experimental</groupId>
Expand Down

0 comments on commit cae8586

Please sign in to comment.