Skip to content

Commit ec6d03f

Browse files
authored
Merge pull request #76 from domaframework/bump-spring-boot-version
Bump Spring Boot version
2 parents 37e5d05 + 560b83e commit ec6d03f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
java: [ 8, 11, 15 ]
18-
spring-boot-version: [ 1.5.22.RELEASE, 2.1.17.RELEASE, 2.2.10.RELEASE, 2.3.4.RELEASE ]
18+
spring-boot-version: [ 2.2.11.RELEASE, 2.3.6.RELEASE, 2.4.0 ]
1919

2020
steps:
2121
- uses: actions/checkout@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<maven.compiler.source>1.8</maven.compiler.source>
4848
<maven.compiler.target>1.8</maven.compiler.target>
4949
<doma.version>2.44.3</doma.version>
50-
<spring-boot.version>1.5.22.RELEASE</spring-boot.version>
50+
<spring-boot.version>2.2.11.RELEASE</spring-boot.version>
5151
<source-plugin.version>3.2.1</source-plugin.version>
5252
<javadoc-plugin.version>3.2.0</javadoc-plugin.version>
5353
<nexus-staging-plugin.version>1.6.8</nexus-staging-plugin.version>

0 commit comments

Comments
 (0)