Skip to content

Commit 1cf8b87

Browse files
Bump graal-sdk from 22.3.2 to 23.0.0 (#33)
* Bump graal-sdk from 22.3.2 to 23.0.0 Bumps [graal-sdk](https://github.com/oracle/graal) from 22.3.2 to 23.0.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](oracle/graal@vm-22.3.2...vm-23.0.0) --- updated-dependencies: - dependency-name: org.graalvm.sdk:graal-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66981a4 commit 1cf8b87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Dependencies
1414
- Bump `version.picocli` from 4.7.3 to 4.7.4 (#29)
1515
- Bump `maven-failsafe-plugin` from 3.1.0 to 3.1.2 (#30)
16+
- Bump `graal-sdk` from 22.3.2 to 23.0.0 (#33)
1617

1718
## [0.2.1] - 2023-06-03
1819
### Fixed

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>22.3.2</version>
114+
<version>23.0.0</version>
115115
<scope>provided</scope>
116116
</dependency>
117117
<dependency>

0 commit comments

Comments
 (0)