Skip to content

Commit 192dd73

Browse files
committed
Update internal Byte Buddy.
1 parent 17201e6 commit 192dd73

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

byte-buddy-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>net.bytebuddy</groupId>
7070
<artifactId>byte-buddy</artifactId>
71-
<version>1.12.10</version>
71+
<version>1.12.11</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

byte-buddy-dep/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>net.bytebuddy</groupId>
114114
<artifactId>byte-buddy-maven-plugin</artifactId>
115-
<version>1.12.10</version>
115+
<version>1.12.11</version>
116116
<executions>
117117
<execution>
118118
<phase>compile</phase>
@@ -127,7 +127,7 @@
127127
<transformation>
128128
<groupId>net.bytebuddy</groupId>
129129
<artifactId>byte-buddy</artifactId>
130-
<version>1.12.10</version>
130+
<version>1.12.11</version>
131131
<plugin>net.bytebuddy.build.HashCodeAndEqualsPlugin$WithNonNullableFields</plugin>
132132
<arguments>
133133
<argument>
@@ -139,13 +139,13 @@
139139
<transformation>
140140
<groupId>net.bytebuddy</groupId>
141141
<artifactId>byte-buddy</artifactId>
142-
<version>1.12.10</version>
142+
<version>1.12.11</version>
143143
<plugin>net.bytebuddy.build.CachedReturnPlugin</plugin>
144144
</transformation>
145145
<transformation>
146146
<groupId>net.bytebuddy</groupId>
147147
<artifactId>byte-buddy</artifactId>
148-
<version>1.12.10</version>
148+
<version>1.12.11</version>
149149
<plugin>net.bytebuddy.build.AccessControllerPlugin</plugin>
150150
<arguments>
151151
<argument>
@@ -157,13 +157,13 @@
157157
<transformation>
158158
<groupId>net.bytebuddy</groupId>
159159
<artifactId>byte-buddy</artifactId>
160-
<version>1.12.10</version>
160+
<version>1.12.11</version>
161161
<plugin>net.bytebuddy.build.DispatcherAnnotationPlugin</plugin>
162162
</transformation>
163163
<transformation>
164164
<groupId>net.bytebuddy</groupId>
165165
<artifactId>byte-buddy</artifactId>
166-
<version>1.12.10</version>
166+
<version>1.12.11</version>
167167
<plugin>net.bytebuddy.build.RepeatedAnnotationPlugin</plugin>
168168
</transformation>
169169
</transformations>

0 commit comments

Comments
 (0)