Skip to content

Commit

Permalink
Update log4j for CVE-2021-45046 and CVE-2021-44228
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh committed Dec 16, 2021
1 parent fa6893e commit e359297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.bastillion</groupId>
<artifactId>bastillion-ec2</artifactId>
<version>1.73.00-SNAPSHOT</version>
<version>1.74.01</version>
<packaging>war</packaging>
<name>Bastillion for EC2</name>
<properties>
Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.999</version>
<version>[1.12, 1.13)</version>
</dependency>
<dependency>
<groupId>loophole.mvc</groupId>
<artifactId>lmvc</artifactId>
<version>1.06.00</version>
<version>[1.08, 1.09)</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
Expand Down

0 comments on commit e359297

Please sign in to comment.