Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:

- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "month"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "month"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "month"
2 changes: 1 addition & 1 deletion .github/workflows/espresso-continuations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Espresso
run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java21-24.2.0-linux-amd64.tar.gz
run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java21-24.2.1-linux-amd64.tar.gz
- uses: actions/setup-java@v4
with:
java-version: '21'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graaljs-maven-webpack-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graaljs-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-custom-venv-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-freeze-dependencies-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-javase-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-jbang-qrcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'graalpy-jbang-qrcode' demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-jython-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalpy-micronaut-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalpy-micronaut-multithreaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-micronaut-pygal-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-native-extensions-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-openai-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-script-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalpy-spring-boot-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
kill $sbpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
kill $sbpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-spring-boot-pygal-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-embed-c-code-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
./emsdk activate latest
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-micronaut-photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-spring-boot-photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.0'
java-version: '24.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion espresso/espresso-continuations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Each time it runs, the program increments a counter, displays the updated value,

## Preparation

Install [Espresso 24.2.0](https://www.graalvm.org/latest/reference-manual/espresso/) and set the value of `JAVA_HOME` accordingly.
Install [Espresso 24.2.1](https://www.graalvm.org/latest/reference-manual/espresso/) and set the value of `JAVA_HOME` accordingly.

## Run the Application

Expand Down
2 changes: 1 addition & 1 deletion espresso/espresso-continuations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>https://www.example.com</url>

<properties>
<espresso.version>24.2.0</espresso.version>
<espresso.version>24.2.1</espresso.version>
<serializer>java</serializer>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
Expand Down
4 changes: 2 additions & 2 deletions graaljs/graaljs-maven-webpack-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Add the required dependencies for GraalJS in the `<dependencies>` section of the
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId> <!-- ① -->
<version>24.2.0</version>
<version>24.2.1</version>
</dependency>

<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js</artifactId> <!-- ② -->
<version>24.2.0</version>
<version>24.2.1</version>
<type>pom</type> <!-- ③ -->
</dependency>
<!-- </dependencies> -->
Expand Down
4 changes: 2 additions & 2 deletions graaljs/graaljs-maven-webpack-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
<type>pom</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion graaljs/graaljs-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install GraalVM for JDK 24 and set the value of `JAVA_HOME` accordingly.
We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)

```bash
sdk install java 24-graal
sdk install java 24.0.1-graal
```

## Run the Application Using Maven
Expand Down
4 changes: 2 additions & 2 deletions graaljs/graaljs-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
}

dependencies {
implementation("org.graalvm.polyglot:polyglot:24.2.0")
implementation("org.graalvm.polyglot:js:24.2.0")
implementation("org.graalvm.polyglot:polyglot:24.2.1")
implementation("org.graalvm.polyglot:js:24.2.1")

// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
Expand Down
4 changes: 2 additions & 2 deletions graaljs/graaljs-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
<type>pom</type>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions graalpy/graalpy-custom-venv-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ Add the required dependencies for GraalPy in the `<dependencies>` section of the
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python</artifactId> <!-- ① -->
<version>24.2.0</version>
<version>24.2.1</version>
<type>pom</type> <!-- ② -->
</dependency>

<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId> <!-- ③ -->
<version>24.2.0</version>
<version>24.2.1</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions graalpy/graalpy-custom-venv-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python</artifactId> <!-- ① -->
<version>24.2.0</version>
<version>24.2.1</version>
<type>pom</type> <!-- ② -->
</dependency>

<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId> <!-- ③ -->
<version>24.2.0</version>
<version>24.2.1</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions graalpy/graalpy-freeze-dependencies-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For Maven, add dependency on GraalPy runtime, and configure the GraalPy Maven pl
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
<type>pom</type>
</dependency>
```
Expand All @@ -80,7 +80,7 @@ For Maven, add dependency on GraalPy runtime, and configure the GraalPy Maven pl
<plugin>
<groupId>org.graalvm.python</groupId>
<artifactId>graalpy-maven-plugin</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
<configuration>
<packages> <!-- ① -->
<package>vaderSentiment==3.3.2</package>
Expand All @@ -104,7 +104,7 @@ For Gradle, add the GraalPy plugin, configure it, and add the dependency on the
```kotlin
plugins {
application
id("org.graalvm.python") version "24.2.0"
id("org.graalvm.python") version "24.2.1"
}
```

Expand Down Expand Up @@ -178,7 +178,7 @@ If you use Maven, paste them in the `pom.xml` section of the packages and wrap t
<plugin>
<groupId>org.graalvm.python</groupId>
<artifactId>graalpy-maven-plugin</artifactId>
<version>24.2.0</version>
<version>24.2.1</version>
<configuration>
<packages> <!-- ① -->
<package>vaderSentiment==3.3.2</package>
Expand Down
Loading