Skip to content

Commit c4c6430

Browse files
author
Sebastien Vermeille
committed
BUILD-5727 Update byte-buddy
That way it supports JDKs <= 23
1 parent acd254c commit c4c6430

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<gitRepositoryName>sonar-scanner-java-library</gitRepositoryName>
5656
<okhttp.version>4.12.0</okhttp.version>
5757
<mockito.version>3.12.4</mockito.version>
58+
<byte-buddy.version>1.14.18</byte-buddy.version>
5859
</properties>
5960

6061
<dependencyManagement>
@@ -129,6 +130,18 @@
129130
<artifactId>commons-codec</artifactId>
130131
<version>1.16.1</version>
131132
</dependency>
133+
<dependency>
134+
<groupId>net.bytebuddy</groupId>
135+
<artifactId>byte-buddy</artifactId>
136+
<version>${byte-buddy.version}</version>
137+
<scope>test</scope>
138+
</dependency>
139+
<dependency>
140+
<groupId>net.bytebuddy</groupId>
141+
<artifactId>byte-buddy-agent</artifactId>
142+
<version>${byte-buddy.version}</version>
143+
<scope>test</scope>
144+
</dependency>
132145
</dependencies>
133146
</dependencyManagement>
134147

0 commit comments

Comments
 (0)