Skip to content

Commit 4c80fcd

Browse files
authored
Merge pull request scala#50 from scala-steward/update/jaxb-api-2.3.1
Update jaxb-api to 2.3.1
2 parents 587c9d8 + 67c3d58 commit 4c80fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ lazy val core = project.in(file("core")).settings(scalaModuleSettings).settings(
5555
lazy val junit = project.in(file("junit")).settings(
5656
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
5757
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
58-
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.0" % Test,
58+
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,
5959
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
6060
fork in Test := true,
6161
disablePublishing

0 commit comments

Comments
 (0)