Skip to content

Commit 9e95688

Browse files
committed
Updated some dependencies as per security advisory
1 parent 1a660f8 commit 9e95688

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

pom.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.bbottema</groupId>
88
<artifactId>modular-project-parent</artifactId>
9-
<version>1.0.14</version>
9+
<version>1.0.16</version>
1010
</parent>
1111

1212
<groupId>org.simplejavamail</groupId>
@@ -65,13 +65,13 @@
6565
<dependency>
6666
<groupId>org.powermock</groupId>
6767
<artifactId>powermock-module-junit4</artifactId>
68-
<version>2.0.4</version>
68+
<version>2.0.9</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.powermock</groupId>
7373
<artifactId>powermock-api-mockito2</artifactId>
74-
<version>2.0.4</version>
74+
<version>2.0.9</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -100,6 +100,21 @@
100100
<artifactId>jsr305</artifactId>
101101
<version>3.0.2</version>
102102
</dependency>
103+
<dependency>
104+
<groupId>net.bytebuddy</groupId>
105+
<artifactId>byte-buddy-agent</artifactId>
106+
<version>1.10.14</version>
107+
</dependency>
108+
<dependency>
109+
<groupId>net.bytebuddy</groupId>
110+
<artifactId>byte-buddy</artifactId>
111+
<version>1.10.14</version>
112+
</dependency>
113+
<dependency>
114+
<groupId>junit</groupId>
115+
<artifactId>junit</artifactId>
116+
<version>4.13.1</version>
117+
</dependency>
103118
</dependencies>
104119
</dependencyManagement>
105120

0 commit comments

Comments
 (0)