Skip to content

Commit

Permalink
update dependencies; downgrade spockframework from milestone to lates…
Browse files Browse the repository at this point in the history
…t released version
  • Loading branch information
xzel23 committed Nov 5, 2024
1 parent 87409f6 commit a666962
Showing 1 changed file with 4 additions and 4 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

0 comments on commit a666962

Please sign in to comment.