Skip to content

Commit

Permalink
Merge pull request #278 from beryx/version-updates
Browse files Browse the repository at this point in the history
Version updates
  • Loading branch information
xzel23 authored Nov 5, 2024
2 parents 87409f6 + 3e82a48 commit b43ac79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ import org.kohsuke.github.GitHub

buildscript {
dependencies {
classpath 'org.kohsuke:github-api:1.318'
classpath 'org.kohsuke:github-api:1.326'
}
}

plugins {
id 'groovy'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.gradle.plugin-publish' version '1.2.1'
id 'com.gradle.plugin-publish' version '1.3.0'
id 'com.github.ethankhall.semantic-versioning' version '1.1.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.github.hierynomus.license' version '0.16.1'
id 'org.asciidoctor.jvm.convert' version '4.0.2'
id 'org.asciidoctor.jvm.convert' version '4.0.3'
id 'org.ajoberstar.git-publish' version '4.2.2'
}

Expand Down Expand Up @@ -51,7 +51,7 @@ repositories {
dependencies {
implementation 'org.ow2.asm:asm:9.7.1'

testImplementation 'org.spockframework:spock-core:2.4-M1-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'

asciidoctorExt 'com.bmuschko:asciidoctorj-tabbed-code-extension:0.3'
}
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/hello-toolchain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(19)
languageVersion = JavaLanguageVersion.of(23)
vendor = JvmVendorSpec.ADOPTIUM
}
}
Expand Down

0 comments on commit b43ac79

Please sign in to comment.