Skip to content

Commit e301b49

Browse files
authored
Merge pull request #120 from domaframework/spring-boot-2_6
Bump Spring Boot to 2.6.0
2 parents 9321917 + 7bd8910 commit e301b49

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
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
java: [ 11, 17 ]
47-
spring-boot-version: [ 2.2.13.RELEASE, 2.3.12.RELEASE, 2.4.12, 2.5.6 ]
47+
spring-boot-version: [ 2.2.13.RELEASE, 2.3.12.RELEASE, 2.4.13, 2.5.7, 2.6.0 ]
4848

4949
steps:
5050
- 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.50.0</doma.version>
50-
<spring-boot.version>2.5.6</spring-boot.version>
50+
<spring-boot.version>2.6.0</spring-boot.version>
5151
<source-plugin.version>3.2.1</source-plugin.version>
5252
<javadoc-plugin.version>3.3.1</javadoc-plugin.version>
5353
<nexus-staging-plugin.version>1.6.8</nexus-staging-plugin.version>

0 commit comments

Comments
 (0)