Skip to content

Commit 5a9b4c4

Browse files
build(deps): Update xnio-nio from 3.8.16.Final to 3.8.17.Final (#7778)
1 parent f59c22e commit 5a9b4c4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ lazy val metals = project
411411
"com.swoval" % "file-tree-views" % "2.1.12",
412412
// for http client
413413
"io.undertow" % "undertow-core" % "2.2.20.Final",
414-
"org.jboss.xnio" % "xnio-nio" % "3.8.16.Final",
414+
"org.jboss.xnio" % "xnio-nio" % "3.8.17.Final",
415415
// for persistent data like "dismissed notification"
416416
"org.flywaydb" % "flyway-core" % "11.12.0",
417417
"com.h2database" % "h2" % "2.3.232",

tests/unit/src/test/scala/tests/JavaDefinitionSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
7777
| ^^^^^^
7878
|""".stripMargin,
7979
dependencies = List(
80-
"org.jboss.xnio:xnio-nio:3.8.16.Final"
80+
"org.jboss.xnio:xnio-nio:3.8.17.Final"
8181
),
8282
withoutVirtualDocs = true,
8383
useWorkspaceFolders = true,
@@ -94,7 +94,7 @@ class JavaDefinitionSuite extends BaseLspSuite("java-definition") {
9494
| ^^^^^^
9595
|""".stripMargin,
9696
dependencies = List(
97-
"org.jboss.xnio:xnio-nio:3.8.16.Final"
97+
"org.jboss.xnio:xnio-nio:3.8.17.Final"
9898
),
9999
)
100100

0 commit comments

Comments
 (0)