Skip to content

Commit fe24e71

Browse files
committed
Bump http-step version to 1.1.6
1 parent 7029c79 commit fe24e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'pl.allegro.tech.build.axion-release'
1616
apply plugin: 'groovy'
1717
apply plugin: 'java'
1818

19-
sourceCompatibility = 1.8
19+
sourceCompatibility = 11
2020
ext.rundeckPluginVersion = '1.2'
2121
ext.pluginClassNames='com.rundeck.plugin.HttpNotificationPlugin'
2222
ext.pluginName = 'Http Notification'
@@ -61,7 +61,7 @@ repositories {
6161
dependencies {
6262
implementation 'org.rundeck:rundeck-core:4.13.0-20230515'
6363

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

0 commit comments

Comments
 (0)