Skip to content

Commit

Permalink
Merge pull request #108 from FederatedAI/develop-1.7.2.1
Browse files Browse the repository at this point in the history
Merge pull request for dependencies-update from repo-1.7.2.1
  • Loading branch information
dylan-fan authored Feb 11, 2022
2 parents 23b085f + 89535d4 commit 5eb4260
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release 1.7.2.1

#### Major Features and Improvements
**Major Features**

* Update shelljs from 0.8.3 to 0.8.5
* Update spring-core from 5.2.9Release to 5.3.14


# Release 1.7.2

#### Major Features and Improvements
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fateboard</groupId>
<artifactId>fateboard</artifactId>
<version>1.7.2</version>
<version>1.8.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.2.9.RELEASE</version>
<version>5.3.14</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion resources-front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"script-ext-html-webpack-plugin": "2.0.1",
"script-loader": "^0.7.2",
"semver": "5.5.0",
"shelljs": "0.8.2",
"shelljs": "0.8.5",
"svg-sprite-loader": "3.8.0",
"svgo": "^1.2.2",
"uglifyjs-webpack-plugin": "1.2.7",
Expand Down

0 comments on commit 5eb4260

Please sign in to comment.