Skip to content

Commit

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

* update version in results

* cleanup

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan <marwan.rabbaa@winddle.com>
  • Loading branch information
renovate[bot] and marwan-rabbaa authored Oct 8, 2023
1 parent 1f22089 commit 02b6fa6
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 16 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.2.1"
hexagonVersion = "3.3.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.2
version: 3.3
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

ext {
hexagonVersion = "3.0.0-B9"
hexagonVersion = "3.3.0"
nettyVersion = "4.1.+"

gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"
Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty-async/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
website: hexagonkt.com
version: 3.2
version: 3.3
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.2.1"
hexagonVersion = "3.3.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.2
version: 3.3
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.2.1"
hexagonVersion = "3.3.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.2
version: 3.3
8 changes: 0 additions & 8 deletions kotlin/hexagon-vertx-async/.gitignore

This file was deleted.

0 comments on commit 02b6fa6

Please sign in to comment.