Skip to content

Commit c29a8e3

Browse files
Bump graal-sdk from 23.0.0 to 23.0.1 (#53)
* Bump graal-sdk from 23.0.0 to 23.0.1 Bumps [graal-sdk](https://github.com/oracle/graal) from 23.0.0 to 23.0.1. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/commits) --- updated-dependencies: - dependency-name: org.graalvm.sdk:graal-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e40fbde commit c29a8e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
### Dependencies
3434
- Bump `version.picocli` from 4.7.3 to 4.7.4 (#29)
3535
- Bump `maven-failsafe-plugin` from 3.1.0 to 3.1.2 (#30)
36-
- Bump `graal-sdk` from 22.3.2 to 23.0.0 (#33)
36+
- Bump `graal-sdk` from 22.3.2 to 23.0.1 (#33, #53)
3737
- Bump `native-maven-plugin` from 0.9.22 to 0.9.23 (#40)
3838
- Bump `maven-shade-plugin` from 3.4.1 to 3.5.0 (#38)
3939
- Bump `mockito-junit-jupiter` from 5.3.1 to 5.4.0 (#39)

saic-java-mqtt-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.graalvm.sdk</groupId>
113113
<artifactId>graal-sdk</artifactId>
114-
<version>23.0.0</version>
114+
<version>23.0.1</version>
115115
<scope>provided</scope>
116116
</dependency>
117117
<dependency>

0 commit comments

Comments
 (0)