Skip to content

Commit

Permalink
Upgrade Netty to 4.1.115.Final (#11345)
Browse files Browse the repository at this point in the history
  • Loading branch information
dradosevic authored Nov 22, 2024
1 parent 90ebf49 commit aa240d7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 deletions.
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ kapt.use.worker.api=true

# Dependency Versions
micronautMavenPluginVersion=3.5.3
chromedriverVersion=79.0.3945.36
geckodriverVersion=0.26.0
webdriverBinariesVersion=1.4
kotlinVersion=1.6.10
kotlin.stdlib.default.dependency=false

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ managed-micronaut-views = "3.8.2"
managed-micronaut-xml = "3.2.0"
managed-neo4j = "3.5.35"
managed-neo4j-java-driver = "4.4.9"
managed-netty = "4.1.108.Final"
managed-netty = "4.1.115.Final"
managed-reactive-pg-client = "0.11.4"
managed-reactive-streams = "1.0.4"
# This should be kept aligned with https://github.com/micronaut-projects/micronaut-reactor/blob/master/gradle.properties from the BOM
Expand Down
1 change: 0 additions & 1 deletion gradle/webdriverbinaries.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
if (System.getProperty('geb.env')) {
apply plugin:"com.energizedwork.webdriver-binaries"

webdriverBinaries {
chromedriver "${chromedriverVersion}"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluginManagement {
}

plugins {
id 'io.micronaut.build.shared.settings' version '5.4.9'
id 'io.micronaut.build.shared.settings' version '5.4.10'
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

Expand Down
9 changes: 0 additions & 9 deletions test-suite/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import org.apache.tools.ant.taskdefs.condition.Os

buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "gradle.plugin.com.energizedwork.webdriver-binaries:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
}
}

plugins {
id "io.micronaut.build.internal.convention-test-library"
id 'io.micronaut.build.internal.functional-test'
Expand Down

0 comments on commit aa240d7

Please sign in to comment.