Skip to content

Commit 470834e

Browse files
committed
update dependencies
1 parent 4f10bef commit 470834e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

conga-aem-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.google.guava</groupId>
7575
<artifactId>guava</artifactId>
76-
<version>15.0</version>
76+
<version>29.0-jre</version>
7777
<scope>compile</scope>
7878
</dependency>
7979

tooling/conga-aem-crypto-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@
133133
<dependency>
134134
<groupId>org.apache.commons</groupId>
135135
<artifactId>commons-lang3</artifactId>
136-
<version>3.7</version>
136+
<version>3.10</version>
137137
<scope>compile</scope>
138138
</dependency>
139139

140140
<dependency>
141141
<groupId>commons-io</groupId>
142142
<artifactId>commons-io</artifactId>
143-
<version>2.6</version>
143+
<version>2.7</version>
144144
<scope>compile</scope>
145145
</dependency>
146146

0 commit comments

Comments
 (0)