Skip to content

Commit

Permalink
Merge pull request #862 from cherylking/bumpDerbyDep101710
Browse files Browse the repository at this point in the history
Bump derby dependency
  • Loading branch information
cherylking committed Nov 28, 2023
2 parents 0eb6c83 + 0c1a332 commit 933300b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
testImplementation group: 'org.apache.cxf', name: 'cxf-rt-rs-client', version:'3.1.1'
testImplementation group: 'org.glassfish', name: 'javax.json', version:'1.0.4'
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
derby group: 'org.apache.derby', name: 'derby', version: '10.13.1.1'
derby group: 'org.apache.derby', name: 'derby', version: '10.17.1.0'
libertyRuntime group: 'com.ibm.websphere.appserver.runtime', name: 'wlp-kernel', version: runtimeVersion
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<library id="DerbyLib" filesetRef="DerbyFileset" />
<fileset id="DerbyFileset"
dir="${shared.resource.dir}"
includes="derby-10.13.1.1.jar" />
includes="derby-10.17.1.0.jar" />

<dataSource id="jdbc/samplejpadatasource"
jndiName="jdbc/samplejpadatasource"
Expand Down

0 comments on commit 933300b

Please sign in to comment.