Skip to content

Commit

Permalink
Merge pull request #112 from BIBSYSDEV/develop
Browse files Browse the repository at this point in the history
version bumps
  • Loading branch information
gregorgabriel authored Nov 1, 2021
2 parents 6641f65 + d5dc838 commit 8e077b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
implementation group: 'com.amazonaws', name: 'aws-lambda-java-events', version: '3.10.0'
implementation group: 'com.amazonaws', name: 'aws-lambda-java-core', version: '1.2.1'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.12.94'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.12.98'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
implementation group: 'com.github.bibsysdev', name: 'core', version: '1.16.0'
implementation group: 'com.github.bibsysdev', name: 'apigateway', version: '1.16.0'
implementation group: 'com.github.bibsysdev', name: 'core', version: '1.16.1'
implementation group: 'com.github.bibsysdev', name: 'apigateway', version: '1.16.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.0.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.1'
testImplementation 'com.github.BIBSYSDEV:nva-testutils:0.1.27'
testImplementation 'com.github.BIBSYSDEV:nva-testutils:0.1.28'
xsd2java group: 'com.sun.xml.bind', name: 'jaxb-xjc', version: '3.0.2'
xsd2java group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '3.0.2'
xsd2java group: 'javax.xml.bind', name: 'jaxb-api', version: '2.4.0-b180830.0359'
Expand Down

0 comments on commit 8e077b3

Please sign in to comment.