Skip to content

Commit

Permalink
fix(deps): update hexagonversion to v3.4.0 (#6856)
Browse files Browse the repository at this point in the history
* fix(deps): update hexagonversion to v3.4.0

* update version in results

* cleanup

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan <[email protected]>
  • Loading branch information
renovate[bot] and waghanza authored Oct 24, 2023
1 parent cc11f8e commit 9f5beb6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 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.3.1"
hexagonVersion = "3.4.0"
gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"
}

Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-jetty/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: hexagonkt.com
version: 3.3
version: 3.4
8 changes: 0 additions & 8 deletions kotlin/hexagon-netty-async/.gitignore

This file was deleted.

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.3.1"
hexagonVersion = "3.4.0"
nettyVersion = "4.1.+"

gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"
Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty-epoll/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: hexagonkt.com
version: 3.3
version: 3.4
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.3.1"
hexagonVersion = "3.4.0"
gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"
}

Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: hexagonkt.com
version: 3.3
version: 3.4

0 comments on commit 9f5beb6

Please sign in to comment.