Skip to content

Commit 69eb30a

Browse files
build(deps): bump spring-boot-dependencies from 2.6.3 to 3.1.1
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.3 to 3.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.3...v3.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 953fe6b commit 69eb30a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dhis2-to-fhir-bundle-datasonnet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-dependencies</artifactId>
21-
<version>2.6.3</version>
21+
<version>3.1.1</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

dhis2-to-fhir-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-dependencies</artifactId>
21-
<version>2.6.3</version>
21+
<version>3.1.1</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<camel.version>3.21.0</camel.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18-
<spring.boot.version>2.6.3</spring.boot.version>
18+
<spring.boot.version>3.1.1</spring.boot.version>
1919
</properties>
2020

2121
<modules>

0 commit comments

Comments
 (0)