Skip to content

Commit

Permalink
Merge pull request #22 from data-catering/vulnerabilities-spark-3.5.1
Browse files Browse the repository at this point in the history
Update xnio-api library
  • Loading branch information
pflooky committed May 17, 2024
2 parents 4c0c72f + 2cdb321 commit aeb63bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependencies {
exclude(module = "kerb-admin")
exclude(module = "wildfly-openssl")
exclude(module = "wildfly-openssl-java")
exclude(module = "xnio-api")
}
jpackageDep(project(":api"))

Expand All @@ -98,6 +99,7 @@ dependencies {
basicImpl("org.apache.kerby:kerb-admin:2.0.3")
basicImpl("org.wildfly.openssl:wildfly-openssl:1.1.3.Final")
basicImpl("org.wildfly.openssl:wildfly-openssl-java:1.1.3.Final")
basicImpl("org.jboss.xnio:xnio-api:3.8.14.Final")
//basicImpl("software.amazon.ion:ion-java:1.5.1") //should use: basicImpl("com.amazon.ion:ion-java:1.11.8")

// connectors
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groupId=io.github.data-catering
version=0.10.3
version=0.10.4

scalaVersion=2.12
scalaSpecificVersion=2.12.15
Expand Down

0 comments on commit aeb63bd

Please sign in to comment.