Skip to content

Commit

Permalink
Merge pull request #1185 from ballerina-platform/release-4.2.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 4.2.0 release
  • Loading branch information
Nuvindu authored Sep 6, 2024
2 parents 56388ec + 273c014 commit 059469e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "kafka-native"
version = "4.2.0"
path = "../native/build/libs/kafka-native-4.2.0-SNAPSHOT.jar"
path = "../native/build/libs/kafka-native-4.2.0.jar"

[[platform.java17.dependency]]
groupId = "org.apache.kafka"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "kafka-compiler-plugin"
class = "io.ballerina.stdlib.kafka.plugin.KafkaCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-4.2.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-4.2.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [4.2.0] - 2024-08-20

### Fixed
- [Fixed `ConcurrentModificationException` when accessing `kafka:Consumer` concurrently](https://github.com/ballerina-platform/ballerina-library/issues/6700)

Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=4.2.0-SNAPSHOT
version=4.2.1-SNAPSHOT
kafkaVersion=3.5.1
ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0
ballerinaGradlePluginVersion=2.0.1

puppycrawlCheckstyleVersion=10.12.1
Expand All @@ -18,24 +18,24 @@ stdlibUrlVersion=2.4.0

stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0
stdlibRandomVersion=1.5.0
stdlibTaskVersion=2.5.0

stdlibCacheVersion=3.8.0
stdlibFileVersion=1.10.0-20240814-133200-74f4d63
stdlibMimeVersion=2.10.0-20240814-133200-6c54439
stdlibFileVersion=1.10.0
stdlibMimeVersion=2.10.0
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.12.0-20240814-133000-6db5624
stdlibJwtVersion=2.13.0-20240814-133100-630021f
stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4
stdlibAuthVersion=2.12.0
stdlibJwtVersion=2.13.0
stdlibOAuth2Version=2.12.0

stdlibHttpVersion=2.12.0-20240814-145000-dcdc9a0
stdlibHttpVersion=2.12.0

stdlibTransactionVersion=1.10.0-20240814-160700-00e0ba7
stdlibTransactionVersion=1.10.0

# Ballerinax Observer
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 059469e

Please sign in to comment.