Skip to content

Commit

Permalink
Upgrade Byte Buddy from 1.7.9 to 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pepness committed Dec 22, 2019
1 parent 1ee3fe7 commit a3024a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/spi.java.hints/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
51218A01A882C04D0ABA8C028179CCE488BBCB58 net.bytebuddy:byte-buddy:1.7.9
1A745B7EF012EA7B96D7D6F1FAE5AFAC11FCEE3D net.bytebuddy:byte-buddy:1.10.6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Byte Buddy
Version: 1.7.9
Version: 1.10.6
Description: Code Generation Library
License: Apache-2.0+BSD-INRIA
Origin: Byte Buddy
Expand Down
4 changes: 2 additions & 2 deletions java/spi.java.hints/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
is.autoload=true
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
spec.version.base=1.37.0
spec.version.base=1.38.0
requires.nb.javac=true
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
release.external/byte-buddy-1.7.9.jar=modules/ext/byte-buddy-1.7.9.jar
release.external/byte-buddy-1.10.6.jar=modules/ext/byte-buddy-1.10.6.jar
4 changes: 2 additions & 2 deletions java/spi.java.hints/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@
<package>org.netbeans.spi.java.hints.support</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/byte-buddy-1.7.9.jar</runtime-relative-path>
<binary-origin>external/byte-buddy-1.7.9.jar</binary-origin>
<runtime-relative-path>ext/byte-buddy-1.10.6.jar</runtime-relative-path>
<binary-origin>external/byte-buddy-1.10.6.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit a3024a7

Please sign in to comment.