File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 72
72
<apiguardian .version>1.1.1</apiguardian .version>
73
73
<archunit .version>0.23.1</archunit .version>
74
74
<blockhound .version>1.0.8.RELEASE</blockhound .version>
75
- <byte-buddy .version>1.14.18</byte-buddy .version>
76
75
<checkstyle .skip>${skipTests} </checkstyle .skip>
77
76
<checkstyle .version>8.40</checkstyle .version>
78
77
<classgraph .version>4.8.149</classgraph .version>
98
97
<maven-source-plugin .version>3.2.0</maven-source-plugin .version>
99
98
<maven-surefire-plugin .version>3.0.0-M4</maven-surefire-plugin .version>
100
99
<maven .compiler.release>${java.version} </maven .compiler.release>
101
- <mockito >${mockito.version}</mockito >
102
- <mockito .version>4.11.0</mockito .version>
103
100
<neo4j-java-driver .version>5.23.0</neo4j-java-driver .version>
104
101
<neo4j-migrations .version>1.13.1</neo4j-migrations .version>
105
102
<neo4j .version>4.4.8</neo4j .version>
175
172
<version >${jaxb.version} </version >
176
173
<scope >provided</scope >
177
174
</dependency >
178
- <dependency >
179
- <groupId >net.bytebuddy</groupId >
180
- <artifactId >byte-buddy</artifactId >
181
- <version >${byte-buddy.version} </version >
182
- </dependency >
183
- <dependency >
184
- <groupId >net.bytebuddy</groupId >
185
- <artifactId >byte-buddy-agent</artifactId >
186
- <version >${byte-buddy.version} </version >
187
- </dependency >
188
175
<dependency >
189
176
<groupId >net.java.dev.jna</groupId >
190
177
<artifactId >jna</artifactId >
You can’t perform that action at this time.
0 commit comments