Skip to content

Commit

Permalink
fix(deps): update hexagonversion to v3.7.3 (#8070)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 9fa65cd commit 2202352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kotlin/hexagon-jetty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

ext {
hexagonVersion = "3.7.2"
hexagonVersion = "3.7.3"
gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"
}

Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty-epoll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

ext {
hexagonVersion = "3.7.2"
hexagonVersion = "3.7.3"
nettyVersion = "4.1.+"

gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"
Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

ext {
hexagonVersion = "3.7.2"
hexagonVersion = "3.7.3"
gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"
}

Expand Down

0 comments on commit 2202352

Please sign in to comment.