Skip to content

Commit

Permalink
Merge pull request #1142 from MohamedSabthar/patch-2201.7.x
Browse files Browse the repository at this point in the history
Remove http timestamp version
  • Loading branch information
MohamedSabthar authored Oct 13, 2023
2 parents 58b1f90 + fa04de2 commit 2ec128e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "../native/build/libs/websocket-native-2.9.1-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.9.5"
path = "./lib/http-native-2.9.5-20231012-153400-1a7cfca.jar"
path = "./lib/http-native-2.9.5.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0

# Level 05
stdlibHttpVersion=2.9.5-20231012-153400-1a7cfca
stdlibHttpVersion=2.9.5

# Ballerinax Observer
observeVersion=1.1.0
Expand Down

0 comments on commit 2ec128e

Please sign in to comment.