Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Dec 6, 2024
1 parent 3888454 commit 2bb1252
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/http-advanced-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-client-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-dispatching-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-interceptor-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-misc-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-resiliency-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-security-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http-service-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/http2-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version = "2.7.9"

[[platform.java11.dependency]]
scope = "testOnly"
path = "../../test-utils/build/libs/http-test-utils-2.7.9-SNAPSHOT.jar"
path = "../../test-utils/build/libs/http-test-utils-2.7.9.jar"

0 comments on commit 2bb1252

Please sign in to comment.