diff --git a/changelog.md b/changelog.md index aa01bf3..9aee42d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ This file contains all the notable changes done to the Ballerina MIME package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +## Changed +- [Fix packing snapshot dependencies](https://github.com/ballerina-platform/ballerina-library/issues/7266) + ## [2.10.0] - 2024-08-20 ### Added diff --git a/gradle.properties b/gradle.properties index 58f80af..66c0f16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ mimepullVersion=1.9.11 puppycrawlCheckstyleVersion=10.12.0 jakartaActivationVersion=2.0.1 testngVersion=7.6.1 -ballerinaGradlePluginVersion=2.2.3 +ballerinaGradlePluginVersion=2.2.4 mockitoVersion=5.3.1 stdlibIoVersion=1.6.0