Skip to content

Commit 66bd007

Browse files
committed
Updated to align dependencies with Spring Boot 3.0.3
1 parent 961061e commit 66bd007

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,10 +37,10 @@
3737
<!-- Dependency versions, matched to Spring Boot -->
3838
<aspectj.version>1.9.19</aspectj.version>
3939
<slf4j.version>2.0.6</slf4j.version>
40-
<spring.version>6.0.4</spring.version>
40+
<spring.version>6.0.5</spring.version>
4141

4242
<!-- Test dependency versions -->
43-
<spt-development-test>3.0.2</spt-development-test>
43+
<spt-development-test>3.0.3</spt-development-test>
4444

4545
<!-- Test dependency versions, matched to Spring Boot -->
4646
<hamcrest.version>2.2</hamcrest.version>

0 commit comments

Comments
 (0)