Skip to content

Commit c0f2280

Browse files
fix(deps): update hexagonversion to v3.6.0 (the-benchmarker#7552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0140679 commit c0f2280

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotlin/hexagon-jetty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
ext {
7-
hexagonVersion = "3.5.3"
7+
hexagonVersion = "3.6.0"
88
gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"
99
}
1010

kotlin/hexagon-netty-epoll/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
ext {
7-
hexagonVersion = "3.5.3"
7+
hexagonVersion = "3.6.0"
88
nettyVersion = "4.1.+"
99

1010
gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"

kotlin/hexagon-netty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
ext {
7-
hexagonVersion = "3.5.3"
7+
hexagonVersion = "3.6.0"
88
gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"
99
}
1010

0 commit comments

Comments
 (0)