Skip to content

Commit

Permalink
update check, kafka client
Browse files Browse the repository at this point in the history
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
  • Loading branch information
neowu committed Jul 31, 2024
1 parent a36c6b2 commit 763776d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 9.1.1 (7/11/2024 - )

* ws/sse: updated max process time
* kafka: update to 3.8.0

### 9.1.0 (6/12/2024 - 7/9/2024)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subprojects {
}

val elasticVersion = "8.14.0"
val kafkaVersion = "3.7.1"
val kafkaVersion = "3.8.0"
val jacksonVersion = "2.17.1"
val junitVersion = "5.10.3"
val mockitoVersion = "5.12.0"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/check.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ subprojects {
pmd {
ruleSets = listOf()
ruleSetFiles = rootProject.files("buildSrc/src/main/check/pmd.xml")
toolVersion = "7.3.0"
toolVersion = "7.4.0"
isConsoleOutput = true

tasks.withType<Pmd> {
Expand Down

0 comments on commit 763776d

Please sign in to comment.