Skip to content

Commit

Permalink
Merge pull request #11 from pegasystems/handlejsonarray
Browse files Browse the repository at this point in the history
update versions
  • Loading branch information
miratim authored Jul 27, 2024
2 parents ec66643 + f85b2a3 commit d2c8163
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion base64/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.base64"
version = "0.1.6-SNAPSHOT"
version = "0.1.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion email/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.email"
version = "0.1.6-SNAPSHOT"
version = "0.1.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Send an HTTP request, and map the response body and headers into a Map that can
- Function handler: com.pega.launchpad.net.HttpRequestWithMappedResponseHeaders::send
- Input parameters:
- **url (Text)** - The URL of the REST service to call
- **method (Text)** - The HTTP method to use: POST, PUT, PATCH, DELETE
- **method (Text)** - The HTTP method to use: GET, POST, PUT, PATCH, DELETE
- **body (Text)** - The JSON string of the request body to send
- **headers (Text)** - Optional, a JSON object containing key-value pairs, each will be added as headers to the HTTP Request
- Output parameters:
Expand Down
2 changes: 1 addition & 1 deletion net/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.net"
version = "0.1.6-SNAPSHOT"
version = "0.1.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.parser"
version = "0.1.6-SNAPSHOT"
version = "0.1.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion pdf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.pdf"
version = "0.1.6-SNAPSHOT"
version = "0.1.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion text/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.text"
version = "0.1.6-SNAPSHOT"
version = "0.1.7-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit d2c8163

Please sign in to comment.