Skip to content

Commit aa87d8f

Browse files
author
Ivan Franchin
committed
project upgrade
- upgrade to spring-boot 2.6.5; - upgrade to springdoc-openapi 1.6.6; - upgrade some npm packages.
1 parent 4107eba commit aa87d8f

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

order-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>2.6.3</version>
7+
<version>2.6.5</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010

@@ -19,7 +19,7 @@
1919
<jjwt.version>0.11.2</jjwt.version>
2020
<org.mapstruct.version>1.4.2.Final</org.mapstruct.version>
2121
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
22-
<springdoc-openapi.version>1.6.5</springdoc-openapi.version>
22+
<springdoc-openapi.version>1.6.6</springdoc-openapi.version>
2323
</properties>
2424

2525
<dependencies>

order-ui/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

order-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.16.2",
7-
"@testing-library/react": "^12.1.2",
6+
"@testing-library/jest-dom": "^5.16.3",
7+
"@testing-library/react": "^12.1.4",
88
"@testing-library/user-event": "^13.5.0",
9-
"axios": "^0.25.0",
9+
"axios": "^0.26.1",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"react-router-dom": "^5.3.0",
1313
"react-scripts": "5.0.0",
14-
"semantic-ui-react": "^2.1.1"
14+
"semantic-ui-react": "^2.1.2"
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",

0 commit comments

Comments
 (0)