Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

[skip ci]: Bump ec2 from 1.91.0 to 1.93.0 #265

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation('io.dropwizard:dropwizard-core:' + dropwizardVersion)
// slf4j in governator was causing race condition with dropwizard start up code on initial get of logger
implementation('com.netflix.governator:governator:1.17.11') { exclude group:'org.slf4j', module:'slf4j-api'}
implementation 'com.google.inject:guice:5.0.0-BETA-1'
implementation 'com.google.inject:guice:5.0.1'
implementation('org.neo4j:neo4j:4.2.3') { exclude group:'org.slf4j', module:'slf4j-nop' }
implementation 'com.github.cliftonlabs:json-simple:3.1.1',
'commons-io:commons-io:2.8.0',
Expand All @@ -51,7 +51,7 @@ dependencies {
// aws cdk
implementation 'software.amazon.awscdk:core:1.89.0',
'software.amazon.awscdk:s3:1.93.0',
'software.amazon.awscdk:ec2:1.91.0',
'software.amazon.awscdk:ec2:1.93.0',
'software.amazon.awscdk:elasticloadbalancingv2:1.91.0',
'software.amazon.awscdk:autoscaling:1.93.0',
'software.amazon.awscdk:cdk-cx-api:1.89.0'
Expand Down