Skip to content

Commit 09fa16c

Browse files
committed
Merge branch '2.3.x' into 2.4.x
2 parents 327ce1b + 306b964 commit 09fa16c

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/TestJarCreator.java

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ private static byte[] getNestedJarData(boolean multiRelease) throws Exception {
9898
writeEntry(jarOutputStream, "META-INF/versions/13/multi-release.dat", 13);
9999
writeEntry(jarOutputStream, "META-INF/versions/14/multi-release.dat", 14);
100100
writeEntry(jarOutputStream, "META-INF/versions/15/multi-release.dat", 15);
101+
writeEntry(jarOutputStream, "META-INF/versions/16/multi-release.dat", 16);
101102
}
102103
else {
103104
writeEntry(jarOutputStream, "3.dat", 3);

0 commit comments

Comments
 (0)