Skip to content

Commit

Permalink
Bump http-step version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrfranco committed Oct 7, 2024
1 parent 7029c79 commit fe24e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'pl.allegro.tech.build.axion-release'
apply plugin: 'groovy'
apply plugin: 'java'

sourceCompatibility = 1.8
sourceCompatibility = 11
ext.rundeckPluginVersion = '1.2'
ext.pluginClassNames='com.rundeck.plugin.HttpNotificationPlugin'
ext.pluginName = 'Http Notification'
Expand Down Expand Up @@ -61,7 +61,7 @@ repositories {
dependencies {
implementation 'org.rundeck:rundeck-core:4.13.0-20230515'

pluginLibs ('com.github.rundeck-plugins:http-step:1.1.2'){
pluginLibs ('com.github.rundeck-plugins:http-step:1.1.6'){
exclude group: 'org.rundeck', module: 'rundeck-core'
}

Expand Down

0 comments on commit fe24e71

Please sign in to comment.