Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarkwal committed May 6, 2024
1 parent 8e4199b commit 87e32ab
Show file tree
Hide file tree
Showing 39 changed files with 438 additions and 432 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

- name: Run Benchmarks
uses: gradle/gradle-build-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

- name: Restore Sonar Cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

- name: Run Release Test
uses: gradle/gradle-build-action@v3
Expand Down
98 changes: 49 additions & 49 deletions docs/jarhc-report.html

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions docs/jarhc-report.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ class JarHcTest extends ReleaseTest {
private static final Logger LOGGER = LoggerFactory.getLogger(ReleaseTest.class);

private static final JavaImage[] JAVA_IMAGES = {
new JavaImage("amazon", "corretto", "11", "amazoncorretto:11.0.21"),
new JavaImage("amazon", "corretto", "17", "amazoncorretto:17.0.10"),
new JavaImage("amazon", "corretto", "21", "amazoncorretto:21.0.2"),
new JavaImage("eclipse", "temurin", "11", "eclipse-temurin:11.0.22_7-jre"),
new JavaImage("eclipse", "temurin", "17", "eclipse-temurin:17.0.10_7-jre"),
new JavaImage("eclipse", "temurin", "21", "eclipse-temurin:21.0.2_13-jre"),
new JavaImage("ibm", "semeru", "11", "ibm-semeru-runtimes:open-11.0.21_9-jre"),
new JavaImage("ibm", "semeru", "17", "ibm-semeru-runtimes:open-17.0.9_9-jre"),
new JavaImage("ibm", "semeru", "21", "ibm-semeru-runtimes:open-21.0.1_12-jre"),
new JavaImage("amazon", "corretto", "11", "amazoncorretto:11.0.23"),
new JavaImage("amazon", "corretto", "17", "amazoncorretto:17.0.11"),
new JavaImage("amazon", "corretto", "21", "amazoncorretto:21.0.3"),
new JavaImage("eclipse", "temurin", "11", "eclipse-temurin:11.0.23_9-jre"),
new JavaImage("eclipse", "temurin", "17", "eclipse-temurin:17.0.11_9-jre"),
new JavaImage("eclipse", "temurin", "21", "eclipse-temurin:21.0.3_9-jre"),
new JavaImage("ibm", "semeru", "11", "ibm-semeru-runtimes:open-11.0.22_7-jre"),
new JavaImage("ibm", "semeru", "17", "ibm-semeru-runtimes:open-17.0.10_7-jre"),
new JavaImage("ibm", "semeru", "21", "ibm-semeru-runtimes:open-21.0.2_13-jre"),
new JavaImage("microsoft", "openjdk", "11", "mcr.microsoft.com/openjdk/jdk:11-ubuntu"),
new JavaImage("microsoft", "openjdk", "17", "mcr.microsoft.com/openjdk/jdk:17-ubuntu"),
new JavaImage("microsoft", "openjdk", "21", "mcr.microsoft.com/openjdk/jdk:21-ubuntu"),
Expand Down
352 changes: 179 additions & 173 deletions jarhc-release-tests/src/main/resources/jar-with-deps-toc.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jarhc-release-tests/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.0-jre</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ List of JAR files found in classpath.

JAR file | Size | Classes | Resources | Checksum (SHA-1) | Artifact coordinates
--------------------+---------+---------+-----------+------------------------------------------+---------------------
jarhc-with-deps.jar | 6.77 MB | 4566 | 143 | **************************************** | [unknown]
Classpath | 6.77 MB | 4566 | 143 | - | -
jarhc-with-deps.jar | 6.78 MB | 4572 | 143 | **************************************** | [unknown]
Classpath | 6.78 MB | 4572 | 143 | - | -

Modules
-------
Expand All @@ -24,9 +24,9 @@ Java class file format information.

JAR file | Multi-release | Class files by Java version
--------------------+--------------------------------+---------------------------------------------------------
jarhc-with-deps.jar | Yes (Java 9, Java 10, Java 11) | Java 11 (131), Java 10 (1), Java 8 (2709), Java 7 (254),
jarhc-with-deps.jar | Yes (Java 9, Java 10, Java 11) | Java 11 (131), Java 10 (1), Java 8 (2715), Java 7 (254),
| | Java 6 (947), Java 5 (524)
Classpath | - | Java 11 (131), Java 10 (1), Java 8 (2709), Java 7 (254),
Classpath | - | Java 11 (131), Java 10 (1), Java 8 (2715), Java 7 (254),
| | Java 6 (947), Java 5 (524)

JAR Dependencies
Expand Down
Loading

0 comments on commit 87e32ab

Please sign in to comment.