Skip to content

Commit

Permalink
Merge pull request #497 from graalvm/paw/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Update native-build-tools dependencies
  • Loading branch information
olpaw authored Sep 5, 2023
2 parents b168dc7 + ac5ed74 commit 75b547c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ plugins {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
languageVersion.set(JavaLanguageVersion.of(11))
}
withJavadocJar()
withSourcesJar()
Expand Down
3 changes: 2 additions & 1 deletion docs/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you are using alternative build systems, see <<alternative-build-systems.adoc
=== Release 0.9.26

* Relax GraalVM version check for dev versions
* Prepare plugins for release of *GraalVM for JDK 21*. They no longer deploy any experimental options.
* Prepare plugins for release of _GraalVM for JDK 21_. They no longer deploy any experimental options.
* Bump Java compliance of the plugins from Java 8+ to Java 11+.

==== Gradle plugin

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ maven = "3.8.6"
mavenAnnotations = "3.6.4"
mavenEmbedder = "3.8.6"
mavenWagon = "3.4.3"
graalvm = "22.0.0"
jackson = "2.13.3"
graalvm = "22.3.3"
jackson = "2.13.5"
junitPlatform = "1.9.3"
junitJupiter = "5.10.0"
aether = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test-support/library-with-reflection/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.5"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
languageVersion.set(JavaLanguageVersion.of(11))
}
}

Expand Down

0 comments on commit 75b547c

Please sign in to comment.