Skip to content

Commit 8e077b3

Browse files
Merge pull request #112 from BIBSYSDEV/develop
version bumps
2 parents 6641f65 + d5dc838 commit 8e077b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ dependencies {
3434
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
3535
implementation group: 'com.amazonaws', name: 'aws-lambda-java-events', version: '3.10.0'
3636
implementation group: 'com.amazonaws', name: 'aws-lambda-java-core', version: '1.2.1'
37-
implementation group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.12.94'
37+
implementation group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.12.98'
3838
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
3939
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
4040
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1'
4141
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
42-
implementation group: 'com.github.bibsysdev', name: 'core', version: '1.16.0'
43-
implementation group: 'com.github.bibsysdev', name: 'apigateway', version: '1.16.0'
42+
implementation group: 'com.github.bibsysdev', name: 'core', version: '1.16.1'
43+
implementation group: 'com.github.bibsysdev', name: 'apigateway', version: '1.16.1'
4444
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.0.0'
4545
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.1'
46-
testImplementation 'com.github.BIBSYSDEV:nva-testutils:0.1.27'
46+
testImplementation 'com.github.BIBSYSDEV:nva-testutils:0.1.28'
4747
xsd2java group: 'com.sun.xml.bind', name: 'jaxb-xjc', version: '3.0.2'
4848
xsd2java group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '3.0.2'
4949
xsd2java group: 'javax.xml.bind', name: 'jaxb-api', version: '2.4.0-b180830.0359'

0 commit comments

Comments
 (0)