Skip to content

Commit

Permalink
Increment pom version (#83)
Browse files Browse the repository at this point in the history
* Tmp release 2.1.0 (#79)

* [EDGDEMATIC-93] - Upgrade NEWS.md file.

* [maven-release-plugin] prepare release v2.1.0

* [maven-release-plugin] prepare for next development iteration

* [EDGDEMATIC-93] - Upgrade NEWS.md file.

* EDGDEMATIC-95: Spring Boot 3.1.6 fixing Denial of Service (DoS)

https://issues.folio.org/browse/EDGDEMATIC-95

Upgrade Spring Boot from 3.1.4 to 3.1.6 fixing Denial of Service (DoS): https://www.cve.org/CVERecord?id=CVE-2023-34055

The Spring Boot upgrade indirectly upgrades Netty from 4.1.97.Final to 4.1.101.Final fixing Denial of Service (DoS): https://nvd.nist.gov/vuln/detail/CVE-2023-44487

The Spring Boot upgrade indirectly upgrades tomcat-embed-core from 10.1.13 to 10.1.16 fixing Denial of Service (DoS), Improper Input Validation, and Incomplete Cleanup
: https://nvd.nist.gov/vuln/detail/CVE-2023-44487 , https://www.cve.org/CVERecord?id=CVE-2023-46589 , https://nvd.nist.gov/vuln/detail/CVE-2023-45648 , https://nvd.nist.gov/vuln/detail/CVE-2023-42795

The Spring Boot upgrade indirectly upgrades spring-web from 6.0.12 to 6.0.14 fixing Denial of Service (DoS): https://www.cve.org/CVERecord?id=CVE-2023-34053

* [EDGDEMATIC-96] - Update NEWS.md file.

* [maven-release-plugin] prepare release v2.1.1

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: Julian Ladisch <[email protected]>
  • Loading branch information
gurleenkaurbp and julianladisch authored Dec 13, 2023
1 parent d860b17 commit a32be78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1 2023-12-13

* [EDGDEMATIC-95](https://issues.folio.org/browse/EDGDEMATIC-95) - Spring Boot 3.1.6 fixing Denial of Service (DoS)

## 2.1.0 2023-10-12

* [EDGDEMATIC-85](https://issues.folio.org/browse/EDGDEMATIC-85) - Migrate to folio-spring-support v7.0.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.folio</groupId>
<artifactId>edge-dematic</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit a32be78

Please sign in to comment.