Skip to content

Commit 8e77ede

Browse files
committed
updated dependencies
1 parent f7296d7 commit 8e77ede

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,33 @@
7474
<version>5.10.1</version>
7575
<scope>test</scope>
7676
</dependency>
77+
<dependency>
78+
<groupId>net.bytebuddy</groupId>
79+
<artifactId>byte-buddy-agent</artifactId>
80+
<version>1.14.10</version>
81+
<scope>test</scope>
82+
</dependency>
83+
<dependency>
84+
<groupId>net.bytebuddy</groupId>
85+
<artifactId>byte-buddy</artifactId>
86+
<version>1.14.10</version>
87+
<scope>test</scope>
88+
</dependency>
7789
<dependency>
7890
<groupId>org.mockito</groupId>
7991
<artifactId>mockito-core</artifactId>
8092
<version>5.7.0</version>
8193
<scope>test</scope>
94+
<exclusions>
95+
<exclusion>
96+
<groupId>net.bytebuddy</groupId>
97+
<artifactId>byte-buddy-agent</artifactId>
98+
</exclusion>
99+
<exclusion>
100+
<groupId>net.bytebuddy</groupId>
101+
<artifactId>byte-buddy</artifactId>
102+
</exclusion>
103+
</exclusions>
82104
</dependency>
83105
</dependencies>
84106

@@ -179,6 +201,10 @@
179201

180202
<build>
181203
<plugins>
204+
<plugin>
205+
<artifactId>maven-resources-plugin</artifactId>
206+
<version>3.3.1</version>
207+
</plugin>
182208
<plugin>
183209
<groupId>org.apache.maven.plugins</groupId>
184210
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)