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

[skip ci]: Bump guice from 5.0.0-BETA-1 to 5.0.1 #261

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 @@ -53,7 +53,7 @@ dependencies {
'software.amazon.awscdk:s3:1.91.0',
'software.amazon.awscdk:ec2:1.91.0',
'software.amazon.awscdk:elasticloadbalancingv2:1.91.0',
'software.amazon.awscdk:autoscaling:1.82.0',
'software.amazon.awscdk:autoscaling:1.93.0',
'software.amazon.awscdk:cdk-cx-api:1.89.0'

implementation('org.geotools:gt-main:24.2')
Expand Down