Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/github_actions/dev/codecov/codecov…
Browse files Browse the repository at this point in the history
…-action-4.0.1
  • Loading branch information
zugazagoitia authored Feb 5, 2024
2 parents b0dad29 + e79e62d commit ebef244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
java-version: "17"

- name: Generate version
uses: HardNorth/github-version-generate@v1.3.0
uses: HardNorth/github-version-generate@v1.4.0
with:
version-source: file
version-file: build.gradle.kts
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ repositories {

dependencies {
val javalin = "6.0.2-SNAPSHOT"
val sslContextKickstart = "8.3.0"
val sslContextKickstart = "8.3.1"

val annotations = "24.1.0"
val kotlinVersion = "1.9.0"

val junit = "5.10.1"
val junit = "5.10.2"
val slf4j = "2.0.11"
val okhttp = "4.12.0"

Expand Down

0 comments on commit ebef244

Please sign in to comment.