Skip to content

Commit

Permalink
bump up spring boot to 3.3.4 (#215)
Browse files Browse the repository at this point in the history
* bump up spring boot to 3.3.4

* remove package-lock.json

* bump up angular to 18.2.6

* build frontend generating package-lock.json

* fix test
  • Loading branch information
max402 authored Sep 26, 2024
1 parent e96c4f6 commit 6da662a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 21,072 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 20

- run: npm ci
- run: npm i

- run: npm run prod

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ src/main/resources/.~lock.sts_login_data.xls#
.docker/

sts_h2_db.*.db
/sts-client-example/package-lock.json
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<maven.build-timestamp>${maven.build.timestamp}</maven.build-timestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>3.2.5</spring-boot.version>
<spring-boot.version>3.3.4</spring-boot.version>
<keystore-management.version>0.0.11</keystore-management.version>
<shedlock.version>5.3.0</shedlock.version>
<openapi.version>2.5.0</openapi.version>
Expand Down
Loading

0 comments on commit 6da662a

Please sign in to comment.