File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ graalvmCompatible = true
1616groupId = " io.ballerina.stdlib"
1717artifactId = " mime-native"
1818version = " 2.11.0"
19- path = " ../native/build/libs/mime-native-2.11.0-SNAPSHOT .jar"
19+ path = " ../native/build/libs/mime-native-2.11.0.jar"
2020
2121[[platform .java21 .dependency ]]
22- path = " ../test-utils/build/libs/mime-test-utils-2.11.0-SNAPSHOT .jar"
22+ path = " ../test-utils/build/libs/mime-test-utils-2.11.0.jar"
2323scope = " testOnly"
2424
2525[[platform .java21 .dependency ]]
Original file line number Diff line number Diff line change 55
66[ballerina ]
77dependencies-toml-version = " 2"
8- distribution-version = " 2201.11.0-20250127-101700-a4b67fe5 "
8+ distribution-version = " 2201.11.0"
99
1010[[package ]]
1111org = " ballerina"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ This file contains all the notable changes done to the Ballerina MIME package th
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to
55[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## [ 2.11.0] - 2025-02-11
8+ - This version maintains the latest dependency versions.
89
910## [ 2.10.1] - 2024-10-15
1011
Original file line number Diff line number Diff line change 11org.gradle.caching =true
22group =io.ballerina.stdlib
3- version =2.11.0 -SNAPSHOT
4- ballerinaLangVersion =2201.11.0-20250127-101700-a4b67fe5
3+ version =2.11.1 -SNAPSHOT
4+ ballerinaLangVersion =2201.11.0
55
66mimepullVersion =1.9.11
77shadowJarPluginVersion =8.1.1
@@ -15,7 +15,7 @@ ballerinaGradlePluginVersion=2.3.0
1515mockitoVersion =5.3.1
1616slf4jVersion =1.7.30
1717
18- stdlibIoVersion =1.7.0-20250127-170200-0d36f73
19- stdlibLogVersion =2.11.0-20250131-134300-052ff7f
20- observeVersion =1.4.0-20250130-102700-e04cefe
21- observeInternalVersion =1.4.0-20250131-133200-4dfa090
18+ stdlibIoVersion =1.7.0
19+ stdlibLogVersion =2.11.0
20+ observeVersion =1.4.0
21+ observeInternalVersion =1.4.0
You can’t perform that action at this time.
0 commit comments