Skip to content

Commit

Permalink
Upgrade Vert.x to 4.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Dec 9, 2024
1 parent 50ea71c commit a2a1b8a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 40 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def watchForChange = 'src/main/kotlin/**/*'
def doOnChange = './gradlew classes'

dependencies {
implementation platform("io.vertx:vertx-stack-depchain:4.4.4") // Vert.x version
implementation platform("io.vertx:vertx-stack-depchain:4.5.11") // Vert.x version

implementation "io.vertx:vertx-core"
implementation "io.vertx:vertx-config"
Expand Down
77 changes: 38 additions & 39 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,51 @@
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.4.8=compileClasspath,runtimeClasspath
ch.qos.logback:logback-core:1.4.8=compileClasspath,runtimeClasspath
ch.randelshofer:fastdoubleparser:0.8.0=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.15.0=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.0=compileClasspath,runtimeClasspath
com.hazelcast:hazelcast:4.2.8=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.16.1=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath
com.hazelcast:hazelcast:5.3.5=compileClasspath,runtimeClasspath
com.ongres.scram:client:2.1=compileClasspath,runtimeClasspath
com.ongres.scram:common:2.1=compileClasspath,runtimeClasspath
com.ongres.stringprep:saslprep:1.1=compileClasspath,runtimeClasspath
com.ongres.stringprep:stringprep:1.1=compileClasspath,runtimeClasspath
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath
io.github.oshai:kotlin-logging-jvm:5.0.1=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-http2:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-http:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-mqtt:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-socks:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler-proxy:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver-dns:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.94.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-http2:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-http:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-mqtt:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-socks:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler-proxy:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver-dns:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.115.Final=compileClasspath,runtimeClasspath
io.pebbletemplates:pebble:3.1.5=compileClasspath,runtimeClasspath
io.vertx:vertx-auth-common:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-auth-oauth2:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-bridge-common:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-config:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-core:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-hazelcast:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-health-check:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-lang-kotlin:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-mqtt:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-mysql-client:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-pg-client:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-service-proxy:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-sockjs-service-proxy:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-sql-client:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-stack-depchain:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-tcp-eventbus-bridge:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-uri-template:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-web-client:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-web-common:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-web-templ-pebble:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-web:4.4.4=compileClasspath,runtimeClasspath
io.vertx:vertx-auth-common:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-auth-oauth2:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-bridge-common:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-config:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-core:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-hazelcast:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-health-check:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-lang-kotlin:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-mqtt:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-mysql-client:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-pg-client:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-service-proxy:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-sockjs-service-proxy:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-sql-client:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-stack-depchain:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-tcp-eventbus-bridge:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-uri-template:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web-client:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web-common:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web-templ-pebble:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web:4.5.11=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit a2a1b8a

Please sign in to comment.