Skip to content

Commit 855bac6

Browse files
authored
Merge pull request #14 from spt-development/feature/spring-boot-3.0.3-upgrade
Updated to align dependencies with Spring Boot 3.0.3
2 parents 1302a08 + 3269980 commit 855bac6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Import GPG key
4242
id: import_gpg
43-
uses: crazy-max/ghaction-import-gpg@v5
43+
uses: crazy-max/ghaction-import-gpg@v5.2.0
4444
with:
4545
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4646
passphrase: ${{ secrets.GPG_PASSPHRASE }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<maven.compiler.release>17</maven.compiler.release>
3838

3939
<!-- Dependency versions -->
40-
<spring-boot.version>3.0.2</spring-boot.version>
40+
<spring-boot.version>3.0.3</spring-boot.version>
4141
<spt-cid.version>2.0.11</spt-cid.version>
42-
<spt-logging-spring.version>3.0.2</spt-logging-spring.version>
42+
<spt-logging-spring.version>3.0.3</spt-logging-spring.version>
4343

4444
<!-- Plugin versions -->
4545
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>

0 commit comments

Comments
 (0)