Skip to content

Commit

Permalink
[DEV-107] Update Ktor to 2.3.8 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Zara Kay <[email protected]>
  • Loading branch information
zarakay authored Feb 25, 2024
1 parent 22cef57 commit d954566
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.35.1]

### Breaking Changes
* None.

### New Features
* None.

### Enhancements
* Updated version of Ktor to `2.3.8`.

### Fixes
* None.

### Notes
* None.

## [0.35.0]

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.zepben.maven</groupId>
<artifactId>evolve-super-pom</artifactId>
<!-- Version should not be set to snapshot as CI expects finalized version -->
<version>0.35.0</version>
<version>0.35.1</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -105,7 +105,7 @@
<skip.integration.tests>true</skip.integration.tests>

<!-- KTOR -->
<ktor.version>2.3.5</ktor.version>
<ktor.version>2.3.8</ktor.version>

<!-- azure sdk -->
<azure.bom.version>1.0.5</azure.bom.version>
Expand Down

0 comments on commit d954566

Please sign in to comment.